Skip to content

Commit d57c382

Browse files
Bump nokogiri from 1.16.3 to 1.16.5 (#156)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.3 to 1.16.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.3...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03e8819 commit d57c382

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Gemfile

+1-1
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.16.2"
21+
gem "nokogiri", "~> 1.16.5"
2222
gem "addressable", ">= 2.8.0"
2323
gem "commonmarker", ">= 0.23.10"
2424
gem "activesupport", "~> 7.0.7.1"

Gemfile.lock

+7-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ GEM
2828
faraday-net_http (>= 2.0, < 3.2)
2929
faraday-net_http (3.1.0)
3030
net-http
31+
ffi (1.16.3)
3132
ffi (1.16.3-x64-mingw-ucrt)
3233
forwardable-extended (2.6.0)
3334
gemoji (3.0.1)
@@ -212,7 +213,9 @@ GEM
212213
minitest (5.22.3)
213214
net-http (0.4.1)
214215
uri
215-
nokogiri (1.16.3-x64-mingw-ucrt)
216+
nokogiri (1.16.5-x64-mingw-ucrt)
217+
racc (~> 1.4)
218+
nokogiri (1.16.5-x86_64-linux)
216219
racc (~> 1.4)
217220
octokit (4.25.1)
218221
faraday (>= 1, < 3)
@@ -248,6 +251,7 @@ GEM
248251
tzinfo (>= 1.0.0)
249252
unf (0.1.4)
250253
unf_ext
254+
unf_ext (0.0.9.1)
251255
unf_ext (0.0.9.1-x64-mingw-ucrt)
252256
unicode-display_width (1.8.0)
253257
uri (0.13.0)
@@ -256,13 +260,14 @@ GEM
256260

257261
PLATFORMS
258262
x64-mingw-ucrt
263+
x86_64-linux
259264

260265
DEPENDENCIES
261266
activesupport (~> 7.0.7.1)
262267
addressable (>= 2.8.0)
263268
commonmarker (>= 0.23.10)
264269
github-pages (~> 228)
265-
nokogiri (~> 1.16.2)
270+
nokogiri (~> 1.16.5)
266271
tzinfo (~> 2.0.6)
267272
tzinfo-data
268273
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)