From 0ca10612c583e83ef83e68fcc9b68f8c59aaa85e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 19:29:37 +0000 Subject: [PATCH] Bump redcarpet from 2.3.0 to 3.5.1 Bumps [redcarpet](https://github.com/vmg/redcarpet) from 2.3.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/v2.3.0...v3.5.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 224771f..ee600a6 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc # TOJWebapp のために追加したよ gem 'devise' -gem 'redcarpet', '~> 2.3.0' +gem 'redcarpet', '~> 3.5.1' gem 'coderay' gem 'gretel' diff --git a/Gemfile.lock b/Gemfile.lock index 7796399..155cfaa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,6 +30,10 @@ GEM activemodel (= 4.2.8) activesupport (= 4.2.8) arel (~> 6.0) + activerecord-mysql-awesome (0.0.9) + activerecord (~> 4.0) + activesupport (~> 4.0) + mysql2 (>= 0.3.18) activesupport (4.2.8) i18n (~> 0.7) minitest (~> 5.1) @@ -122,7 +126,7 @@ GEM thor (>= 0.18.1, < 2.0) rake (12.0.0) rdoc (4.3.0) - redcarpet (2.3.0) + redcarpet (3.5.1) responders (2.1.1) railties (>= 4.2.0, < 5.1) ridgepole (0.6.6) @@ -178,6 +182,7 @@ PLATFORMS ruby DEPENDENCIES + activerecord-mysql-awesome byebug coderay coffee-rails (~> 4.1.0) @@ -188,7 +193,7 @@ DEPENDENCIES jquery-turbolinks mysql2 (< 0.5) rails (= 4.2.8) - redcarpet (~> 2.3.0) + redcarpet (~> 3.5.1) ridgepole sass-rails (~> 5.0) sdoc (~> 0.4.0)