From a7320a872c82ff2e921bdb03f654009cb43c789b Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 26 Jun 2023 02:30:31 +0200 Subject: [PATCH] Bump nokogiri --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c54b44d17..ea928e133 100644 --- a/Gemfile +++ b/Gemfile @@ -109,7 +109,7 @@ gem "leaflet-rails", "1.9.3" # Parsing -gem "nokogiri", "1.13.7" +gem "nokogiri", "1.15.2" gem "open_graph_reader", "0.7.2" # also update User-Agent in features/support/webmock.rb and open_graph_cache_spec.rb gem "redcarpet", "3.5.1" gem "ruby-oembed", "0.16.1" diff --git a/Gemfile.lock b/Gemfile.lock index 410e00ef8..6f465fc32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -451,8 +451,8 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.13.7) - mini_portile2 (~> 2.8.0) + nokogiri (1.15.2) + mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth (0.5.10) oauth2 (2.0.2) @@ -845,7 +845,7 @@ DEPENDENCIES net-imap net-pop net-smtp - nokogiri (= 1.13.7) + nokogiri (= 1.15.2) omniauth (= 2.1.0) omniauth-rails_csrf_protection (= 1.0.1) omniauth-tumblr (= 1.2)