Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.4.0 #203

Merged
merged 2 commits into from Apr 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.6.9
2.7.6
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# 4.4.0

- Update rubocop to 1.27.0
- Update rubocop-ast to 1.17.0
- Update rubocop-rails to 2.14.2
- Update rubocop-rspec to 2.10.0
- Drop support for Ruby 2.6

# 4.3.0

- Update rubocop to 1.25.0
Expand Down
4 changes: 2 additions & 2 deletions rubocop-govuk.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "rubocop-govuk"
spec.version = "4.3.0"
spec.version = "4.4.0"
spec.authors = ["Government Digital Service"]
spec.email = ["govuk-dev@digital.cabinet-office.gov.uk"]

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

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

spec.required_ruby_version = ">= 2.6"
spec.required_ruby_version = ">= 2.7"

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

Expand Down