Skip to content

Commit 0673f88

Browse files
Update dependency nokogiri to '~> 1.16.0'
1 parent bbe667b commit 0673f88

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gem 'validates_email_format_of', '1.7.2' # validates email against RFC 2822 and
2525

2626
# 0.7.3 is the latest for Rails 4.2, however, it is absent on Rubygems server
2727
# https://github.com/huacnlee/rails-settings-cached/issues/165
28-
gem 'nokogiri', '~> 1.15.0'
28+
gem 'nokogiri', '~> 1.16.0'
2929

3030
# style
3131
gem 'bootstrap-sass', '~> 3.4'

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ GEM
309309
nokogiri (~> 1)
310310
rake
311311
mini_mime (1.1.2)
312-
mini_portile2 (2.8.2)
312+
mini_portile2 (2.8.5)
313313
minitest (5.18.1)
314314
minitest-stub_any_instance (1.0.3)
315315
monetize (1.9.4)
@@ -332,10 +332,10 @@ GEM
332332
newrelic_rpm (= 8.1.0)
333333
newrelic_rpm (8.1.0)
334334
nio4r (2.5.9)
335-
nokogiri (1.15.3)
335+
nokogiri (1.16.0)
336336
mini_portile2 (~> 2.8.2)
337337
racc (~> 1.4)
338-
nokogiri (1.15.3-x86_64-linux)
338+
nokogiri (1.16.0-x86_64-linux)
339339
racc (~> 1.4)
340340
nori (2.6.0)
341341
omniauth (2.1.0)
@@ -372,7 +372,7 @@ GEM
372372
public_suffix (5.0.0)
373373
puma (5.6.7)
374374
nio4r (~> 2.0)
375-
racc (1.7.1)
375+
racc (1.7.3)
376376
rack (2.2.8)
377377
rack-oauth2 (1.21.3)
378378
activesupport
@@ -572,7 +572,7 @@ DEPENDENCIES
572572
money-rails
573573
newrelic-infinite_tracing
574574
newrelic_rpm
575-
nokogiri (~> 1.15.0)
575+
nokogiri (~> 1.16.0)
576576
omniauth-rails_csrf_protection
577577
omniauth-tara!
578578
paper_trail (~> 14.0)

0 commit comments

Comments
 (0)