diff --git a/Gemfile b/Gemfile index 2c3e42588..60c1d3511 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 101136e07..59869d843 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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