Skip to content

Commit 3676ff7

Browse files
Bump nokogiri from 1.10.9 to 1.11.0
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.11.0. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.10.9...v1.11.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8238ce1 commit 3676ff7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ group :test do
5858
gem 'cucumber-rails', require: false
5959
gem 'cucumber-rails-training-wheels'
6060
gem 'capybara', '~> 3.31'
61-
gem 'nokogiri', '~> 1.10'
61+
gem 'nokogiri', '~> 1.11'
6262
gem 'factory_bot_rails'
6363
gem 'webmock', '~> 3.8'
6464
gem 'uri-handler'

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ GEM
300300
mime-types-data (3.2019.1009)
301301
mimemagic (0.3.3)
302302
mini_mime (1.0.2)
303-
mini_portile2 (2.4.0)
303+
mini_portile2 (2.5.0)
304304
minitest (5.14.0)
305305
momentjs-rails (2.20.1)
306306
railties (>= 3.1)
@@ -313,8 +313,9 @@ GEM
313313
naught (1.1.0)
314314
newrelic_rpm (6.10.0.364)
315315
nio4r (2.5.2)
316-
nokogiri (1.10.9)
317-
mini_portile2 (~> 2.4.0)
316+
nokogiri (1.11.0)
317+
mini_portile2 (~> 2.5.0)
318+
racc (~> 1.4)
318319
octokit (4.16.0)
319320
faraday (>= 0.9)
320321
sawyer (~> 0.8.0, >= 0.5.3)
@@ -353,6 +354,7 @@ GEM
353354
multi_json
354355
puma (4.3.3)
355356
nio4r (~> 2.0)
357+
racc (1.5.2)
356358
rack (2.2.2)
357359
rack-cors (1.1.1)
358360
rack (>= 2.0.0)
@@ -581,7 +583,7 @@ DEPENDENCIES
581583
meta-tags (~> 2.13)
582584
momentjs-rails
583585
newrelic_rpm
584-
nokogiri (~> 1.10)
586+
nokogiri (~> 1.11)
585587
paranoia (~> 2.4)
586588
pg (~> 1.2)
587589
phantomjs

0 commit comments

Comments
 (0)