ruby-changes:72638
From: bronzdoc <ko1@a...>
Date: Fri, 22 Jul 2022 12:06:21 +0900 (JST)
Subject: [ruby-changes:72638] 1ed7ab29b3 (master): Enable Style/MultilineIfThen in Rubocop
https://git.ruby-lang.org/ruby.git/commit/?id=1ed7ab29b3 From 1ed7ab29b3149f7f6b85ce89aa91d95cd12345b6 Mon Sep 17 00:00:00 2001 From: bronzdoc <lsagastume1990@g...> Date: Mon, 19 Nov 2018 11:55:22 -0600 Subject: Enable Style/MultilineIfThen in Rubocop --- bin/gem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gem b/bin/gem index a33dbe4afd..c2b85f6dd3 100755 --- a/bin/gem +++ b/bin/gem @@ -11,7 +11,7 @@ require 'rubygems/exceptions' https://github.com/ruby/ruby/blob/trunk/bin/gem#L11 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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/