Skip to content

Commit

Permalink
Bump redcarpet from 3.2.3 to 3.5.1
Browse files Browse the repository at this point in the history
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.2.3 to 3.5.1.
- [Release notes](https://github.com/vmg/redcarpet/releases)
- [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md)
- [Commits](vmg/redcarpet@v3.2.3...v3.5.1)

---
updated-dependencies:
- dependency-name: redcarpet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 30, 2022
1 parent c88a5ac commit b936fef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'middleman-imageoptim', '~> 0.2.1'
gem 'middleman-syntax', '~> 2.0.0'
gem 'middleman-blog', '~> 3.5.3'
gem 'slim', '~> 3.0.3'
gem 'redcarpet', '~> 3.2.2'
gem 'redcarpet', '~> 3.5.1'
gem 'therubyracer', '~> 0.12.1'
# For faster file watcher updates on Windows:
gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw, :mingw_20]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ GEM
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
redcarpet (3.2.3)
redcarpet (3.5.1)
ref (2.0.0)
rouge (1.10.1)
sass (3.4.22)
Expand Down Expand Up @@ -202,7 +202,7 @@ DEPENDENCIES
middleman-syntax (~> 2.0.0)
middleman-trailing_slashes (~> 0.0.1)
rake
redcarpet (~> 3.2.2)
redcarpet (~> 3.5.1)
slim (~> 3.0.3)
therubyracer (~> 0.12.1)
tzinfo-data (~> 1.2015.2)
Expand Down

0 comments on commit b936fef

Please sign in to comment.