Skip to content

Commit

Permalink
Update RuboCop dependencies
Browse files Browse the repository at this point in the history
- Updates rubocop to 0.90.0
- Updates rubocop-performance to 1.8.0
  • Loading branch information
mvz committed Sep 17, 2020
1 parent c5ffe9b commit 30cf4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ group :development do
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'rspec-benchmark', '~> 0.6.0'
gem 'rubocop', '~> 0.89.1'
gem 'rubocop-performance', '~> 1.7.1'
gem 'rubocop', '~> 0.91.0'
gem 'rubocop-performance', '~> 1.8.0'
gem 'rubocop-rspec', '~> 1.43.1'
gem 'simplecov', ['>= 0.18.0', '< 0.20.0']
gem 'yard', '~> 0.9.5'
Expand Down

0 comments on commit 30cf4aa

Please sign in to comment.