Skip to content

Commit 1481ea1

Browse files
build(deps): bump nokogiri from 1.18.8 to 1.18.9 in /docs/v3 (#4470)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.8 to 1.18.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.8...v1.18.9) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de858b0 commit 1481ea1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/v3/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'middleman-livereload', '>= 3.4.7'
88
gem 'middleman-sprockets', '~> 4.1', '>= 4.1.1'
99
gem 'middleman-syntax', '3.4.0'
1010
gem 'mini_racer'
11-
gem 'nokogiri', '~> 1.18.8'
11+
gem 'nokogiri', '~> 1.18.9'
1212
gem 'rake', '>= 12.3.3'
1313
gem 'redcarpet', '~> 3.6.1'
1414
gem 'sass'

docs/v3/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,18 @@ GEM
9696
middleman-syntax (3.4.0)
9797
middleman-core (>= 3.2)
9898
rouge (~> 3.2)
99-
mini_portile2 (2.8.8)
99+
mini_portile2 (2.8.9)
100100
mini_racer (0.19.0)
101101
libv8-node (~> 24.1.0.0)
102102
minitest (5.23.1)
103-
nokogiri (1.18.8)
103+
nokogiri (1.18.9)
104104
mini_portile2 (~> 2.8.2)
105105
racc (~> 1.4)
106-
nokogiri (1.18.8-arm64-darwin)
106+
nokogiri (1.18.9-arm64-darwin)
107107
racc (~> 1.4)
108-
nokogiri (1.18.8-x86_64-darwin)
108+
nokogiri (1.18.9-x86_64-darwin)
109109
racc (~> 1.4)
110-
nokogiri (1.18.8-x86_64-linux-gnu)
110+
nokogiri (1.18.9-x86_64-linux-gnu)
111111
racc (~> 1.4)
112112
padrino-helpers (0.15.3)
113113
i18n (>= 0.6.7, < 2)
@@ -165,7 +165,7 @@ DEPENDENCIES
165165
middleman-sprockets (~> 4.1, >= 4.1.1)
166166
middleman-syntax (= 3.4.0)
167167
mini_racer
168-
nokogiri (~> 1.18.8)
168+
nokogiri (~> 1.18.9)
169169
rake (>= 12.3.3)
170170
redcarpet (~> 3.6.1)
171171
sass

0 commit comments

Comments
 (0)