diff --git a/Gemfile b/Gemfile index 9013b5e..50e6166 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'loofah', '>= 2.2.3' # VENDOR GEMS gem 'config', '~> 1.4.0' # Configuration management gem 'will_paginate', '~> 3.1.5' # Pagination -gem 'redcarpet', '~> 3.3.4' # Markdown +gem 'redcarpet', '~> 3.5.1' # Markdown gem 'figaro', '~> 1.1.1' # Configuration management gem 'devise', '~> 4' # Devise gem 'omniauth-google-oauth2', '~> 0.5' # Omniauth Google diff --git a/Gemfile.lock b/Gemfile.lock index 404c44e..0d8e26c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,7 +147,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.3.1) - redcarpet (3.3.4) + redcarpet (3.5.1) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3) @@ -193,7 +193,7 @@ DEPENDENCIES puma (~> 3.1) rack (>= 2.0.6) rails (~> 5.1.6) - redcarpet (~> 3.3.4) + redcarpet (~> 3.5.1) turbolinks (~> 5) tzinfo-data uglifier (>= 1.3.0)