Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minitest-retry from 0.2.4 to 0.2.5 #5414

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ end
group :test do
gem "datadog-ci", "~> 1.12"
gem "minitest", "~> 5.25", require: false
gem "minitest-retry", "~> 0.2.4"
gem "minitest-retry", "~> 0.2.5"
gem "capybara", "~> 3.40"
gem "launchy", "~> 3.1"
gem "rack-test", "~> 2.2", require: "rack/test"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
minitest-retry (0.2.4)
minitest-retry (0.2.5)
minitest (>= 5.0)
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
Expand Down Expand Up @@ -950,7 +950,7 @@ DEPENDENCIES
minitest (~> 5.25)
minitest-gcstats (~> 1.3)
minitest-reporters (~> 1.7)
minitest-retry (~> 0.2.4)
minitest-retry (~> 0.2.5)
mocha (~> 2.7)
observer (~> 0.1.2)
octokit (~> 9.2)
Expand Down Expand Up @@ -1185,7 +1185,7 @@ CHECKSUMS
minitest (5.25.4) sha256=9cf2cae25ac4dfc90c988ebc3b917f53c054978b673273da1bd20bcb0778f947
minitest-gcstats (1.3.1) sha256=cb25490f93aac02e3a5ff307e560d41afcdcafa7952c1c32efdeb9886b1f4711
minitest-reporters (1.7.1) sha256=5060413a0c95b8c32fe73e0606f3631c173a884d7900e50013e15094eb50562c
minitest-retry (0.2.4) sha256=080c3fa9afdeb5407efb7ecddb10404f57dfa8f9baf8819df32ad621eb5a8058
minitest-retry (0.2.5) sha256=2f968fd33706fe91c6f38b6e3e2a2f581d5e8aeceb80113eab0c6a6ed96185fc
mocha (2.7.1) sha256=8f7d538d5d3ebc75fc788b3d92fbab913a93a78462d2a3ce99d1bdde7af7f851
msgpack (1.7.5) sha256=ffb04979f51e6406823c03abe50e1da2c825c55a37dee138518cdd09d9d3aea8
multi_json (1.15.0) sha256=1fd04138b6e4a90017e8d1b804c039031399866ff3fbabb7822aea367c78615d
Expand Down
Loading