Skip to content

Commit

Permalink
Matching Rubocop version on CodeClimate
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 1, 2024
1 parent e10b275 commit 9eb96b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
engines:
rubocop:
enabled: true
channel: rubocop-0-49
channel: rubocop-1-56-3
ratings:
paths:
- "**.rb"
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source 'https://rubygems.org'
gemspec

gem 'codeclimate-test-reporter', '~> 1.0.3', group: :test, require: nil
gem 'rubocop', '~> 1.59', require: false
gem 'rubocop', '~> 1.56.3', require: false

0 comments on commit 9eb96b3

Please sign in to comment.