Skip to content

Commit 10bc242

Browse files
build(deps): bump nokogiri from 1.18.3 to 1.18.7 in /docs/v3 (#4291)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.3 to 1.18.7. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.3...v1.18.7) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86e5d91 commit 10bc242

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.4'
11+
gem 'nokogiri', '~> 1.18.7'
1212
gem 'rake', '>= 12.3.3'
1313
gem 'redcarpet', '~> 3.6.1'
1414
gem 'sass'

docs/v3/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ GEM
100100
mini_racer (0.16.0)
101101
libv8-node (~> 18.19.0.0)
102102
minitest (5.23.1)
103-
nokogiri (1.18.4)
103+
nokogiri (1.18.7)
104104
mini_portile2 (~> 2.8.2)
105105
racc (~> 1.4)
106-
nokogiri (1.18.4-arm64-darwin)
106+
nokogiri (1.18.7-arm64-darwin)
107107
racc (~> 1.4)
108-
nokogiri (1.18.4-x86_64-darwin)
108+
nokogiri (1.18.7-x86_64-darwin)
109109
racc (~> 1.4)
110-
nokogiri (1.18.4-x86_64-linux-gnu)
110+
nokogiri (1.18.7-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.4)
168+
nokogiri (~> 1.18.7)
169169
rake (>= 12.3.3)
170170
redcarpet (~> 3.6.1)
171171
sass

0 commit comments

Comments
 (0)