Skip to content

Commit

Permalink
Merge pull request #41 from alphagov/upgrade-brakeman
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGabbianelli authored Jun 8, 2021
2 parents 72f380a + 9e9e561 commit 53a8c72
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
Expand Up @@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## 2.3.0

* Update brakeman to fix false positive warning ([#41](https://github.com/alphagov/govuk_test/pull/41))

## 2.2.0

* Remove pact test branch verify rake task
Expand Down
2 changes: 1 addition & 1 deletion govuk_test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "brakeman", "~> 4.6"
spec.add_dependency "brakeman", ">= 5.0.2"
spec.add_dependency "capybara"
spec.add_dependency "puma"
spec.add_dependency "selenium-webdriver", ">= 3.142"
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_test/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukTest
VERSION = "2.2.0"
VERSION = "2.3.0"
end

0 comments on commit 53a8c72

Please sign in to comment.