Skip to content

Commit

Permalink
[Security] Bump redcarpet from 2.1.1 to 3.2.3
Browse files Browse the repository at this point in the history
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 2.1.1 to 3.2.3. **This update includes a security fix.**
- [Release notes](https://github.com/vmg/redcarpet/releases)
- [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md)
- [Commits](vmg/redcarpet@v2.1.1...v3.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jul 2, 2020
1 parent 380ef67 commit 7b1b9c3
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 @@ -29,7 +29,7 @@ gem 'jquery-rails'
gem 'passenger'
gem 'recaptcha', '3.0.0', :require => "recaptcha/rails"
gem 'cocaine', '~>0.5.3'
gem 'redcarpet', '2.1.1'
gem 'redcarpet', '3.2.3'
gem 'skylight' # performance tracking via skylight.io
gem 'activerecord-deprecated_finders', require: 'active_record/deprecated_finders'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GEM
rdiscount (1.6.8)
recaptcha (3.0.0)
json
redcarpet (2.1.1)
redcarpet (3.2.3)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
Expand Down Expand Up @@ -170,7 +170,7 @@ DEPENDENCIES
rails (~> 4.2.8)
rdiscount (= 1.6.8)
recaptcha (= 3.0.0)
redcarpet (= 2.1.1)
redcarpet (= 3.2.3)
responders (~> 2.0)
rmagick
ruby-openid
Expand Down

0 comments on commit 7b1b9c3

Please sign in to comment.