Skip to content

Commit

Permalink
Bump nokogiri from 1.10.8 to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent 902bcc2 commit f1ca771
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ gem 'webpacker', '>= 4.0.x'
# PUL Assets
gem 'dalli'
gem 'honeybadger', '~> 2.0'
gem 'nokogiri', '~> 1.10.8'
gem 'nokogiri', '~> 1.11.0'
gem 'pul-assets', github: 'pulibrary/pul_assets', ref: '84dc633f5ff39167b4f7e7acf2517fffda630f0f'
gem 'ruby-prof', require: false
gem 'rubyzip', '>= 1.2.2'
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ GEM
mimemagic (0.3.3)
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_portile2 (2.5.0)
minitest (5.14.1)
modernizr-rails (2.7.1)
msgpack (1.2.4)
Expand All @@ -320,8 +320,9 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (5.1.0)
nio4r (2.5.2)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.0)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
normalize-rails (3.0.3)
oauth2 (1.4.4)
faraday (>= 0.8, < 2.0)
Expand Down Expand Up @@ -360,6 +361,7 @@ GEM
public_suffix (4.0.1)
puma (4.3.5)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.1.4)
rack-protection (2.0.8.1)
rack
Expand Down Expand Up @@ -624,7 +626,7 @@ DEPENDENCIES
jquery-rails
lograge
logstash-event
nokogiri (~> 1.10.8)
nokogiri (~> 1.11.0)
omniauth (~> 1.8.1)
omniauth-cas
open_uri_redirections
Expand Down

0 comments on commit f1ca771

Please sign in to comment.