Skip to content

Commit

Permalink
chore(deps): update dependency nokogiri to '~> 1.18.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent bfe2a10 commit 968cf44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.8.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.16.0'
gem 'nokogiri', '~> 1.18.0'

# style
gem 'bootstrap-sass', '~> 3.4'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,10 @@ GEM
newrelic_rpm (8.1.0)
nio4r (2.5.9)
nkf (0.2.0)
nokogiri (1.16.8)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
nori (2.7.1)
bigdecimal
Expand Down Expand Up @@ -599,7 +599,7 @@ DEPENDENCIES
net-ftp
newrelic-infinite_tracing
newrelic_rpm
nokogiri (~> 1.16.0)
nokogiri (~> 1.18.0)
omniauth-rails_csrf_protection
omniauth-tara!
paper_trail (~> 14.0)
Expand Down

0 comments on commit 968cf44

Please sign in to comment.