Skip to content

Commit

Permalink
Bump nokogiri from 1.16.2 to 1.16.3 (#4318)
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.2...v1.16.3)

---
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] committed Mar 18, 2024
1 parent 7eb8ca6 commit 7dcb68e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -44,7 +44,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.16.2"
gem "nokogiri", "1.16.3"
gem "okcomputer"
gem "omniauth"
gem "omniauth-rails_csrf_protection"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -377,11 +377,11 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-darwin)
nokogiri (1.16.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4)
okcomputer (1.18.5)
omniauth (2.1.2)
Expand Down Expand Up @@ -674,7 +674,7 @@ DEPENDENCIES
lc_solr_sortable!
mysql2 (~> 0.5.6)
net-smtp
nokogiri (= 1.16.2)
nokogiri (= 1.16.3)
okcomputer
omniauth
omniauth-rails_csrf_protection
Expand Down

0 comments on commit 7dcb68e

Please sign in to comment.