Skip to content

Commit 8b45803

Browse files
build(deps): bump nokogiri from 1.18.9 to 1.18.10 (#81)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.9 to 1.18.10. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.9...v1.18.10) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d452646 commit 8b45803

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem 'redcarpet', '~> 3.6'
1414
gem 'pygments.rb', '~> 2.4'
1515

1616
# 1.14.0 is Ruby 2.7 only
17-
gem 'nokogiri', '~> 1.18.9'
17+
gem 'nokogiri', '~> 1.18.10'
1818

1919
# 1.17.0 does not seem to work on Ruby 2.6:
2020
# https://github.com/perlun/perlun.eu.org/actions/runs/9685245708/job/26724904172?pr=50.

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ GEM
6868
mercenary (0.3.6)
6969
mini_portile2 (2.8.9)
7070
minitest (5.23.1)
71-
nokogiri (1.18.9)
71+
nokogiri (1.18.10)
7272
mini_portile2 (~> 2.8.2)
7373
racc (~> 1.4)
74-
nokogiri (1.18.9-x86_64-linux-gnu)
74+
nokogiri (1.18.10-x86_64-linux-gnu)
7575
racc (~> 1.4)
7676
pathutil (0.16.2)
7777
forwardable-extended (~> 2.6)
@@ -107,7 +107,7 @@ DEPENDENCIES
107107
jekyll-multiple-languages-plugin!
108108
jekyll-paginate (~> 1.1)
109109
jemoji (~> 0.13)
110-
nokogiri (~> 1.18.9)
110+
nokogiri (~> 1.18.10)
111111
pygments.rb (~> 2.4)
112112
redcarpet (~> 3.6)
113113

0 commit comments

Comments
 (0)