Skip to content

Commit c795e55

Browse files
Bump nokogiri from 1.13.10 to 1.14.3
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10 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.10...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af5f404 commit c795e55

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
1818

1919

2020
# Vulnerability issues
21-
gem "nokogiri", "~> 1.13.10"
21+
gem "nokogiri", "~> 1.14.3"
2222
gem "addressable", ">= 2.8.0"
2323
gem "commonmarker", ">= 0.23.7"
2424
gem "activesupport", "~> 7.0.4.3"

Gemfile.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ GEM
2828
faraday-net_http (>= 2.0, < 3.1)
2929
ruby2_keywords (>= 0.0.4)
3030
faraday-net_http (3.0.2)
31+
ffi (1.15.5)
3132
ffi (1.15.5-x64-mingw-ucrt)
3233
forwardable-extended (2.6.0)
3334
gemoji (3.0.1)
@@ -210,7 +211,9 @@ GEM
210211
jekyll-feed (~> 0.9)
211212
jekyll-seo-tag (~> 2.1)
212213
minitest (5.18.0)
213-
nokogiri (1.13.10-x64-mingw-ucrt)
214+
nokogiri (1.14.3-x64-mingw-ucrt)
215+
racc (~> 1.4)
216+
nokogiri (1.14.3-x86_64-linux)
214217
racc (~> 1.4)
215218
octokit (4.25.1)
216219
faraday (>= 1, < 3)
@@ -247,20 +250,22 @@ GEM
247250
tzinfo (>= 1.0.0)
248251
unf (0.1.4)
249252
unf_ext
253+
unf_ext (0.0.8.2)
250254
unf_ext (0.0.8.2-x64-mingw-ucrt)
251255
unicode-display_width (1.8.0)
252256
wdm (0.1.1)
253257
webrick (1.8.1)
254258

255259
PLATFORMS
256260
x64-mingw-ucrt
261+
x86_64-linux
257262

258263
DEPENDENCIES
259264
activesupport (~> 7.0.4.3)
260265
addressable (>= 2.8.0)
261266
commonmarker (>= 0.23.7)
262267
github-pages (~> 228)
263-
nokogiri (~> 1.13.10)
268+
nokogiri (~> 1.14.3)
264269
tzinfo (~> 2.0.6)
265270
tzinfo-data
266271
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)