Skip to content

Commit 5636e03

Browse files
Bump redcarpet from 3.6.0 to 3.6.1
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](vmg/redcarpet@v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: redcarpet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9754ec6 commit 5636e03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'middleman-syntax', '~> 3.4.0'
66
gem 'middleman-autoprefixer', '~> 3.0.0'
77
gem 'middleman-sprockets', '~> 4.1.1'
88
gem 'rouge', '~> 3.30.0'
9-
gem 'redcarpet', '~> 3.6.0'
9+
gem 'redcarpet', '~> 3.6.1'
1010
gem 'nokogiri', '~> 1.18.3'
1111

1212
# Lock haml https://github.com/middleman/middleman-syntax/issues/80

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GEM
9696
rb-fsevent (0.11.2)
9797
rb-inotify (0.10.1)
9898
ffi (~> 1.0)
99-
redcarpet (3.6.0)
99+
redcarpet (3.6.1)
100100
rexml (3.3.9)
101101
rouge (3.30.0)
102102
sass (3.7.4)
@@ -132,7 +132,7 @@ DEPENDENCIES
132132
middleman-sprockets (~> 4.1.1)
133133
middleman-syntax (~> 3.4.0)
134134
nokogiri (~> 1.18.3)
135-
redcarpet (~> 3.6.0)
135+
redcarpet (~> 3.6.1)
136136
rouge (~> 3.30.0)
137137
sass (= 3.7.4)
138138
sprockets (= 3.7.5)

0 commit comments

Comments
 (0)