Skip to content

Commit d123611

Browse files
committed
Downgrading rubocop to non-erroring version
1 parent 620f54d commit d123611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ group :coverage, optional: ENV['COVERAGE']!='yes' do
2828
end
2929

3030
group :rubocop do
31-
gem 'rubocop', '~> 1.70.0', require: false
31+
gem 'rubocop', '~> 1.60.0', require: false
3232
gem 'rubocop-performance', '~> 1.9.1', require: false
3333
gem 'rubocop-rspec', '~> 2.0.1', require: false
3434
end

0 commit comments

Comments
 (0)