Skip to content

Commit 4c0a7ae

Browse files
build(deps): bump nokogiri from 1.16.6 to 1.16.7 in /docs/v3 (#3913)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.6 to 1.16.7. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.6...v1.16.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 6ea4f92 commit 4c0a7ae

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.16.6'
11+
gem 'nokogiri', '~> 1.16.7'
1212
gem 'rake', '>= 12.3.3'
1313
gem 'redcarpet', '~> 3.6.0'
1414
gem 'sass'

docs/v3/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ GEM
100100
mini_racer (0.13.0)
101101
libv8-node (~> 22.5.1.0)
102102
minitest (5.23.1)
103-
nokogiri (1.16.6)
103+
nokogiri (1.16.7)
104104
mini_portile2 (~> 2.8.2)
105105
racc (~> 1.4)
106-
nokogiri (1.16.6-arm64-darwin)
106+
nokogiri (1.16.7-arm64-darwin)
107107
racc (~> 1.4)
108-
nokogiri (1.16.6-x86_64-darwin)
108+
nokogiri (1.16.7-x86_64-darwin)
109109
racc (~> 1.4)
110-
nokogiri (1.16.6-x86_64-linux)
110+
nokogiri (1.16.7-x86_64-linux)
111111
racc (~> 1.4)
112112
padrino-helpers (0.15.3)
113113
i18n (>= 0.6.7, < 2)
@@ -117,7 +117,7 @@ GEM
117117
parallel (1.24.0)
118118
parslet (2.0.0)
119119
public_suffix (5.0.5)
120-
racc (1.8.0)
120+
racc (1.8.1)
121121
rack (2.2.9)
122122
rack-livereload (0.3.17)
123123
rack
@@ -167,7 +167,7 @@ DEPENDENCIES
167167
middleman-sprockets (~> 4.1, >= 4.1.1)
168168
middleman-syntax (= 3.4.0)
169169
mini_racer
170-
nokogiri (~> 1.16.6)
170+
nokogiri (~> 1.16.7)
171171
rake (>= 12.3.3)
172172
redcarpet (~> 3.6.0)
173173
sass

0 commit comments

Comments
 (0)