diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-23 10:16:17 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-23 17:18:49 +0900 |
commit | 2e3cd1dc3e30f4725b18032b85a36f208c9528bc () | |
tree | 03b319dd2a715c27aa7ca25a892df86aa956416e /lib/rubygems/resolver.rb | |
parent | 19e9c4004b9d137ad48757f3f4c2d92257e6c2c4 (diff) |
[rubygems/rubygems] Enabled Style/RedundantReturn cop
https://.com/rubygems/rubygems/commit/05cc97bdf8
Notes: Merged: https://.com/ruby/ruby/pull/7582
-rw-r--r-- | lib/rubygems/resolver.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -144,7 +144,7 @@ class Gem::Resolver activation_request = Gem::Resolver::ActivationRequest.new spec, dep, possible - return spec, activation_request end def requests(s, act, reqs=[]) # :nodoc: @@ -212,7 +212,7 @@ class Gem::Resolver matching_platform = select_local_platforms all - return matching_platform, all end ## |