summaryrefslogtreecommitdiff
path: root/lib/rubygems/deprecate.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-03-16 13:09:46 +0900
committerHiroshi SHIBATA <[email protected]>2023-03-17 18:50:55 +0900
commit712d6e675b6abc97fa1f2adde49f2d6e48d4d93f ()
treefa32339ba1fc98daceb33479c7638d80b581f926 /lib/rubygems/deprecate.rb
parent0b632b9cddef76514635ad460d40b3a8d346602f (diff)
[rubygems/rubygems] util/rubocop -A --only Style/RedundantInterpolation
https://.com/rubygems/rubygems/commit/add44e56eb
-rw-r--r--lib/rubygems/deprecate.rb2
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ module Gem::Deprecate
". It will be removed in Rubygems #{version}.\n",
]
- alert_warning "#{msg.join}" unless Gem::Deprecate.skip
end
end
end