Skip to content

Commit 48f8a63

Browse files
build(deps): bump redcarpet from 3.6.0 to 3.6.1 in /docs/v3 (#4239)
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/vmg/redcarpet/releases) - [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md) - [Commits](https://github.com/vmg/redcarpet/commits) --- updated-dependencies: - dependency-name: redcarpet 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 6b45fa4 commit 48f8a63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/v3/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ gem 'middleman-syntax', '3.4.0'
1010
gem 'mini_racer'
1111
gem 'nokogiri', '~> 1.18.3'
1212
gem 'rake', '>= 12.3.3'
13-
gem 'redcarpet', '~> 3.6.0'
13+
gem 'redcarpet', '~> 3.6.1'
1414
gem 'sass'

docs/v3/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ GEM
125125
rb-fsevent (0.11.2)
126126
rb-inotify (0.11.1)
127127
ffi (~> 1.0)
128-
redcarpet (3.6.0)
128+
redcarpet (3.6.1)
129129
rexml (3.3.9)
130130
rouge (3.30.0)
131131
sass (3.7.4)
@@ -167,7 +167,7 @@ DEPENDENCIES
167167
mini_racer
168168
nokogiri (~> 1.18.3)
169169
rake (>= 12.3.3)
170-
redcarpet (~> 3.6.0)
170+
redcarpet (~> 3.6.1)
171171
sass
172172

173173
BUNDLED WITH

0 commit comments

Comments
 (0)