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 from 5.24.1 to 5.25.1 in /tictactoe_ruby in the bundler-minor group #46

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 tictactoe_ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ gemspec

gem "rake", "~> 13.2"

gem "minitest", "~> 5.24"
gem "minitest", "~> 5.25"

gem "rubocop", "~> 1.65"
4 changes: 2 additions & 2 deletions tictactoe_ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
ast (2.4.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.24.1)
minitest (5.25.1)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -42,7 +42,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
minitest (~> 5.24)
minitest (~> 5.25)
rake (~> 13.2)
rubocop (~> 1.65)
tictactoe_ruby!
Expand Down
Loading