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

Commit 273a592

Browse files
Bump nokogiri from 1.12.5 to 1.13.0
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.0. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.12.5...v1.13.0) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e7de983 commit 273a592

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-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.12'
89+
gem 'nokogiri', '~> 1.13'
9090

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

Gemfile.lock

Lines changed: 4 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.6.1)
501+
mini_portile2 (2.7.1)
502502
minitest (5.15.0)
503503
mongoid (5.1.6)
504504
activemodel (~> 4.0)
@@ -513,8 +513,8 @@ GEM
513513
net-http-pipeline (1.0.1)
514514
netrc (0.11.0)
515515
nio4r (2.5.8)
516-
nokogiri (1.12.5)
517-
mini_portile2 (~> 2.6.1)
516+
nokogiri (1.13.0)
517+
mini_portile2 (~> 2.7.0)
518518
racc (~> 1.4)
519519
nokogumbo (2.0.2)
520520
nokogiri (~> 1.8, >= 1.8.4)
@@ -824,7 +824,7 @@ DEPENDENCIES
824824
kaminari-mongoid (~> 1.0)
825825
mongo (~> 2.1)!
826826
mongoid (~> 5.1)
827-
nokogiri (~> 1.12)
827+
nokogiri (~> 1.13)
828828
poltergeist (~> 1.6)
829829
pry (~> 0.14)
830830
puma (~> 5.5)

0 commit comments

Comments
 (0)