Skip to content

Commit

Permalink
Update target ruby version for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRambaud committed Mar 22, 2021
1 parent 264a1d7 commit 3a22b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
NewCops: enable
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5
Include:
- '**/Gemfile'
- lib/**/*.rb
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gemirro (1.2.0)
gemirro (1.3.0)
addressable (~> 2.5)
builder (~> 3.2)
confstruct (~> 1.0)
Expand Down

0 comments on commit 3a22b2a

Please sign in to comment.