Merge pull request #13734 from Bo98/gemfile-ruby
Gemfile: stricter Ruby version requirement
This commit is contained in:
commit
5ca3e8ea39
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user