Include edge Rails in the build matrix

Highlighting an incompatibility with the new implementation of
`[ActiveSupport::OrderedOptions#dig]`.

[^1]: 5c15b586aa
This commit is contained in:
Chris Lowder
2023-03-10 19:27:01 +00:00
parent 3026a92c98
commit 643cb2c520
5 changed files with 20 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
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: "../"