Merge pull request #13734 from Bo98/gemfile-ruby

Gemfile: stricter Ruby version requirement
This commit is contained in:
Mike McQuaid 2022-08-22 14:11:39 +01:00 committed by GitHub
commit 5ca3e8ea39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,11 @@
source "https://rubygems.org"
if ENV.fetch("HOMEBREW_DEVELOPER", "").empty? || ENV.fetch("HOMEBREW_USE_RUBY_FROM_PATH", "").empty?
ruby "~> 2.6.0"
else
ruby ">= 2.6.0"
end
# disallowed gems (should not be used)
# * nokogiri - use rexml instead for XML parsing