Skip to content

Commit

Permalink
Update dependency minitest to v5.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent c693e48 commit eff7e84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
source 'https://rubygems.org'
gemspec

gem 'minitest', '5.24.1', require: false
gem 'minitest', '5.25.0', require: false
gem 'rack', '3.1.7', require: false
gem 'rake', '13.2.1', require: false
gem 'rspec-rails', '6.1.3', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
loog (0.5.2)
minitest (5.24.1)
minitest (5.25.0)
mutex_m (0.2.0)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
Expand Down Expand Up @@ -167,7 +167,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
minitest (= 5.24.1)
minitest (= 5.25.0)
pgtk!
rack (= 3.1.7)
rake (= 13.2.1)
Expand Down

0 comments on commit eff7e84

Please sign in to comment.