Skip to content

Commit

Permalink
Merge pull request #3965 from raspberrypi/dependabot/bundler/develop/…
Browse files Browse the repository at this point in the history
…nokogiri-1.17.0

Bump nokogiri from 1.16.8 to 1.17.0
  • Loading branch information
nathan-contino authored Dec 10, 2024
2 parents 631b886 + 7ac4e53 commit 659eba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?

gem "nokogiri", "~> 1.16"
gem "nokogiri", "~> 1.17"

# So we can add custom element templates
gem 'slim', '~> 5.2.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
nokogiri (1.16.8)
nokogiri (1.17.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
Expand Down Expand Up @@ -105,7 +105,7 @@ DEPENDENCIES
jekyll-asciidoc
jekyll-feed (~> 0.17)
minima (~> 2.5)
nokogiri (~> 1.16)
nokogiri (~> 1.17)
slim (~> 5.2.1)
thread_safe (~> 0.3.5)
tzinfo (~> 2.0)
Expand Down

0 comments on commit 659eba6

Please sign in to comment.