Gemfile: denote minimum Ruby

This commit is contained in:
Bo Anderson 2022-07-19 23:18:03 +01:00
parent 30fda551e8
commit 4173228c1b
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
2 changed files with 7 additions and 2 deletions

View File

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

View File

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