Skip to content

Commit

Permalink
Fix rubocop to v1.61
Browse files Browse the repository at this point in the history
This is to prevent linting issues with newer versions. This can prevent
annoying CI failures.
  • Loading branch information
ahangarha committed Apr 5, 2024
1 parent 77dba20 commit 46a8af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.development_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ group :development, :test do
gem "pry-doc"
gem "pry-rails"
gem "pry-rescue"
gem "rubocop", "~>1.59", require: false
gem "rubocop", "1.61.0", require: false
gem "rubocop-performance", "~>1.20.0", require: false
gem "rubocop-rspec", "~>2.26", require: false
gem "scss_lint", require: false
Expand Down

0 comments on commit 46a8af0

Please sign in to comment.