Skip to content

Commit 79be505

Browse files
Merge pull request #4000 from raspberrypi/dependabot/bundler/develop/nokogiri-1.18.1
Bump nokogiri from 1.17.2 to 1.18.1
2 parents f863080 + 4fff62c commit 79be505

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ end
3535
# Performance-booster for watching directories on Windows
3636
gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?
3737

38-
gem "nokogiri", "~> 1.17"
38+
gem "nokogiri", "~> 1.18"
3939

4040
# So we can add custom element templates
4141
gem 'slim', '~> 5.2.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GEM
6262
jekyll (>= 3.5, < 5.0)
6363
jekyll-feed (~> 0.9)
6464
jekyll-seo-tag (~> 2.1)
65-
nokogiri (1.17.2)
65+
nokogiri (1.18.1)
6666
mini_portile2 (~> 2.8.2)
6767
racc (~> 1.4)
6868
pathutil (0.16.2)
@@ -105,7 +105,7 @@ DEPENDENCIES
105105
jekyll-asciidoc
106106
jekyll-feed (~> 0.17)
107107
minima (~> 2.5)
108-
nokogiri (~> 1.17)
108+
nokogiri (~> 1.18)
109109
slim (~> 5.2.1)
110110
thread_safe (~> 0.3.5)
111111
tzinfo (~> 2.0)

0 commit comments

Comments
 (0)