mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
Update dependency nokogiri to '~> 1.14.0' [SECURITY]
This commit is contained in:
parent
38e6a228b2
commit
97105cecc1
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -25,7 +25,7 @@ gem 'validates_email_format_of', '1.7.2' # validates email against RFC 2822 and
|
|||
|
||||
# 0.7.3 is the latest for Rails 4.2, however, it is absent on Rubygems server
|
||||
# https://github.com/huacnlee/rails-settings-cached/issues/165
|
||||
gem 'nokogiri', '~> 1.13.0'
|
||||
gem 'nokogiri', '~> 1.14.0'
|
||||
|
||||
# style
|
||||
gem 'bootstrap-sass', '~> 3.4'
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -309,7 +309,7 @@ GEM
|
|||
nokogiri (~> 1)
|
||||
rake
|
||||
mini_mime (1.1.2)
|
||||
mini_portile2 (2.8.0)
|
||||
mini_portile2 (2.8.1)
|
||||
minitest (5.18.0)
|
||||
monetize (1.9.4)
|
||||
money (~> 6.12)
|
||||
|
@ -331,10 +331,10 @@ GEM
|
|||
newrelic_rpm (= 8.1.0)
|
||||
newrelic_rpm (8.1.0)
|
||||
nio4r (2.5.8)
|
||||
nokogiri (1.13.10)
|
||||
nokogiri (1.14.3)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.13.10-x86_64-linux)
|
||||
nokogiri (1.14.3-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
nori (2.6.0)
|
||||
omniauth (2.1.0)
|
||||
|
@ -371,7 +371,7 @@ GEM
|
|||
public_suffix (5.0.0)
|
||||
puma (5.6.4)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.6.1)
|
||||
racc (1.6.2)
|
||||
rack (2.2.6.4)
|
||||
rack-oauth2 (1.21.3)
|
||||
activesupport
|
||||
|
@ -569,7 +569,7 @@ DEPENDENCIES
|
|||
money-rails
|
||||
newrelic-infinite_tracing
|
||||
newrelic_rpm
|
||||
nokogiri (~> 1.13.0)
|
||||
nokogiri (~> 1.14.0)
|
||||
omniauth-rails_csrf_protection
|
||||
omniauth-tara!
|
||||
paper_trail (~> 14.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue