diff --git a/Gemfile b/Gemfile index 0023f29245..6c7c026481 100644 --- a/Gemfile +++ b/Gemfile @@ -107,7 +107,7 @@ gem 'iso_country_codes', '~> 0.7.8' gem 'mail', '~> 2.8.1' gem 'maxmind-db', '~> 1.2.0' gem 'mahoro', '~> 0.5' -gem 'nokogiri', '~> 1.16.7' +gem 'nokogiri', '~> 1.17.2' gem 'open4', '~> 1.3.0' gem 'puma', '~> 6.4.3' gem 'rack', '~> 2.2.10' diff --git a/Gemfile.lock b/Gemfile.lock index 0bf1671919..99c700bef4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -317,7 +317,7 @@ GEM mime-types-data (3.2024.1001) mini_magick (4.13.1) mini_mime (1.1.5) - mini_portile2 (2.8.7) + mini_portile2 (2.8.8) mini_racer (0.16.0) libv8-node (~> 18.19.0.0) minitest (5.25.1) @@ -344,16 +344,16 @@ GEM net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) nio4r (2.7.3) - nokogiri (1.16.7) + nokogiri (1.17.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.7-aarch64-linux) + nokogiri (1.17.2-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.7-arm64-darwin) + nokogiri (1.17.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.7-x86_64-darwin) + nokogiri (1.17.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.7-x86_64-linux) + nokogiri (1.17.2-x86_64-linux) racc (~> 1.4) oink (0.10.1) activerecord @@ -626,7 +626,7 @@ DEPENDENCIES net-protocol (~> 0.1.3) net-ssh (~> 7.3.0) net-ssh-gateway (>= 1.1.0, < 3.0.0) - nokogiri (~> 1.16.7) + nokogiri (~> 1.17.2) oink (~> 0.10.1) open4 (~> 1.3.0) pg (~> 1.5.9)