Skip to content

Commit 1e6c198

Browse files
legalcodeskwalrath
authored andcommitted
Update nokogiri, fixes #1845 (#1858)
1 parent eab99de commit 1e6c198

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'jekyll'
66
gem 'jekyll-assets', group: :jekyll_plugins
77
gem 'jekyll-toc'
88
gem 'liquid-tag-parser'
9-
gem 'nokogiri'
9+
gem "nokogiri", ">= 1.10.4"
1010
gem 'sass'
1111
gem 'sprockets', '~> 4.0.beta' , { require: false }
1212
gem 'uglifier'

Gemfile.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
i18n (>= 0.7, < 2)
2020
minitest (~> 5.1)
2121
tzinfo (~> 1.1)
22-
addressable (2.5.2)
22+
addressable (2.6.0)
2323
public_suffix (>= 2.0.2, < 4.0)
2424
autoprefixer-rails (9.5.1.1)
2525
execjs
@@ -29,14 +29,13 @@ GEM
2929
sassc-rails (>= 2.0.0)
3030
builder (3.2.3)
3131
colorator (1.1.0)
32-
colorize (0.8.1)
3332
concurrent-ruby (1.1.5)
3433
crass (1.0.4)
3534
em-websocket (0.5.1)
3635
eventmachine (>= 0.12.9)
3736
http_parser.rb (~> 0.6.0)
3837
erubi (1.8.0)
39-
ethon (0.11.0)
38+
ethon (0.12.0)
4039
ffi (>= 1.3.0)
4140
eventmachine (1.2.7)
4241
execjs (2.7.0)
@@ -47,13 +46,13 @@ GEM
4746
font-awesome-sass (5.4.1)
4847
sassc (>= 1.11)
4948
forwardable-extended (2.6.0)
50-
html-proofer (3.9.2)
49+
html-proofer (3.11.1)
5150
activesupport (>= 4.2, < 6.0)
5251
addressable (~> 2.3)
53-
colorize (~> 0.8)
5452
mercenary (~> 0.3.2)
55-
nokogiri (~> 1.8.1)
53+
nokogiri (~> 1.9)
5654
parallel (~> 1.3)
55+
rainbow (~> 3.0)
5756
typhoeus (~> 1.3)
5857
yell (~> 2.0)
5958
http_parser.rb (0.6.0)
@@ -105,15 +104,15 @@ GEM
105104
nokogiri (>= 1.5.9)
106105
mercenary (0.3.6)
107106
method_source (0.9.2)
108-
mini_portile2 (2.3.0)
107+
mini_portile2 (2.4.0)
109108
minitest (5.11.3)
110-
nokogiri (1.8.5)
111-
mini_portile2 (~> 2.3.0)
112-
parallel (1.12.1)
109+
nokogiri (1.10.4)
110+
mini_portile2 (~> 2.4.0)
111+
parallel (1.17.0)
113112
pathutil (0.16.1)
114113
forwardable-extended (~> 2.6)
115114
popper_js (1.14.5)
116-
public_suffix (3.0.3)
115+
public_suffix (3.1.1)
117116
rack (2.0.7)
118117
rack-test (1.1.0)
119118
rack (>= 1.0, < 3)
@@ -128,6 +127,7 @@ GEM
128127
method_source
129128
rake (>= 0.8.7)
130129
thor (>= 0.19.0, < 2.0)
130+
rainbow (3.0.0)
131131
rake (12.3.2)
132132
rb-fsevent (0.10.3)
133133
rb-inotify (0.10.0)
@@ -159,13 +159,13 @@ GEM
159159
thor (0.20.3)
160160
thread_safe (0.3.6)
161161
tilt (2.0.9)
162-
typhoeus (1.3.0)
162+
typhoeus (1.3.1)
163163
ethon (>= 0.9.0)
164164
tzinfo (1.2.5)
165165
thread_safe (~> 0.1)
166166
uglifier (4.1.19)
167167
execjs (>= 0.3.0, < 3)
168-
yell (2.0.7)
168+
yell (2.2.0)
169169

170170
PLATFORMS
171171
ruby
@@ -178,7 +178,7 @@ DEPENDENCIES
178178
jekyll-assets
179179
jekyll-toc
180180
liquid-tag-parser
181-
nokogiri
181+
nokogiri (>= 1.10.4)
182182
sass
183183
sprockets (~> 4.0.beta)
184184
uglifier

0 commit comments

Comments
 (0)