Skip to content

Commit 05930a3

Browse files
build(deps): bump nokogiri from 1.15.6 to 1.18.10
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.6 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.15.6...v1.18.10) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a565f3 commit 05930a3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem 'jekyll'
44

55
gem 'csv'
6-
gem 'nokogiri', '1.15.6'
6+
gem 'nokogiri', '1.18.10'
77
gem 'rake'
88
gem 'webrick'
99

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,23 +220,25 @@ GEM
220220
rb-fsevent (~> 0.10, >= 0.10.3)
221221
rb-inotify (~> 0.9, >= 0.9.10)
222222
mercenary (0.3.6)
223-
mini_portile2 (2.8.7)
223+
mini_portile2 (2.8.9)
224224
minima (2.5.1)
225225
jekyll (>= 3.5, < 5.0)
226226
jekyll-feed (~> 0.9)
227227
jekyll-seo-tag (~> 2.1)
228228
minitest (5.24.1)
229229
mutex_m (0.2.0)
230-
nokogiri (1.15.6)
230+
nokogiri (1.18.10)
231231
mini_portile2 (~> 2.8.2)
232232
racc (~> 1.4)
233+
nokogiri (1.18.10-arm64-darwin)
234+
racc (~> 1.4)
233235
octokit (4.25.1)
234236
faraday (>= 1, < 3)
235237
sawyer (~> 0.9)
236238
pathutil (0.16.2)
237239
forwardable-extended (~> 2.6)
238240
public_suffix (5.1.1)
239-
racc (1.8.0)
241+
racc (1.8.1)
240242
rake (13.3.0)
241243
rb-fsevent (0.11.2)
242244
rb-inotify (0.11.1)
@@ -275,7 +277,7 @@ DEPENDENCIES
275277
jekyll
276278
jekyll-include-cache
277279
jekyll-toc
278-
nokogiri (= 1.15.6)
280+
nokogiri (= 1.18.10)
279281
rake
280282
webrick
281283

0 commit comments

Comments
 (0)