diff --git a/Gemfile b/Gemfile index 73cae997..c567097e 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'omniauth-orcid', '~> 2.1.1' gem 'aws-sdk-s3', '~> 1.94.0' -gem 'nokogiri', '~> 1.13.9' +gem 'nokogiri', '~> 1.13.10' group :test, :development do gem 'rspec-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 2ff9fcca..f4f7b677 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,7 @@ GEM net-ssh (>= 2.6.5, < 6.0.0) net-ssh (5.2.0) nio4r (2.5.7) - nokogiri (1.13.9) + nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) nokogumbo (2.0.2) @@ -262,7 +262,7 @@ GEM pundit (2.1.0) activesupport (>= 3.0.0) raabro (1.1.6) - racc (1.6.0) + racc (1.6.1) rack (2.2.4) rack-attack (6.0.0) rack (>= 1.0, < 3) @@ -425,7 +425,7 @@ DEPENDENCIES kaminari (~> 1.2.1) launchy multi_json (~> 1.10.1) - nokogiri (~> 1.13.9) + nokogiri (~> 1.13.10) obo (~> 0.1.5) omniauth (~> 1.9.2) omniauth-github (~> 1.4.0)