Skip to content

Commit eb324ff

Browse files
Bump nokogiri from 1.16.7 to 1.18.3
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.7 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.16.7...v1.18.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc702db commit eb324ff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

77
gem "jekyll", "~> 4.3.2"
8-
gem "nokogiri", "~> 1.16"
8+
gem "nokogiri", "~> 1.18"
99
gem 'html-proofer', '~> 5.0', '>= 5.0.9'
1010
gem "jekyll-redirect-from", ">= 0.16.0"
1111
gem "kramdown-parser-gfm", ">= 1.1.0"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ GEM
8080
rb-fsevent (~> 0.10, >= 0.10.3)
8181
rb-inotify (~> 0.9, >= 0.9.10)
8282
mercenary (0.4.0)
83-
mini_portile2 (2.8.7)
84-
nokogiri (1.16.7)
83+
mini_portile2 (2.8.8)
84+
nokogiri (1.18.3)
8585
mini_portile2 (~> 2.8.2)
8686
racc (~> 1.4)
87-
nokogiri (1.16.7-arm64-darwin)
87+
nokogiri (1.18.3-arm64-darwin)
8888
racc (~> 1.4)
89-
nokogiri (1.16.7-x86_64-darwin)
89+
nokogiri (1.18.3-x86_64-darwin)
9090
racc (~> 1.4)
91-
nokogiri (1.16.7-x86_64-linux)
91+
nokogiri (1.18.3-x86_64-linux-gnu)
9292
racc (~> 1.4)
9393
pathutil (0.16.2)
9494
forwardable-extended (~> 2.6)
@@ -139,7 +139,7 @@ DEPENDENCIES
139139
jekyll-redirect-from (>= 0.16.0)
140140
jekyll-sitemap (>= 1.4.0)
141141
kramdown-parser-gfm (>= 1.1.0)
142-
nokogiri (~> 1.16)
142+
nokogiri (~> 1.18)
143143
rexml (~> 3.3)
144144

145145
BUNDLED WITH

0 commit comments

Comments
 (0)