Skip to content

Commit d975c83

Browse files
Bump nokogiri from 1.18.10 to 1.19.0 (#327)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.10 to 1.19.0. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.10...v1.19.0) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff769f0 commit d975c83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem "jekyll", "~> 4.4"
44
gem "base64", "~> 0.3.0"
55
gem "logger", "~> 1.7"
66
gem "bigdecimal", "~> 4.0"
7-
gem "nokogiri", "~> 1.18"
7+
gem "nokogiri", "~> 1.19"
88
gem "jekyll-redirect-from", "~> 0.16.0"
99
gem "jemoji", "~> 0.13.0"
1010
gem "kramdown-parser-gfm", "~> 1.1"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ GEM
8282
mercenary (0.4.0)
8383
mini_portile2 (2.8.9)
8484
minitest (5.25.5)
85-
nokogiri (1.18.10)
85+
nokogiri (1.19.0)
8686
mini_portile2 (~> 2.8.2)
8787
racc (~> 1.4)
8888
pathutil (0.16.2)
@@ -119,7 +119,7 @@ DEPENDENCIES
119119
jemoji (~> 0.13.0)
120120
kramdown-parser-gfm (~> 1.1)
121121
logger (~> 1.7)
122-
nokogiri (~> 1.18)
122+
nokogiri (~> 1.19)
123123

124124
BUNDLED WITH
125125
2.5.6

0 commit comments

Comments
 (0)