Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Update ruby target version to 2.5
Browse files Browse the repository at this point in the history
Ruby 2.4 is not supported by Rubocop since 1.12
  • Loading branch information
spaghetticode committed Apr 23, 2021
1 parent a91109a commit 48b7d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require:

AllCops:
NewCops: enable
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5

Layout/FirstArgumentIndentation:
EnforcedStyle: consistent
Expand Down

0 comments on commit 48b7d50

Please sign in to comment.