Skip to content

Commit

Permalink
Update minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannibrasil committed Aug 30, 2024
1 parent f86ba5e commit f3102de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source 'https://rubygems.org'
gemspec

gem 'benchmark'
gem 'minitest', '5.25.0'
gem 'minitest', '5.25.1'
gem 'pry', '0.14.2'
gem 'rake', '13.2.1'
gem 'rubocop', '1.65.1'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
json (2.7.2)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.25.0)
minitest (5.25.1)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -66,12 +66,13 @@ GEM

PLATFORMS
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
benchmark
faker!
minitest (= 5.25.0)
minitest (= 5.25.1)
pry (= 0.14.2)
rake (= 13.2.1)
rubocop (= 1.65.1)
Expand Down

0 comments on commit f3102de

Please sign in to comment.