diff --git a/Gemfile b/Gemfile index f679195..b5daa4e 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem "decidim", DECIDIM_VERSION # Remove this nokogiri forces version at any time but make sure that no __truncato_root__ text appears in the cards in general. # More exactly in comments in the homepage and in processes cards in the processes listing -gem "nokogiri", "= 1.13.3" +gem "nokogiri", "1.13.6" group :development, :test do gem "better_errors", ">= 2.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index fd1a390..fd9097e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -580,7 +580,7 @@ GEM netrc (0.11.0) nio4r (2.5.8) nobspw (0.6.2) - nokogiri (1.13.3-x86_64-linux) + nokogiri (1.13.6-x86_64-linux) racc (~> 1.4) nokogumbo (2.0.5) nokogiri (~> 1.8, >= 1.8.4) @@ -900,7 +900,7 @@ DEPENDENCIES figaro (>= 1.1.1) letter_opener_web listen (~> 3.1.0) - nokogiri (= 1.13.3) + nokogiri (= 1.13.6) openssl puma sanitize (~> 5.2)