Skip to content

Commit 0a773d5

Browse files
authored
deps: Bump nokogiri from 1.14.3 to 1.15.6 (#142)
* 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+.
1 parent 9331bb3 commit 0a773d5

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
source 'https://rubygems.org'
22

3+
gem 'jekyll'
4+
gem 'nokogiri', '1.15.6'
35
gem 'rake'
46
gem 'webrick'
57

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,23 +208,23 @@ GEM
208208
rb-fsevent (~> 0.10, >= 0.10.3)
209209
rb-inotify (~> 0.9, >= 0.9.10)
210210
mercenary (0.3.6)
211-
mini_portile2 (2.8.1)
211+
mini_portile2 (2.8.6)
212212
minima (2.5.1)
213213
jekyll (>= 3.5, < 5.0)
214214
jekyll-feed (~> 0.9)
215215
jekyll-seo-tag (~> 2.1)
216216
minitest (5.19.0)
217-
nokogiri (1.14.3)
218-
mini_portile2 (~> 2.8.0)
217+
nokogiri (1.15.6)
218+
mini_portile2 (~> 2.8.2)
219219
racc (~> 1.4)
220220
octokit (4.25.1)
221221
faraday (>= 1, < 3)
222222
sawyer (~> 0.9)
223223
pathutil (0.16.2)
224224
forwardable-extended (~> 2.6)
225225
public_suffix (4.0.7)
226-
racc (1.6.2)
227-
rake (13.2.1)
226+
racc (1.7.3)
227+
rake (13.1.0)
228228
rb-fsevent (0.11.2)
229229
rb-inotify (0.10.1)
230230
ffi (~> 1.0)
@@ -260,10 +260,12 @@ PLATFORMS
260260

261261
DEPENDENCIES
262262
github-pages
263+
jekyll
263264
jekyll-include-cache
264265
jekyll-toc
266+
nokogiri (= 1.15.6)
265267
rake
266268
webrick
267269

268270
BUNDLED WITH
269-
2.4.1
271+
2.4.22

0 commit comments

Comments
 (0)