Skip to content

Commit

Permalink
Update rubocop ruby target version
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoCaso committed Sep 21, 2021
1 parent 8801187 commit b5ee9f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inherit_gem:
rubocop-shopify: rubocop.yml

AllCops:
TargetRubyVersion: 2.4.4
TargetRubyVersion: 2.6.5
Exclude:
- 'vendor/bundle/**/*'
Lint/SuppressedException:
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ gem "pry"
gem "mocha"

gem "rubocop-shopify", require: false
gem "rubocop", "<= 1.12.1", require: false # 1.13.0 drops Ruby 2.4 support
gem "yard"
gem "rake"

Expand Down

0 comments on commit b5ee9f1

Please sign in to comment.