Skip to content

Commit

Permalink
Update rubocop to >= 1.56
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Didrichsen <[email protected]>
  • Loading branch information
gavindidrichsen committed Sep 12, 2023
1 parent 8425faa commit e9e2662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-09-11 18:42:43 UTC using RuboCop version 1.56.3.
# on 2023-09-12 12:02:45 UTC using RuboCop version 1.56.3.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ group :development do
end

group :rubocop do
gem 'rubocop', '~> 1.48.1', require: false
gem 'rubocop', '~> 1.56', require: false
gem 'rubocop-rspec', '~> 2.19', require: false
gem 'rubocop-performance', '~> 1.16', require: false
end

0 comments on commit e9e2662

Please sign in to comment.