mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Improve user-facing messages by consistent casing of Ruby/RubyGems
(when it referred to the general concept and not a path), single-spacing between sentences, and a few other small issues.
This commit is contained in:
parent
c6aa65430f
commit
030c41bf55
Notes:
git
2022-07-22 12:06:31 +09:00
2
bin/gem
2
bin/gem
@ -12,7 +12,7 @@ require 'rubygems/exceptions'
|
||||
required_version = Gem::Requirement.new ">= 1.8.7"
|
||||
|
||||
unless required_version.satisfied_by? Gem.ruby_version then
|
||||
abort "Expected Ruby Version #{required_version}, is #{Gem.ruby_version}"
|
||||
abort "Expected Ruby version #{required_version}, is #{Gem.ruby_version}"
|
||||
end
|
||||
|
||||
args = ARGV.clone
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user