Skip to content

Commit c227f03

Browse files
Bump nokogiri from 1.15.6 to 1.18.3
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.6 to 1.18.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.3/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.15.6...v1.18.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c28c89e commit c227f03

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
gem "jekyll", "~> 3.9.0"
44

55
# Needed for macOS ARM
6-
gem "nokogiri", "~> 1.15.6"
6+
gem "nokogiri", "~> 1.18.3"
77

88
# Needed to unbreak jekyll-assets
99
gem "sprockets", "~> 3.7"

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ GEM
7474
rb-inotify (~> 0.9, >= 0.9.10)
7575
mercenary (0.3.6)
7676
minitest (5.14.4)
77-
nokogiri (1.15.6-x86_64-darwin)
77+
nokogiri (1.18.3-x86_64-darwin)
7878
racc (~> 1.4)
79-
nokogiri (1.15.6-x86_64-linux)
79+
nokogiri (1.18.3-x86_64-linux-gnu)
8080
racc (~> 1.4)
8181
pathutil (0.16.2)
8282
forwardable-extended (~> 2.6)
8383
public_suffix (4.0.6)
84-
racc (1.7.3)
84+
racc (1.8.1)
8585
rack (2.2.11)
8686
rb-fsevent (0.11.0)
8787
rb-inotify (0.10.1)
@@ -114,7 +114,7 @@ DEPENDENCIES
114114
jekyll-seo-tag
115115
jekyll-sitemap
116116
kramdown-parser-gfm (~> 1.1.0)
117-
nokogiri (~> 1.15.6)
117+
nokogiri (~> 1.18.3)
118118
sprockets (~> 3.7)
119119

120120
BUNDLED WITH

0 commit comments

Comments
 (0)