Bump nokogiri

This commit is contained in:
Benjamin Neff 2023-06-26 02:30:31 +02:00
parent f8fe914212
commit a7320a872c
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

@ -109,7 +109,7 @@ gem "leaflet-rails", "1.9.3"
# Parsing # 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 "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 "redcarpet", "3.5.1"
gem "ruby-oembed", "0.16.1" gem "ruby-oembed", "0.16.1"

View file

@ -451,8 +451,8 @@ GEM
net-smtp (0.3.3) net-smtp (0.3.3)
net-protocol net-protocol
nio4r (2.5.9) nio4r (2.5.9)
nokogiri (1.13.7) nokogiri (1.15.2)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
oauth (0.5.10) oauth (0.5.10)
oauth2 (2.0.2) oauth2 (2.0.2)
@ -845,7 +845,7 @@ DEPENDENCIES
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
nokogiri (= 1.13.7) nokogiri (= 1.15.2)
omniauth (= 2.1.0) omniauth (= 2.1.0)
omniauth-rails_csrf_protection (= 1.0.1) omniauth-rails_csrf_protection (= 1.0.1)
omniauth-tumblr (= 1.2) omniauth-tumblr (= 1.2)