File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source "https://rubygems.org"
5
5
git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
6
6
7
7
gem "jekyll" , "~> 4.3.2"
8
- gem "nokogiri" , "~> 1.16 "
8
+ gem "nokogiri" , "~> 1.18 "
9
9
gem 'html-proofer' , '~> 5.0' , '>= 5.0.9'
10
10
gem "jekyll-redirect-from" , ">= 0.16.0"
11
11
gem "kramdown-parser-gfm" , ">= 1.1.0"
Original file line number Diff line number Diff line change 80
80
rb-fsevent (~> 0.10 , >= 0.10.3 )
81
81
rb-inotify (~> 0.9 , >= 0.9.10 )
82
82
mercenary (0.4.0 )
83
- mini_portile2 (2.8.7 )
84
- nokogiri (1.16.7 )
83
+ mini_portile2 (2.8.8 )
84
+ nokogiri (1.18.3 )
85
85
mini_portile2 (~> 2.8.2 )
86
86
racc (~> 1.4 )
87
- nokogiri (1.16.7 -arm64-darwin )
87
+ nokogiri (1.18.3 -arm64-darwin )
88
88
racc (~> 1.4 )
89
- nokogiri (1.16.7 -x86_64-darwin )
89
+ nokogiri (1.18.3 -x86_64-darwin )
90
90
racc (~> 1.4 )
91
- nokogiri (1.16.7 -x86_64-linux )
91
+ nokogiri (1.18.3 -x86_64-linux-gnu )
92
92
racc (~> 1.4 )
93
93
pathutil (0.16.2 )
94
94
forwardable-extended (~> 2.6 )
@@ -139,7 +139,7 @@ DEPENDENCIES
139
139
jekyll-redirect-from (>= 0.16.0 )
140
140
jekyll-sitemap (>= 1.4.0 )
141
141
kramdown-parser-gfm (>= 1.1.0 )
142
- nokogiri (~> 1.16 )
142
+ nokogiri (~> 1.18 )
143
143
rexml (~> 3.3 )
144
144
145
145
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments