Gemfile: restrict activesupport version range

This commit is contained in:
Bo Anderson 2021-12-16 14:51:54 +00:00
parent 29329fe739
commit 1a3967ac4f
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
2 changed files with 2 additions and 2 deletions

View File

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

View File

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