Skip to content

Commit

Permalink
Bump minitest in /tictactoe_ruby in the bundler-minor group
Browse files Browse the repository at this point in the history
Bumps the bundler-minor group in /tictactoe_ruby with 1 update: [minitest](https://github.com/minitest/minitest).


Updates `minitest` from 5.24.1 to 5.25.1
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.24.1...v5.25.1)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and JanEricNitschke committed Aug 20, 2024
1 parent 8710af8 commit 004de1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 004de1b

Please sign in to comment.