Skip to content

Commit

Permalink
Bump RuboCop Performance to 1.2.0
Browse files Browse the repository at this point in the history
RuboCop Performance 1.2.0 has been released.
https://rubygems.org/gems/rubocop-performance/versions/1.2.0

This version includes the following fix false negative to
`Performance/RegexpMatch` cop.
rubocop/rubocop-performance#47
  • Loading branch information
koic committed May 4, 2019
1 parent 2a4f4f0 commit d16f337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'bump', require: false
gem 'pry'
gem 'rake', '~> 12.0'
gem 'rspec', '~> 3.7'
gem 'rubocop-performance', '~> 1.1.0'
gem 'rubocop-performance', '~> 1.2.0'
gem 'rubocop-rspec', '~> 1.32.0'
gem 'simplecov', '~> 0.10'
gem 'test-queue'
Expand Down

0 comments on commit d16f337

Please sign in to comment.