diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-13 00:01:03 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-13 17:54:54 -0400 |
commit | 27a8d84094aef3fb50bc98e46c98b6148d28ac4a (patch) | |
tree | 6711909238722a5c6028ce7d2cb1710ed831a57f /Gemfile | |
parent | 0b3c97422136683357cdb4433a5ef0aa8858c18d (diff) | |
download | gitlab-ce-27a8d84094aef3fb50bc98e46c98b6148d28ac4a.tar.gz |
Update Redcarpet to 3.3.0rs-issue-1432
Fixes #1432
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ gem "seed-fu" gem 'html-pipeline', '~> 1.11.0' gem 'task_list', '1.0.2', require: 'task_list/railtie' gem 'github-markup' -gem 'redcarpet', '~> 3.2.3' +gem 'redcarpet', '~> 3.3.0' gem 'RedCloth' gem 'rdoc', '~>3.6' gem 'org-ruby', '= 0.9.12' |