Skip to content

Commit f9b7832

Browse files
build(deps): bump nokogiri from 1.19.0 to 1.19.1 in /docs/v3 (#4865)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.19.0 to 1.19.1. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a633c0e commit f9b7832

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.6.1'
1010
gem 'mini_racer'
11-
gem 'nokogiri', '~> 1.19.0'
11+
gem 'nokogiri', '~> 1.19.1'
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
@@ -118,14 +118,14 @@ GEM
118118
minitest (6.0.1)
119119
prism (~> 1.5)
120120
mutex_m (0.3.0)
121-
nokogiri (1.19.0)
121+
nokogiri (1.19.1)
122122
mini_portile2 (~> 2.8.2)
123123
racc (~> 1.4)
124-
nokogiri (1.19.0-arm64-darwin)
124+
nokogiri (1.19.1-arm64-darwin)
125125
racc (~> 1.4)
126-
nokogiri (1.19.0-x86_64-darwin)
126+
nokogiri (1.19.1-x86_64-darwin)
127127
racc (~> 1.4)
128-
nokogiri (1.19.0-x86_64-linux-gnu)
128+
nokogiri (1.19.1-x86_64-linux-gnu)
129129
racc (~> 1.4)
130130
padrino-helpers (0.15.3)
131131
i18n (>= 0.6.7, < 2)
@@ -185,7 +185,7 @@ DEPENDENCIES
185185
middleman-sprockets (~> 4.1, >= 4.1.1)
186186
middleman-syntax (= 3.6.1)
187187
mini_racer
188-
nokogiri (~> 1.19.0)
188+
nokogiri (~> 1.19.1)
189189
rake (>= 12.3.3)
190190
redcarpet (~> 3.6.1)
191191
sass

0 commit comments

Comments
 (0)