Skip to content

Commit

Permalink
update minitest constraint
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jun 19, 2024
1 parent a1dbc8a commit f7fce2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group :test do
gem "kitchen-dokken"
gem "kitchen-vagrant"
gem "rake"
gem "minitest", "~> 5.3", "< 5.20.1"
gem "minitest", "~> 5.3", "< 6.0"
gem "minitest-stub-const"
gem "mocha", "~> 2.0"
end
Expand Down

0 comments on commit f7fce2c

Please sign in to comment.