diff options
-rw-r--r-- | lib/rubygems/commands/setup_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ class Gem::Commands::SetupCommand < Gem::Command end def check_ruby_version - required_version = Gem::Requirement.new '>= 1.8.7' unless required_version.satisfied_by? Gem.ruby_version alert_error "Expected Ruby version #{required_version}, is #{Gem.ruby_version}" |