Skip to content

Commit acdc7c0

Browse files
authored
Merge pull request #387 from alphagov/drop-ruby-3-0
2 parents fa89760 + fdd1e93 commit acdc7c0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.5
1+
3.1.5

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.18.0
2+
3+
* Drop support for Ruby 3.0
4+
15
# 4.17.1
26

37
* Update dependencies

rubocop-govuk.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "rubocop-govuk"
3-
spec.version = "4.17.1"
3+
spec.version = "4.18.0"
44
spec.authors = ["Government Digital Service"]
55
spec.email = ["govuk-dev@digital.cabinet-office.gov.uk"]
66

@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111

1212
spec.files = Dir["config/**/*", "*.md"]
1313

14-
spec.required_ruby_version = ">= 3.0"
14+
spec.required_ruby_version = ">= 3.1"
1515

1616
spec.add_development_dependency "rake", "~> 13"
1717

0 commit comments

Comments
 (0)