Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency nokogiri to '~> 1.16.0' - autoclosed #2633

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0'
gem 'nokogiri', '~> 1.16.0'

# style
gem 'bootstrap-sass', '~> 3.4'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.1.2)
mini_portile2 (2.8.2)
mini_portile2 (2.8.5)
minitest (5.18.1)
minitest-stub_any_instance (1.0.3)
monetize (1.9.4)
Expand All @@ -332,10 +332,10 @@ GEM
newrelic_rpm (= 8.1.0)
newrelic_rpm (8.1.0)
nio4r (2.5.9)
nokogiri (1.15.3)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
nori (2.6.0)
omniauth (2.1.0)
Expand Down Expand Up @@ -372,7 +372,7 @@ GEM
public_suffix (5.0.0)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-oauth2 (1.21.3)
activesupport
Expand Down Expand Up @@ -572,7 +572,7 @@ DEPENDENCIES
money-rails
newrelic-infinite_tracing
newrelic_rpm
nokogiri (~> 1.15.0)
nokogiri (~> 1.16.0)
omniauth-rails_csrf_protection
omniauth-tara!
paper_trail (~> 14.0)
Expand Down
Loading