Skip to content

Commit

Permalink
Merge pull request #67 from zerocracy/renovate/minitest-5.x
Browse files Browse the repository at this point in the history
Update dependency minitest to v5.25.1
  • Loading branch information
yegor256 authored Aug 17, 2024
2 parents 1ccc2cf + b96f23d commit 74865a3
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 @@ -24,7 +24,7 @@ source 'https://rubygems.org'
gemspec

gem 'graphql-client'
gem 'minitest', '5.25.0', require: false
gem 'minitest', '5.25.1', require: false
gem 'minitest-reporters', '1.7.1', require: false
gem 'rake', '13.2.1', require: false
gem 'rspec-rails', '6.1.4', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
loog (0.6.0)
minitest (5.25.0)
minitest (5.25.1)
minitest-reporters (1.7.1)
ansi
builder
Expand Down Expand Up @@ -287,7 +287,7 @@ PLATFORMS
DEPENDENCIES
fbe!
graphql-client
minitest (= 5.25.0)
minitest (= 5.25.1)
minitest-reporters (= 1.7.1)
rake (= 13.2.1)
rspec-rails (= 6.1.4)
Expand Down

0 comments on commit 74865a3

Please sign in to comment.