Bump nokogiri
This commit is contained in:
parent
e8a374a16d
commit
84794a1b25
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -109,7 +109,7 @@ gem "leaflet-rails", "1.9.4"
|
|||
|
||||
# Parsing
|
||||
|
||||
gem "nokogiri", "1.15.2"
|
||||
gem "nokogiri", "1.16.5"
|
||||
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.6.0"
|
||||
gem "ruby-oembed", "0.16.1"
|
||||
|
|
|
|||
|
|
@ -432,7 +432,7 @@ GEM
|
|||
net-smtp (0.5.0)
|
||||
net-protocol
|
||||
nio4r (2.7.3)
|
||||
nokogiri (1.15.2)
|
||||
nokogiri (1.16.5)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
oauth (1.1.0)
|
||||
|
|
@ -843,7 +843,7 @@ DEPENDENCIES
|
|||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
nokogiri (= 1.15.2)
|
||||
nokogiri (= 1.16.5)
|
||||
omniauth (= 2.1.1)
|
||||
omniauth-rails_csrf_protection (= 1.0.1)
|
||||
omniauth-tumblr (= 1.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue