summaryrefslogtreecommitdiff
path: root/lib/rubygems/gemcutter_utilities.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-03-16 10:46:45 +0900
committerHiroshi SHIBATA <[email protected]>2023-03-17 18:50:55 +0900
commit05208c3875a12a188e14328ffbd5b2eb21824f24 ()
tree659dc072793f13810edd33ab818b2eeb6d994e77 /lib/rubygems/gemcutter_utilities.rb
parent7ab4ede4f5ec23d9eac6868176d99ad63df46978 (diff)
[rubygems/rubygems] util/rubocop -A --only Lint/UnusedBlockArgument
https://.com/rubygems/rubygems/commit/d8efd919db
-rw-r--r--lib/rubygems/gemcutter_utilities.rb2
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