We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de570b commit 7ca2073Copy full SHA for 7ca2073
Gemfile
@@ -22,7 +22,7 @@ end
22
23
# Needed to run tests
24
group :development, :test do
25
- gem 'minitest', '~> 5.25'
+ gem 'minitest', '~> 5.26'
26
gem 'rake', '~> 13.3'
27
end
28
Gemfile.lock
@@ -118,7 +118,7 @@ GEM
118
rb-inotify (~> 0.9, >= 0.9.10)
119
logger (1.7.0)
120
mercenary (0.4.0)
121
- minitest (5.25.5)
+ minitest (5.26.0)
122
nokogiri (1.18.8-x86_64-linux-gnu)
123
racc (~> 1.4)
124
parallel (1.27.0)
@@ -183,7 +183,7 @@ DEPENDENCIES
183
jekyll-optional-front-matter (~> 0.3.2)
184
jekyll-readme-index (~> 0.3.0)
185
jekyll-seo-tag (~> 2.6)
186
- minitest (~> 5.25)
+ minitest (~> 5.26)
187
rake (~> 13.3)
188
rubocop (~> 1.81)
189
webrick (~> 1.9)
0 commit comments