Merge pull request #12575 from Bo98/activesupport-no-7

Gemfile: restrict activesupport version range
This commit is contained in:
Bo Anderson 2021-12-16 16:08:45 +00:00 committed by GitHub
commit 47c9dafcb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ group :sorbet, optional: true do
end
# vendored gems
gem "activesupport"
gem "activesupport", "< 7" # 7 requires Ruby 2.7
gem "concurrent-ruby"
gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7
gem "mechanize"

View File

@ -201,7 +201,7 @@ PLATFORMS
ruby
DEPENDENCIES
activesupport
activesupport (< 7)
bootsnap
byebug
concurrent-ruby