Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit a7d9f66

Browse files
authored
Merge pull request #632 from Data-Liberation-Front/dependabot/bundler/nokogiri-1.12.4
Bump nokogiri from 1.10.10 to 1.12.4
2 parents 73d05c3 + 9011864 commit a7d9f66

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
@@ -86,7 +86,7 @@ gem 'csvlint', '~> 0.4'
8686
gem 'datapackage', '0.0.4' # temporarily pinned to avoid breaking the build
8787
gem 'rest-client', '~> 2.0'
8888

89-
gem 'nokogiri', '~> 1.10'
89+
gem 'nokogiri', '~> 1.12'
9090

9191
gem 'airbrake', '~> 11.0'
9292
gem 'font-awesome-rails', '~> 4.7'

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ GEM
498498
method_source (1.0.0)
499499
mime-types (2.99.3)
500500
mini_mime (1.0.2)
501-
mini_portile2 (2.4.0)
501+
mini_portile2 (2.6.1)
502502
minitest (5.14.3)
503503
mongoid (5.1.6)
504504
activemodel (~> 4.0)
@@ -513,8 +513,9 @@ GEM
513513
net-http-pipeline (1.0.1)
514514
netrc (0.11.0)
515515
nio4r (2.5.8)
516-
nokogiri (1.10.10)
517-
mini_portile2 (~> 2.4.0)
516+
nokogiri (1.12.4)
517+
mini_portile2 (~> 2.6.1)
518+
racc (~> 1.4)
518519
nokogumbo (2.0.2)
519520
nokogiri (~> 1.8, >= 1.8.4)
520521
notiffany (0.1.3)
@@ -542,6 +543,7 @@ GEM
542543
json
543544
websocket (~> 1.0)
544545
pusher-signature (0.1.8)
546+
racc (1.5.2)
545547
rack (1.6.13)
546548
rack-cors (1.0.6)
547549
rack (>= 1.6.0)
@@ -822,7 +824,7 @@ DEPENDENCIES
822824
kaminari-mongoid (~> 1.0)
823825
mongo (~> 2.1)!
824826
mongoid (~> 5.1)
825-
nokogiri (~> 1.10)
827+
nokogiri (~> 1.12)
826828
poltergeist (~> 1.6)
827829
pry (~> 0.14)
828830
puma (~> 5.4)

0 commit comments

Comments
 (0)