Skip to content

Commit 3565027

Browse files
Bump nokogiri from 1.12.5 to 1.13.4 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.12.5...v1.13.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de7a7e0 commit 3565027

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.12.6"
6+
gem "nokogiri", "< 1.13.5"
77
gem "jekyll", ">= 3.7"
88
gem "kramdown", ">= 2.3.0"
99
gem "jekyll-remote-theme"

docs/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,23 +205,23 @@ GEM
205205
rb-fsevent (~> 0.10, >= 0.10.3)
206206
rb-inotify (~> 0.9, >= 0.9.10)
207207
mercenary (0.3.6)
208-
mini_portile2 (2.6.1)
208+
mini_portile2 (2.8.0)
209209
minima (2.5.1)
210210
jekyll (>= 3.5, < 5.0)
211211
jekyll-feed (~> 0.9)
212212
jekyll-seo-tag (~> 2.1)
213213
minitest (5.14.3)
214214
multipart-post (2.1.1)
215-
nokogiri (1.12.5)
216-
mini_portile2 (~> 2.6.1)
215+
nokogiri (1.13.4)
216+
mini_portile2 (~> 2.8.0)
217217
racc (~> 1.4)
218218
octokit (4.20.0)
219219
faraday (>= 0.9)
220220
sawyer (~> 0.8.0, >= 0.5.3)
221221
pathutil (0.16.2)
222222
forwardable-extended (~> 2.6)
223223
public_suffix (3.1.1)
224-
racc (1.5.2)
224+
racc (1.6.0)
225225
rb-fsevent (0.10.4)
226226
rb-inotify (0.10.1)
227227
ffi (~> 1.0)
@@ -263,7 +263,7 @@ DEPENDENCIES
263263
jekyll (>= 3.7)
264264
jekyll-remote-theme
265265
kramdown (>= 2.3.0)
266-
nokogiri (< 1.12.6)
266+
nokogiri (< 1.13.5)
267267

268268
BUNDLED WITH
269269
2.1.4

0 commit comments

Comments
 (0)