Skip to content

Commit 88f4110

Browse files
Pin RuboCop to 0.81.0 to support Ruby 2.3
- This is to get to a green build - RuboCop 0.82.0 stopped supporting 2.3: https://github.com/rubocop-hq/rubocop/releases/tag/v0.82.0 Co-Authored-By: Chaymae Bazzaoui <[email protected]>
1 parent 8a2e318 commit 88f4110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :development do
1616
end
1717

1818
group :test, :development do
19-
gem 'rubocop', require: false
19+
gem 'rubocop', '0.81.0', require: false # This version supports Ruby 2.3
2020
end
2121

2222
group :guard do

0 commit comments

Comments
 (0)