Skip to content

Commit

Permalink
Merge pull request #4843 from tulibraries/dependabot/bundler/nokogiri…
Browse files Browse the repository at this point in the history
…-1.18.1

Bump nokogiri from 1.17.2 to 1.18.1
  • Loading branch information
nomadicoder authored Jan 2, 2025
2 parents a331e3d + 56e65e2 commit e3c5731
Show file tree
Hide file tree
Showing 2 changed files with 10 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.2"
gem "nokogiri", "1.18.1"
gem "okcomputer"
gem "omniauth"
gem "omniauth-rails_csrf_protection"
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ GEM
matrix (0.4.2)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
msgpack (1.7.2)
multi_json (1.15.0)
Expand All @@ -419,17 +420,18 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.17.2-aarch64-linux)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.2-arm-linux)
nokogiri (1.18.1-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.1-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.17.2-x86-linux)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-darwin)
nokogiri (1.18.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
okcomputer (1.18.5)
omniauth (2.1.2)
Expand Down Expand Up @@ -745,7 +747,7 @@ DEPENDENCIES
launchy
lc_solr_sortable!
net-smtp
nokogiri (= 1.17.2)
nokogiri (= 1.18.1)
okcomputer
omniauth
omniauth-rails_csrf_protection
Expand Down

0 comments on commit e3c5731

Please sign in to comment.