mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Remove extra closing bracket in version warning
https://github.com/rubygems/rubygems/commit/a3b9f19080
This commit is contained in:
parent
1b571d0abf
commit
840bef0e2c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ gem "bundler", Bundler::VERSION if Gem.rubygems_version < Gem::Version.new("2.6.
|
|||
|
||||
if Gem.rubygems_version < Gem::Version.new("3.2.3") && Gem.ruby_version < Gem::Version.new("2.6.a") && !ENV["BUNDLER_NO_OLD_RUBYGEMS_WARNING"]
|
||||
Bundler.ui.warn \
|
||||
"Your RubyGems version (#{Gem::VERSION})) has a bug that prevents " \
|
||||
"Your RubyGems version (#{Gem::VERSION}) has a bug that prevents " \
|
||||
"`required_ruby_version` from working for Bundler. Any scripts that use " \
|
||||
"`gem install bundler` will break as soon as Bundler drops support for " \
|
||||
"your Ruby version. Please upgrade RubyGems to avoid future breakage " \
|
||||
|
|
Loading…
Reference in a new issue