Skip to content

Commit

Permalink
Bump nokogiri from 1.10.10 to 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 16, 2021
1 parent efd41ae commit 1763872
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 @@ -83,7 +83,7 @@ gem 'font-awesome-sass', '~> 4.7'

gem 'pg', '~> 0.18'

gem 'nokogiri', '~> 1.10'
gem 'nokogiri', '~> 1.11'

# Loads environment variables from `.env` file.
gem 'dotenv-rails', '~> 2.0'
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ GEM
rake
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_portile2 (2.5.3)
minitest (5.14.2)
modernizr-rails (2.7.1)
msgpack (1.3.3)
Expand All @@ -288,8 +288,9 @@ GEM
netrc (0.11.0)
newrelic_rpm (4.8.0.341)
nio4r (2.5.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.4)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogumbo (2.0.2)
nokogiri (~> 1.8, >= 1.8.4)
oauth2 (1.4.4)
Expand Down Expand Up @@ -348,6 +349,7 @@ GEM
nio4r (~> 2.0)
pundit (1.1.0)
activesupport (>= 3.0.0)
racc (1.5.2)
rack (2.2.3)
rack-cors (1.1.1)
rack (>= 2.0.0)
Expand Down Expand Up @@ -630,7 +632,7 @@ DEPENDENCIES
mini_magick (~> 4.9)
modernizr-rails (~> 2.7)
newrelic_rpm (~> 4.2)
nokogiri (~> 1.10)
nokogiri (~> 1.11)
oj (~> 2.18)
omniauth-facebook (~> 7.0)
omniauth-google-oauth2 (~> 0.8.0)
Expand Down

0 comments on commit 1763872

Please sign in to comment.