mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
Update dependency nokogiri to '~> 1.15.0'
This commit is contained in:
parent
e6e0624943
commit
c5a87181ff
2 changed files with 5 additions and 5 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.14.0'
|
||||
gem 'nokogiri', '~> 1.15.0'
|
||||
|
||||
# style
|
||||
gem 'bootstrap-sass', '~> 3.4'
|
||||
|
|
|
@ -332,10 +332,10 @@ GEM
|
|||
newrelic_rpm (= 8.1.0)
|
||||
newrelic_rpm (8.1.0)
|
||||
nio4r (2.5.8)
|
||||
nokogiri (1.14.5)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
nokogiri (1.15.3)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.14.5-x86_64-linux)
|
||||
nokogiri (1.15.3-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
nori (2.6.0)
|
||||
omniauth (2.1.0)
|
||||
|
@ -576,7 +576,7 @@ DEPENDENCIES
|
|||
money-rails
|
||||
newrelic-infinite_tracing
|
||||
newrelic_rpm
|
||||
nokogiri (~> 1.14.0)
|
||||
nokogiri (~> 1.15.0)
|
||||
omniauth-rails_csrf_protection
|
||||
omniauth-tara!
|
||||
paper_trail (~> 14.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue