Skip to content

Commit 87c0e78

Browse files
Bump nokogiri from 1.6.3.1 to 1.12.5
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.3.1 to 1.12.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.6.3.1...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d6a7ea commit 87c0e78

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
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem 'octokit', '~> 3.3.1'
44
gem 'faraday', '~> 0.9.0'
55
gem 'httpclient', '~> 2.4.0'
6-
gem 'nokogiri', '~> 1.6.3.1'
6+
gem 'nokogiri', '~> 1.12.5'
77
gem 'git', '~> 1.2.8'
88
gem 'parallel', '~> 1.2.4'
99
gem 'puma', '~> 2.9.0'

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ GEM
88
git (1.2.8)
99
httpclient (2.4.0)
1010
i18n (0.7.0)
11-
mini_portile (0.6.0)
11+
mini_portile2 (2.6.1)
1212
multi_json (1.10.1)
1313
multipart-post (2.0.0)
14-
nokogiri (1.6.3.1)
15-
mini_portile (= 0.6.0)
14+
nokogiri (1.12.5)
15+
mini_portile2 (~> 2.6.1)
16+
racc (~> 1.4)
1617
octokit (3.3.1)
1718
sawyer (~> 0.5.3)
1819
parallel (1.2.4)
1920
puma (2.9.0)
2021
rack (>= 1.1, < 2.0)
22+
racc (1.5.2)
2123
rack (1.5.2)
2224
rack-protection (1.5.3)
2325
rack
@@ -47,7 +49,7 @@ DEPENDENCIES
4749
git (~> 1.2.8)
4850
httpclient (~> 2.4.0)
4951
i18n (~> 0.7.0)
50-
nokogiri (~> 1.6.3.1)
52+
nokogiri (~> 1.12.5)
5153
octokit (~> 3.3.1)
5254
parallel (~> 1.2.4)
5355
puma (~> 2.9.0)

0 commit comments

Comments
 (0)