diff --git a/Gemfile b/Gemfile index 898c587..1e9a7f8 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'bootstrap-sass', '~> 3.4.1' gem 'jquery-rails', '~> 4.6.0' # XML Parsing -gem 'nokogiri', '~> 1.18.9' +gem 'nokogiri', '~> 1.19.1' gem 'nori', '~> 2.7.1' gem "config", "~> 5.5.1" diff --git a/Gemfile.lock b/Gemfile.lock index 1f2330b..ad6acf5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -181,10 +181,10 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.18.9) + nokogiri (1.19.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.9-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) nori (2.7.1) bigdecimal @@ -311,7 +311,7 @@ DEPENDENCIES jquery-rails (~> 4.6.0) leaflet-rails (~> 1.9.3) mysql2 (~> 0.5.3) - nokogiri (~> 1.18.9) + nokogiri (~> 1.19.1) nori (~> 2.7.1) puma (~> 6.4) pundit (~> 2.3.2)