Skip to content

Commit

Permalink
Bump minitest to minimum of version 5.19
Browse files Browse the repository at this point in the history
This will ensure we don't use older version that retain the `MiniTest`
compatibility layer.
  • Loading branch information
brucebolt committed Jul 31, 2023
1 parent f056781 commit 41c2a30
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 @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "byebug"
s.add_development_dependency "climate_control", "~> 1.2"
s.add_development_dependency "govuk_schemas", "~> 4.4"
s.add_development_dependency "minitest", "~> 5.11"
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 "pact", "~> 1.62"
Expand Down

0 comments on commit 41c2a30

Please sign in to comment.