Skip to content

Commit fd250bd

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](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]>
1 parent 415448d commit fd250bd

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
@@ -53,7 +53,7 @@ gem 'fastly'
5353
gem 'groupdate'
5454
gem 'nokogiri'
5555
gem 'pundit'
56-
gem 'redcarpet', '~> 3.5'
56+
gem 'redcarpet', '~> 3.6'
5757
gem 'simple_form'
5858
gem 'tinymce-rails'
5959
gem 'image_processing', '~> 1.14'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ GEM
456456
execjs
457457
railties (>= 3.2)
458458
tilt
459-
redcarpet (3.6.0)
459+
redcarpet (3.6.1)
460460
redis-client (0.23.2)
461461
connection_pool
462462
regexp_parser (2.7.0)
@@ -644,7 +644,7 @@ DEPENDENCIES
644644
rails-assets-momentjs!
645645
rails-controller-testing
646646
react-rails
647-
redcarpet (~> 3.5)
647+
redcarpet (~> 3.6)
648648
rexml
649649
rspec
650650
rspec-rails

0 commit comments

Comments
 (0)