Skip to content

Commit

Permalink
Bump nokogiri from 1.17.0 to 1.17.2 (#4815)
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.17.0 to 1.17.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.17.2/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.17.0...v1.17.2)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 4cd297f commit c776e44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem "jquery-rails"
gem "jwt"
gem "lc_solr_sortable", git: "https://github.com/tulibraries/lc_solr_sortable", branch: "main"
gem "net-smtp"
gem "nokogiri", "1.17.0"
gem "nokogiri", "1.17.2"
gem "okcomputer"
gem "omniauth"
gem "omniauth-rails_csrf_protection"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -419,17 +419,17 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.17.0-aarch64-linux)
nokogiri (1.17.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.17.0-arm-linux)
nokogiri (1.17.2-arm-linux)
racc (~> 1.4)
nokogiri (1.17.0-arm64-darwin)
nokogiri (1.17.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.0-x86-linux)
nokogiri (1.17.2-x86-linux)
racc (~> 1.4)
nokogiri (1.17.0-x86_64-darwin)
nokogiri (1.17.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.0-x86_64-linux)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
okcomputer (1.18.5)
omniauth (2.1.2)
Expand Down Expand Up @@ -745,7 +745,7 @@ DEPENDENCIES
launchy
lc_solr_sortable!
net-smtp
nokogiri (= 1.17.0)
nokogiri (= 1.17.2)
okcomputer
omniauth
omniauth-rails_csrf_protection
Expand Down

0 comments on commit c776e44

Please sign in to comment.