Skip to content

Commit d521d36

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 166eeb4 commit d521d36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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', '~> 4.21.0'
44
gem 'faraday', '~> 1.7.0'
55
gem 'httpclient', '~> 2.4.0'
6-
gem 'nokogiri', '~> 1.12.3'
6+
gem 'nokogiri', '~> 1.12.5'
77
gem 'git', '~> 1.9.1'
88
gem 'parallel', '~> 1.20.1'
99
gem 'puma', '~> 5.4.0'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GEM
3232
mustermann (1.1.1)
3333
ruby2_keywords (~> 0.0.1)
3434
nio4r (2.5.8)
35-
nokogiri (1.12.3)
35+
nokogiri (1.12.5)
3636
mini_portile2 (~> 2.6.1)
3737
racc (~> 1.4)
3838
octokit (4.21.0)
@@ -42,7 +42,7 @@ GEM
4242
public_suffix (4.0.6)
4343
puma (5.4.0)
4444
nio4r (~> 2.0)
45-
racc (1.5.2)
45+
racc (1.6.0)
4646
rack (2.2.3)
4747
rack-protection (2.1.0)
4848
rack
@@ -72,7 +72,7 @@ DEPENDENCIES
7272
git (~> 1.9.1)
7373
httpclient (~> 2.4.0)
7474
i18n (~> 0.7.0)
75-
nokogiri (~> 1.12.3)
75+
nokogiri (~> 1.12.5)
7676
octokit (~> 4.21.0)
7777
parallel (~> 1.20.1)
7878
puma (~> 5.4.0)

0 commit comments

Comments
 (0)