Skip to content

Commit 2464fc4

Browse files
Bump nokogiri from 1.18.6 to 1.18.8 in /src-api (#9350)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.6 to 1.18.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.6...v1.18.8) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rosie Yohannan <[email protected]>
1 parent 4a56f59 commit 2464fc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src-api/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'middleman-autoprefixer', '~> 3.0'
88
gem 'middleman-sprockets', '~> 4.1'
99
gem 'rouge', '~> 3.21'
1010
gem 'redcarpet', '~> 3.6.0'
11-
gem 'nokogiri', '~> 1.18.3'
11+
gem 'nokogiri', '~> 1.18.8'
1212
gem 'sprockets', '~> 3.7'
1313
gem 'sass'
1414
gem 'webrick'

src-api/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GEM
8383
rouge (~> 3.2)
8484
mini_portile2 (2.8.8)
8585
minitest (5.24.1)
86-
nokogiri (1.18.6)
86+
nokogiri (1.18.8)
8787
mini_portile2 (~> 2.8.2)
8888
racc (~> 1.4)
8989
padrino-helpers (0.15.3)
@@ -133,7 +133,7 @@ DEPENDENCIES
133133
middleman-autoprefixer (~> 3.0)
134134
middleman-sprockets (~> 4.1)
135135
middleman-syntax (~> 3.2)
136-
nokogiri (~> 1.18.3)
136+
nokogiri (~> 1.18.8)
137137
redcarpet (~> 3.6.0)
138138
rouge (~> 3.21)
139139
sass

0 commit comments

Comments
 (0)