diff --git a/Gemfile b/Gemfile index e03e663cb..5eb62c1e9 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ end # Optional Markdown support, not for JRuby group :markdown do - gem "redcarpet", "~> 3.5.0" + gem 'redcarpet', '~> 3.5.1' end # Include database gems for the adapters found in the database