diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-06-14 16:51:53 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-06-15 07:01:28 +0900 |
commit | 827d66266be9feff10f71dd26fa04227423d134a () | |
tree | 64c705a312adadc0daf2e8496583dd3f2776bec8 /lib/rubygems/request_set/gem_dependency_api.rb | |
parent | 503b9bf1d4f6c9ef168a2dcd16e01b2e376a305f (diff) |
[rubygems/rubygems] auto-correct Style/YodaCondition
https://.com/rubygems/rubygems/commit/6d9e8025dc
-rw-r--r-- | lib/rubygems/request_set/gem_dependency_api.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -790,7 +790,7 @@ Gem dependencies file #{@path} includes git reference for both ref/branch and ta return true if @installing - unless RUBY_VERSION == version message = "Your Ruby version is #{RUBY_VERSION}, " \ "but your #{gem_deps_file} requires #{version}" |