Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #120 from alphagov/version-3-11-4
Browse files Browse the repository at this point in the history
Bump version to 3.11.4 and rubocop to 0.72
  • Loading branch information
benthorner authored Jun 26, 2019
2 parents c8558e1 + 68f497b commit a36da2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.11.4

* Continue to support Rails cops using rubocop-rails

# 3.11.3

* Fix race condition when generating temp config file
Expand Down
2 changes: 1 addition & 1 deletion govuk-lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.3"

spec.add_dependency "rubocop-rails", "~> 2"
spec.add_dependency "rubocop", "~> 0.64"
spec.add_dependency "rubocop", "~> 0.72"
spec.add_dependency "rubocop-rspec", "~> 1.28"
spec.add_dependency "scss_lint"
end
2 changes: 1 addition & 1 deletion lib/govuk/lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Govuk
module Lint
VERSION = "3.11.3".freeze
VERSION = "3.11.4".freeze
end
end

0 comments on commit a36da2e

Please sign in to comment.