Skip to content

Commit

Permalink
Update Ruby version to 2.5 for Rubocop
Browse files Browse the repository at this point in the history
Ruby 2.2 reached EOL on 2018-03-31 (#1), so we decided to migrate to the latest
stable version.
  • Loading branch information
bandesz authored and samcrang committed May 31, 2018
1 parent 39745d0 commit a8504f8
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 @@ -2,7 +2,7 @@ AllCops:
Exclude:
- 'vendor/**/*'
- 'scripts/vendor/**/*'
TargetRubyVersion: 2.2
TargetRubyVersion: 2.5
Metrics/BlockLength:
# FIXME: Remove when upstream PR is released:
# https://github.com/alphagov/govuk-lint/pull/87
Expand Down

0 comments on commit a8504f8

Please sign in to comment.