643cb2c520
Highlighting an incompatibility with the new implementation of `[ActiveSupport::OrderedOptions#dig]`. [^1]: https://github.com/rails/rails/commit/5c15b586aab85fc4fa1465499fc9a97a446f4d52
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
source 'https://rubygems.org'
|
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|
|
|
git "https://github.com/rails/rails.git" do
|
|
gem "railties"
|
|
gem "activesupport"
|
|
end
|
|
|
|
gemspec path: "../"
|