Skip to content

Commit

Permalink
Bump minitest version (#2889)
Browse files Browse the repository at this point in the history
* Bump minitest version

I got confused with dependabot's PR for minitest not containing any
release notes. Something must have changed for dependabot to not pick them
up anymore.

This error seems to be fixed in a recent minitest release:
https://github.com/minitest/minitest/blob/master/History.rdoc#5210--2024-01-11-

* Make Rubocop happy

gem dependencies were not ordered alphabetically.

* Fix Gemfile.lock merge conflict issue
  • Loading branch information
Stefanni Brasil committed Jan 12, 2024
1 parent 84c78b2 commit dcb4ca9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.20.0'
gem 'minitest', '5.21.1'
gem 'pry', '0.14.2'
gem 'rake', '13.1.0'
gem 'rubocop', '1.59.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ GEM
json (2.7.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.20.0)
minitest (5.21.1)
parallel (1.24.0)
parser (3.3.0.2)
parser (3.3.0.3)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
Expand Down Expand Up @@ -63,12 +63,12 @@ GEM
yard (0.9.34)

PLATFORMS
ruby
arm64-darwin-22

DEPENDENCIES
benchmark
faker!
minitest (= 5.20.0)
minitest (= 5.21.1)
pry (= 0.14.2)
rake (= 13.1.0)
rubocop (= 1.59.0)
Expand Down

0 comments on commit dcb4ca9

Please sign in to comment.