mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Enable Style/MultilineIfThen in Rubocop
This commit is contained in:
parent
3b67c161cd
commit
1ed7ab29b3
Notes:
git
2022-07-22 12:06:30 +09:00
1 changed files with 1 additions and 1 deletions
2
bin/gem
2
bin/gem
|
@ -11,7 +11,7 @@ require 'rubygems/exceptions'
|
|||
|
||||
required_version = Gem::Requirement.new ">= 1.8.7"
|
||||
|
||||
unless required_version.satisfied_by? Gem.ruby_version then
|
||||
unless required_version.satisfied_by? Gem.ruby_version
|
||||
abort "Expected Ruby version #{required_version}, is #{Gem.ruby_version}"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue