Skip to content

Commit 2e1a81d

Browse files
build(deps): bump nokogiri from 1.16.2 to 1.16.4 in /docs/v3 (#3753)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.2...v1.16.4) --- 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 c35a3d3 commit 2e1a81d

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', '2.1.0'
1010
gem 'mini_racer'
11-
gem 'nokogiri', '~> 1.16.2'
11+
gem 'nokogiri', '~> 1.16.4'
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
@@ -95,18 +95,18 @@ GEM
9595
middleman-syntax (2.1.0)
9696
middleman-core (>= 3.2)
9797
rouge (~> 1.0)
98-
mini_portile2 (2.8.5)
98+
mini_portile2 (2.8.6)
9999
mini_racer (0.9.0)
100100
libv8-node (~> 18.19.0.0)
101101
minitest (5.22.3)
102-
nokogiri (1.16.2)
102+
nokogiri (1.16.4)
103103
mini_portile2 (~> 2.8.2)
104104
racc (~> 1.4)
105-
nokogiri (1.16.2-arm64-darwin)
105+
nokogiri (1.16.4-arm64-darwin)
106106
racc (~> 1.4)
107-
nokogiri (1.16.2-x86_64-darwin)
107+
nokogiri (1.16.4-x86_64-darwin)
108108
racc (~> 1.4)
109-
nokogiri (1.16.2-x86_64-linux)
109+
nokogiri (1.16.4-x86_64-linux)
110110
racc (~> 1.4)
111111
padrino-helpers (0.15.1)
112112
i18n (>= 0.6.7, < 2)
@@ -164,7 +164,7 @@ DEPENDENCIES
164164
middleman-sprockets (~> 4.1, >= 4.1.1)
165165
middleman-syntax (= 2.1.0)
166166
mini_racer
167-
nokogiri (~> 1.16.2)
167+
nokogiri (~> 1.16.4)
168168
rake (>= 12.3.3)
169169
redcarpet (~> 3.6.0)
170170
sass

0 commit comments

Comments
 (0)