Skip to content

Commit 7ca2073

Browse files
dependabot[bot]noraj
authored andcommitted
build(deps-dev): bump minitest from 5.25.5 to 5.26.0
Bumps [minitest](https://github.com/minitest/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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9de570b commit 7ca2073

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ end
2222

2323
# Needed to run tests
2424
group :development, :test do
25-
gem 'minitest', '~> 5.25'
25+
gem 'minitest', '~> 5.26'
2626
gem 'rake', '~> 13.3'
2727
end
2828

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
rb-inotify (~> 0.9, >= 0.9.10)
119119
logger (1.7.0)
120120
mercenary (0.4.0)
121-
minitest (5.25.5)
121+
minitest (5.26.0)
122122
nokogiri (1.18.8-x86_64-linux-gnu)
123123
racc (~> 1.4)
124124
parallel (1.27.0)
@@ -183,7 +183,7 @@ DEPENDENCIES
183183
jekyll-optional-front-matter (~> 0.3.2)
184184
jekyll-readme-index (~> 0.3.0)
185185
jekyll-seo-tag (~> 2.6)
186-
minitest (~> 5.25)
186+
minitest (~> 5.26)
187187
rake (~> 13.3)
188188
rubocop (~> 1.81)
189189
webrick (~> 1.9)

0 commit comments

Comments
 (0)