File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ source "https://rubygems.org"
1414# gem "jekyll", "~> 3.9.0"
1515
1616# This is the default theme for new Jekyll sites. You may change this to anything you like.
17- gem "minima" , "~> 2.0 "
17+ gem "minima" , ">= 2.5.1 "
1818
1919# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
2020# uncomment the line below. To upgrade, run `bundle update github-pages`.
21- gem "github-pages"
21+ gem "github-pages" , ">= 232"
2222
2323# Performance-booster for watching directories on Windows
2424gem "wdm" , "~> 0.2.0" , :install_if => Gem . win_platform?
@@ -32,7 +32,7 @@ gem "webrick"
3232
3333# Get the html-proofer to work
3434gem 'rake'
35- gem 'html-proofer'
35+ gem 'html-proofer' , '>= 5.2.1'
3636
3737# Work-around for csv and base64 no longer included in Ruby 3.4.0
3838gem "csv"
Original file line number Diff line number Diff line change 121121 html-pipeline (2.14.3 )
122122 activesupport (>= 2 )
123123 nokogiri (>= 1.4 )
124- html-proofer (5.1 .1 )
124+ html-proofer (5.2 .1 )
125125 addressable (~> 2.3 )
126126 async (~> 2.1 )
127127 benchmark (~> 0.5 )
267267 prism (~> 1.5 )
268268 net-http (0.9.1 )
269269 uri (>= 0.11.1 )
270- nokogiri (1.19.1 )
270+ nokogiri (1.19.3 )
271271 mini_portile2 (~> 2.8.2 )
272272 racc (~> 1.4 )
273273 octokit (4.25.1 )
You can’t perform that action at this time.
0 commit comments