Skip to content

Commit f9b75f2

Browse files
jeremyfTom Johnson
authored andcommitted
Updating TargetRubyVersion to 2.4
Given that Ruby 2.3 is past EOL, and 2.4 is approaching EOL, I'm bumping the targeted version to olded non-EOL ruby version. Note, Hyrax's gemspec already states that you must use Ruby 2.4 or greater. This should be a non-breaking change as the following PRs addressed the Rubocop violations: * #4250 (and associated SHAs) * 12bec9b * 571d3d6 * 9ce198c * #4251 (and associated SHA) * 988a8e3
1 parent 9aed1c2 commit f9b75f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inherit_gem:
44
inherit_from: .rubocop_fixme.yml
55

66
AllCops:
7-
TargetRubyVersion: 2.3
7+
TargetRubyVersion: 2.4
88
DisplayCopNames: true
99
Exclude:
1010
- 'db/**/*'

0 commit comments

Comments
 (0)