Skip to content

Commit

Permalink
Merge pull request #151 from flavorjones/flavorjones-dep-minitest-hooks
Browse files Browse the repository at this point in the history
minitest 5.25 change a method sig used by minitest-hooks
  • Loading branch information
flavorjones committed Aug 17, 2024
2 parents b2bee41 + 1e58879 commit 3b06384
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 @@ -6,7 +6,7 @@ gem "net-ftp" if Gem::Requirement.new("> 3.1.0.dev").satisfied_by?(Gem::Version.

gem "minitar", "0.9"
gem "minitest", "~> 5.15" # open range for ruby 2.3 support
gem "minitest-hooks", "1.5.1"
gem "minitest-hooks", "1.5.2"
gem "rake", "13.2.1"
if RUBY_VERSION >= "3.4"
gem "webrick", git: "https://github.com/ruby/webrick" # shouldn't be necessary to pin once webrick 1.8.2 or 1.9.0 is released
Expand Down

0 comments on commit 3b06384

Please sign in to comment.