Skip to content

Commit

Permalink
updates nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Oct 15, 2024
1 parent 9127e57 commit 5100eee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ _site/
.vendor/
vendor/
.bundle/
node_modules
assets/uswds/*
node_modules/
assets/uswds/
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem "jekyll", "~> 4.3.2"
gem "nokogiri", "~> 1.14"
gem "nokogiri", "~> 1.16"
gem "html-proofer", "~> 3.19", ">= 3.19.4"
gem "jekyll-redirect-from", ">= 0.16.0"
gem "kramdown-parser-gfm", ">= 1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ DEPENDENCIES
jekyll-redirect-from (>= 0.16.0)
jekyll-sitemap (>= 1.4.0)
kramdown-parser-gfm (>= 1.1.0)
nokogiri (~> 1.14)
nokogiri (~> 1.16)
rexml (~> 3.3, >= 3.3.8)

BUNDLED WITH
Expand Down

0 comments on commit 5100eee

Please sign in to comment.