diff --git a/Gemfile b/Gemfile index 346b7c2..13550c4 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'will_paginate', '~> 3.1' gem 'stripe', '~> 1.31' gem 'simplecov', '~> 0.11' gem 'coveralls', '~> 0.8' -gem 'nokogiri', '~> 1.12' +gem 'nokogiri', '~> 1.13' gem 'net-ssh', '~> 3.2' gem 'bootstrap-growl-rails', '~> 3.1' gem 'animate-rails', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index e34539e..d5a21f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -368,7 +368,7 @@ GEM net-ssh (3.2.0) netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.13.1-x86_64-linux) + nokogiri (1.13.9-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -507,6 +507,7 @@ GEM zeitwerk (2.5.4) PLATFORMS + x86_64-linux x86_64-linux-musl DEPENDENCIES @@ -539,7 +540,7 @@ DEPENDENCIES net-pop net-smtp net-ssh (~> 3.2) - nokogiri (~> 1.12) + nokogiri (~> 1.13) pg (~> 1.1) puma (~> 4.3) rack (~> 2.1)