File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
# Performance-booster for watching directories on Windows
36
36
gem "wdm" , "~> 0.2.0" , :install_if => Gem . win_platform?
37
37
38
- gem "nokogiri" , "~> 1.17 "
38
+ gem "nokogiri" , "~> 1.18 "
39
39
40
40
# So we can add custom element templates
41
41
gem 'slim' , '~> 5.2.1'
Original file line number Diff line number Diff line change 62
62
jekyll (>= 3.5 , < 5.0 )
63
63
jekyll-feed (~> 0.9 )
64
64
jekyll-seo-tag (~> 2.1 )
65
- nokogiri (1.17.2 )
65
+ nokogiri (1.18.1 )
66
66
mini_portile2 (~> 2.8.2 )
67
67
racc (~> 1.4 )
68
68
pathutil (0.16.2 )
@@ -105,7 +105,7 @@ DEPENDENCIES
105
105
jekyll-asciidoc
106
106
jekyll-feed (~> 0.17 )
107
107
minima (~> 2.5 )
108
- nokogiri (~> 1.17 )
108
+ nokogiri (~> 1.18 )
109
109
slim (~> 5.2.1 )
110
110
thread_safe (~> 0.3.5 )
111
111
tzinfo (~> 2.0 )
You can’t perform that action at this time.
0 commit comments