Bump nokogiri
This commit is contained in:
parent
f8fe914212
commit
a7320a872c
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
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"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue