diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-06 12:17:10 +0000 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-03-06 14:51:45 +0100 |
commit | 454d036b747f9568e83fba020f999ddb2c736084 (patch) | |
tree | de10ab5597e43ec260823f3fa58e4394d4b5f478 | |
parent | f4abf8e7829c6a5b952dea6fb9ad01b6b3601f95 (diff) |
Bump redcarpet from 3.5.0 to 3.5.1
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.5.0 to 3.5.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/compare/v3.5.0...v3.5.1) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile index 9e63abd44..b4d93a634 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,7 @@ gem 'json-ld' gem 'json-ld-preloaded', '~> 3.1' gem 'rdf-normalize', '~> 0.4' -gem 'redcarpet', '~> 3.4' +gem 'redcarpet', '~> 3.5' group :development, :test do gem 'fabrication', '~> 2.21' diff --git a/Gemfile.lock b/Gemfile.lock index 47be40444..80c5be1b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -487,7 +487,7 @@ GEM link_header (~> 0.0, >= 0.0.8) rdf-normalize (0.4.0) rdf (~> 3.1) - redcarpet (3.5.0) + redcarpet (3.5.1) redis (4.2.5) redis-actionpack (5.2.0) actionpack (>= 5, < 7) @@ -785,7 +785,7 @@ DEPENDENCIES rails-i18n (~> 5.1) rails-settings-cached (~> 0.6) rdf-normalize (~> 0.4) - redcarpet (~> 3.4) + redcarpet (~> 3.5) redis (~> 4.2) redis-namespace (~> 1.8) redis-rails (~> 5.0) |