Skip to content

Commit 1387f4c

Browse files
Bump nokogiri from 1.13.9 to 1.14.3 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.14.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.9...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f53800e commit 1387f4c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.13.10"
6+
gem "nokogiri", "< 1.14.4"
77
gem "jekyll", ">= 3.7"
88
gem "kramdown", ">= 2.3.0"

docs/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ GEM
147147
rb-fsevent (~> 0.10, >= 0.10.3)
148148
rb-inotify (~> 0.9, >= 0.9.10)
149149
mercenary (0.3.6)
150-
mini_portile2 (2.8.0)
150+
mini_portile2 (2.8.2)
151151
minima (2.5.1)
152152
jekyll (>= 3.5, < 5.0)
153153
jekyll-feed (~> 0.9)
154154
jekyll-seo-tag (~> 2.1)
155155
minitest (5.16.3)
156156
multipart-post (2.1.1)
157-
nokogiri (1.13.9)
157+
nokogiri (1.14.3)
158158
mini_portile2 (~> 2.8.0)
159159
racc (~> 1.4)
160160
octokit (4.18.0)
@@ -163,7 +163,7 @@ GEM
163163
pathutil (0.16.2)
164164
forwardable-extended (~> 2.6)
165165
public_suffix (3.1.1)
166-
racc (1.6.0)
166+
racc (1.6.2)
167167
rb-fsevent (0.10.4)
168168
rb-inotify (0.10.1)
169169
ffi (~> 1.0)
@@ -203,7 +203,7 @@ DEPENDENCIES
203203
github-pages
204204
jekyll (>= 3.7)
205205
kramdown (>= 2.3.0)
206-
nokogiri (< 1.13.10)
206+
nokogiri (< 1.14.4)
207207

208208
BUNDLED WITH
209209
2.0.2

0 commit comments

Comments
 (0)