Skip to content

Commit f392a73

Browse files
authored
Merge pull request #13 from jnareb/dependabot/bundler/docs/nokogiri-1.13.9
Bump nokogiri from 1.10.8 to 1.13.9 in /docs following dependabot recommendation
2 parents 97e6898 + 3ed62c7 commit f392a73

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ source "https://rubygems.org"
33
gem 'github-pages', group: :jekyll_plugins
44

55
# Added at 2019-11-25 10:11:40 -0800 by jhoward:
6-
gem "nokogiri", "< 1.10.9"
6+
gem "nokogiri", "< 1.13.10"
77
gem "jekyll", ">= 3.7"
88
gem "kramdown", ">= 2.3.0"

docs/Gemfile.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.2)
4+
activesupport (6.0.6)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -81,7 +81,7 @@ GEM
8181
octokit (~> 4.0)
8282
public_suffix (~> 3.0)
8383
typhoeus (~> 1.3)
84-
html-pipeline (2.14.0)
84+
html-pipeline (2.14.3)
8585
activesupport (>= 2)
8686
nokogiri (>= 1.4)
8787
http_parser.rb (0.6.0)
@@ -197,33 +197,35 @@ GEM
197197
kramdown-parser-gfm (1.1.0)
198198
kramdown (~> 2.0)
199199
liquid (4.0.3)
200-
listen (3.2.1)
200+
listen (3.7.1)
201201
rb-fsevent (~> 0.10, >= 0.10.3)
202202
rb-inotify (~> 0.9, >= 0.9.10)
203203
mercenary (0.3.6)
204-
mini_portile2 (2.4.0)
204+
mini_portile2 (2.8.0)
205205
minima (2.5.1)
206206
jekyll (>= 3.5, < 5.0)
207207
jekyll-feed (~> 0.9)
208208
jekyll-seo-tag (~> 2.1)
209-
minitest (5.14.1)
209+
minitest (5.16.3)
210210
multipart-post (2.1.1)
211-
nokogiri (1.10.8)
212-
mini_portile2 (~> 2.4.0)
211+
nokogiri (1.13.9)
212+
mini_portile2 (~> 2.8.0)
213+
racc (~> 1.4)
213214
octokit (4.18.0)
214215
faraday (>= 0.9)
215216
sawyer (~> 0.8.0, >= 0.5.3)
216217
pathutil (0.16.2)
217218
forwardable-extended (~> 2.6)
218219
public_suffix (3.1.1)
220+
racc (1.6.0)
219221
rb-fsevent (0.10.4)
220222
rb-inotify (0.10.1)
221223
ffi (~> 1.0)
222224
rexml (3.2.4)
223225
rouge (3.19.0)
224226
ruby-enum (0.8.0)
225227
i18n
226-
rubyzip (2.3.0)
228+
rubyzip (2.3.2)
227229
safe_yaml (1.0.5)
228230
sass (3.7.4)
229231
sass-listen (~> 4.0.0)
@@ -246,7 +248,7 @@ GEM
246248
unf_ext
247249
unf_ext (0.0.7.7)
248250
unicode-display_width (1.7.0)
249-
zeitwerk (2.4.0)
251+
zeitwerk (2.6.1)
250252

251253
PLATFORMS
252254
ruby
@@ -255,7 +257,7 @@ DEPENDENCIES
255257
github-pages
256258
jekyll (>= 3.7)
257259
kramdown (>= 2.3.0)
258-
nokogiri (< 1.10.9)
260+
nokogiri (< 1.13.10)
259261

260262
BUNDLED WITH
261263
2.0.2

0 commit comments

Comments
 (0)