Skip to content

Commit cb7f5fb

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump minitest in /tictactoe_ruby in the bundler-minor group
Bumps the bundler-minor group in /tictactoe_ruby with 1 update: [minitest](https://github.com/minitest/minitest). Updates `minitest` from 5.25.5 to 5.26.0 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.25.5...v5.26.0) --- updated-dependencies: - dependency-name: minitest dependency-version: 5.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5333848 commit cb7f5fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tictactoe_ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ gemspec
77

88
gem "rake", "~> 13.3"
99

10-
gem "minitest", "~> 5.25"
10+
gem "minitest", "~> 5.26"
1111

1212
gem "rubocop", "~> 1.81"

tictactoe_ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
json (2.15.0)
1111
language_server-protocol (3.17.0.5)
1212
lint_roller (1.1.0)
13-
minitest (5.25.5)
13+
minitest (5.26.0)
1414
parallel (1.27.0)
1515
parser (3.3.9.0)
1616
ast (~> 2.4.1)
@@ -44,7 +44,7 @@ PLATFORMS
4444
x86_64-linux
4545

4646
DEPENDENCIES
47-
minitest (~> 5.25)
47+
minitest (~> 5.26)
4848
rake (~> 13.3)
4949
rubocop (~> 1.81)
5050
tictactoe_ruby!

0 commit comments

Comments
 (0)