Skip to content

Commit

Permalink
Merge pull request #446 from athityakumar/dependabot/bundler/rubocop-…
Browse files Browse the repository at this point in the history
…performance-tw-1.10.1

Update rubocop-performance requirement from ~> 1.9.0 to ~> 1.10.1
  • Loading branch information
avdv authored Mar 10, 2021
2 parents d08ec7a + adb19ab commit 4374d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colorls.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.7'
spec.add_development_dependency 'rspec-its', '~> 1.2'
spec.add_development_dependency 'rubocop', '~> 1.11.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.9.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.10.1'
spec.add_development_dependency 'rubocop-rake', '~> 0.5'
spec.add_development_dependency 'rubocop-rspec', '~> 2.0'
spec.add_development_dependency 'rubygems-tasks', '~> 0'
Expand Down
2 changes: 1 addition & 1 deletion lib/colorls/flags.rb
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def parse_options
end

# show help and exit if the only argument is -h
show_help if !@args.empty? && @args.all? { |arg| arg == '-h' }
show_help if !@args.empty? && @args.all?('-h')

@parser.parse!(@args)

Expand Down

0 comments on commit 4374d5c

Please sign in to comment.