diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-16 10:46:45 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-17 18:50:55 +0900 |
commit | 05208c3875a12a188e14328ffbd5b2eb21824f24 () | |
tree | 659dc072793f13810edd33ab818b2eeb6d994e77 /lib/rubygems/gemcutter_utilities.rb | |
parent | 7ab4ede4f5ec23d9eac6868176d99ad63df46978 (diff) |
[rubygems/rubygems] util/rubocop -A --only Lint/UnusedBlockArgument
https://.com/rubygems/rubygems/commit/d8efd919db
-rw-r--r-- | lib/rubygems/gemcutter_utilities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ module Gem::GemcutterUtilities request.body = URI.encode_www_form({ :api_key => api_key }.merge(update_scope_params)) end - with_response response do |resp| say "Added #{scope} scope to the existing API key" end end |