Highlighting an incompatibility with the new implementation of
`[ActiveSupport::OrderedOptions#dig]`.
[^1]: 5c15b586aa
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: "../"
|