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
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.11.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.10.8...v1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 13, 2021
1 parent 42892c6 commit ef16cfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
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
Expand Up @@ -312,7 +312,7 @@ GEM
rake
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_portile2 (2.5.0)
minitest (5.14.3)
modernizr-rails (2.7.1)
msgpack (1.2.4)
Expand All @@ -323,8 +323,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 @@ -363,6 +364,7 @@ GEM
public_suffix (4.0.6)
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 @@ -628,7 +630,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 ef16cfb

Please sign in to comment.