Skip to content

Commit

Permalink
Bump mocha to minimum of version 2.1
Browse files Browse the repository at this point in the history
This will ensure we don't use older version that requires the `MiniTest`
compatibility layer, which was removed in `minitest` version 5.19.
  • Loading branch information
brucebolt committed Jul 31, 2023
1 parent 41c2a30 commit 222c1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gds-api-adapters.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "govuk_schemas", "~> 4.4"
s.add_development_dependency "minitest", "~> 5.19"
s.add_development_dependency "minitest-around", "~> 0.5"
s.add_development_dependency "mocha", "~> 2.0"
s.add_development_dependency "mocha", "~> 2.1"
s.add_development_dependency "pact", "~> 1.62"
s.add_development_dependency "pact_broker-client", "~> 1.65"
s.add_development_dependency "pact-consumer-minitest", "~> 1.0"
Expand Down

0 comments on commit 222c1c0

Please sign in to comment.