mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
Prepare to release RubyGems 3.1.0 final version.
This commit is contained in:
parent
26774351dc
commit
82cc2843a9
23 changed files with 393 additions and 142 deletions
|
@ -98,7 +98,7 @@ class Gem::Commands::SetupCommand < Gem::Command
|
|||
end
|
||||
|
||||
def check_ruby_version
|
||||
required_version = Gem::Requirement.new '>= 1.8.7'
|
||||
required_version = Gem::Requirement.new '>= 2.3.0'
|
||||
|
||||
unless required_version.satisfied_by? Gem.ruby_version
|
||||
alert_error "Expected Ruby version #{required_version}, is #{Gem.ruby_version}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue