Skip to content

Commit

Permalink
Pin RuboCop to 0.81.0 to support Ruby 2.3
Browse files Browse the repository at this point in the history
  - 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 <bazzaoui.chaymae@gmail.com>
  • Loading branch information
olleolleolle and chaymaeBZ committed Aug 27, 2020
1 parent 8a2e318 commit 88f4110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :development do
end

group :test, :development do
gem 'rubocop', require: false
gem 'rubocop', '0.81.0', require: false # This version supports Ruby 2.3
end

group :guard do
Expand Down

0 comments on commit 88f4110

Please sign in to comment.