Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump nokogiri from 1.15.5 to 1.16.0 #1264

Merged
merged 1 commit into from
Jan 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "octokit", "~> 8.0"
## To generate ERB files from ronn files from rubygems/rubygems
gem "nronn"
## To strip (man:strip_pages)
gem "nokogiri", "~> 1.15"
gem "nokogiri", "~> 1.16"

group :development do
gem "irb"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ GEM
libv8-node (~> 18.16.0.0)
minitest (5.19.0)
mustache (1.1.1)
nokogiri (1.15.5)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
nronn (0.11.1)
kramdown (~> 2.1)
Expand Down Expand Up @@ -233,7 +233,7 @@ DEPENDENCIES
middleman-blog
middleman-search!
middleman-syntax
nokogiri (~> 1.15)
nokogiri (~> 1.16)
nronn
octokit (~> 8.0)
pry-byebug
Expand Down