Skip to content

Commit

Permalink
Update rubocop gems
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindidrichsen authored Jun 13, 2024
1 parent f330f4a commit 542aff8
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 @@ -36,9 +36,9 @@ group :development do
gem 'rspec', '~> 3.1'
gem 'rspec-its', '~> 1.0'

gem 'rubocop', '~> 1.50.0', require: false
gem 'rubocop', '~> 1.64.0', require: false
gem 'rubocop-performance', '~> 1.16', require: false
gem 'rubocop-rspec', '~> 2.19', require: false
gem 'rubocop-rspec', '~> 3.0', require: false

gem 'serverspec'
gem 'simplecov', require: false
Expand Down

0 comments on commit 542aff8

Please sign in to comment.