Skip to content

Commit

Permalink
Downgrade rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
atesgoral committed May 23, 2024
1 parent 13a149a commit 961badb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ group :development, :test do
end

group :development do
gem 'rubocop', '~> 1.61'
# Latest version of rubocop that is compatible with Ruby 2.6
gem 'rubocop', '1.51.0'
gem 'rubocop-performance', require: false
end

Expand Down

0 comments on commit 961badb

Please sign in to comment.