outdate-bundled-gems.rb: remove unused option

This commit is contained in:
Nobuyoshi Nakada 2022-12-12 17:05:03 +09:00
parent be18b60c33
commit ff6831c334
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -14,8 +14,6 @@ until ARGV.empty?
# just to run when `make -n`
when /\A--mflags=(.*)/
fu = FileUtils::DryRun if /\A-\S*n/ =~ $1
when /\A--basedir=(.*)/m
dir = $1
when /\A-/
raise "#{$0}: unknown option: #{ARGV.first}"
else