Skip to content

Commit

Permalink
deps: Bump nokogiri from 1.14.3 to 1.15.6 (#142)
Browse files Browse the repository at this point in the history
* Update BUNDLED WITH

* deps: bump nokogiri from 1.14.3 to 1.15.6

* fix: Update `BUNDLED WITH`

since bundler 2.5 requires Ruby v3.0+.
  • Loading branch information
toshimaru authored Apr 22, 2024
1 parent 9331bb3 commit 0a773d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

gem 'jekyll'
gem 'nokogiri', '1.15.6'
gem 'rake'
gem 'webrick'

Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,23 +208,23 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.1)
mini_portile2 (2.8.6)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.19.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.6.2)
rake (13.2.1)
racc (1.7.3)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -260,10 +260,12 @@ PLATFORMS

DEPENDENCIES
github-pages
jekyll
jekyll-include-cache
jekyll-toc
nokogiri (= 1.15.6)
rake
webrick

BUNDLED WITH
2.4.1
2.4.22

0 comments on commit 0a773d5

Please sign in to comment.