Skip to content

Commit

Permalink
Merge pull request #2112 from internetee/dependabot/bundler/nokogiri-…
Browse files Browse the repository at this point in the history
…1.12.0
  • Loading branch information
dependabot[bot] authored Aug 3, 2021
2 parents 0a67435 + 13a4a34 commit 3356fce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.6.3' # 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.11.7'
gem 'nokogiri', '~> 1.12.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 @@ -293,7 +293,7 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.1.0)
mini_portile2 (2.5.3)
mini_portile2 (2.6.1)
minitest (5.14.4)
monetize (1.9.4)
money (~> 6.12)
Expand All @@ -310,10 +310,10 @@ GEM
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
nio4r (2.5.7)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
nokogiri (1.12.0)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.11.7-x86_64-linux)
nokogiri (1.12.0-x86_64-linux)
racc (~> 1.4)
nori (2.6.0)
omniauth (1.9.1)
Expand Down Expand Up @@ -547,7 +547,7 @@ DEPENDENCIES
mimemagic (= 0.4.3)
minitest (~> 5.14)
money-rails
nokogiri (~> 1.11.7)
nokogiri (~> 1.12.0)
omniauth
omniauth-rails_csrf_protection
omniauth-tara!
Expand Down

0 comments on commit 3356fce

Please sign in to comment.