Skip to content

Commit bcdf7b2

Browse files
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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d90927 commit bcdf7b2

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
@@ -34,7 +34,7 @@ gem 'liquid', '~> 4.0'
3434
# Check-up Tests
3535
gem 'html-proofer', '~> 5.0'
3636
gem 'rake', '~> 13.2'
37-
gem 'minitest', '~> 5.25'
37+
gem 'minitest', '~> 5.26'
3838

3939
# Performance
4040
gem 'jekyll-loading-lazy'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ GEM
282282
jekyll (>= 3.5, < 5.0)
283283
jekyll-feed (~> 0.9)
284284
jekyll-seo-tag (~> 2.1)
285-
minitest (5.25.5)
285+
minitest (5.26.0)
286286
net-http (0.6.0)
287287
uri
288288
nokogiri (1.18.9)
@@ -361,7 +361,7 @@ DEPENDENCIES
361361
jekyll-seo-tag (~> 2.8)
362362
jekyll-sitemap (~> 1.4)
363363
liquid (~> 4.0)
364-
minitest (~> 5.25)
364+
minitest (~> 5.26)
365365
rake (~> 13.2)
366366
tzinfo (~> 2.0)
367367
tzinfo-data (~> 1.2024)

0 commit comments

Comments
 (0)