]> source.dussan.org Git - redmine.git/commitdiff
Merged r20665 from trunk to 4.0-stable (#34461).
authorGo MAEDA <maeda@farend.jp>
Fri, 18 Dec 2020 05:29:30 +0000 (05:29 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 18 Dec 2020 05:29:30 +0000 (05:29 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@20668 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 37e94e3b766da0e6c2ab1d076a7461865e1dcef1..60984fd145c55b4e366d3dc4c58c44c895fbf5bf 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -43,7 +43,7 @@ platforms :mri, :mingw, :x64_mingw do
 
   # Optional Markdown support, not for JRuby
   group :markdown do
-    gem "redcarpet", "~> 3.5.0"
+    gem 'redcarpet', '~> 3.5.1'
   end
 end