Merge pull request #13582 from Bo98/gemfile-min-ruby

Gemfile: denote minimum Ruby
This commit is contained in:
Bo Anderson 2022-07-21 20:21:35 +01:00 committed by GitHub
commit bff7081d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,8 @@
source "https://rubygems.org"
ruby ">= 2.6.0"
# disallowed gems (should not be used)
# * nokogiri - use rexml instead for XML parsing
@ -32,7 +34,7 @@ group :sorbet, optional: true do
end
# vendored gems
gem "activesupport", "< 7" # 7 requires Ruby 2.7
gem "activesupport"
gem "addressable"
gem "concurrent-ruby"
gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7

View File

@ -205,7 +205,7 @@ PLATFORMS
ruby
DEPENDENCIES
activesupport (< 7)
activesupport
addressable
bootsnap
byebug
@ -240,5 +240,8 @@ DEPENDENCIES
tapioca
warning
RUBY VERSION
ruby 2.6.8p205
BUNDLED WITH
1.17.3