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.lock | |
parent | 0b3c97422136683357cdb4433a5ef0aa8858c18d (diff) | |
download | gitlab-ce-27a8d84094aef3fb50bc98e46c98b6148d28ac4a.tar.gz |
Update Redcarpet to 3.3.0rs-issue-1432
Fixes #1432
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 1de29ad8f8a..fd7cbd508e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -499,7 +499,7 @@ GEM trollop rdoc (3.12.2) json (~> 1.4) - redcarpet (3.2.3) + redcarpet (3.3.1) redis (3.1.0) redis-actionpack (4.0.0) actionpack (~> 4) @@ -810,7 +810,7 @@ DEPENDENCIES rails (~> 4.1.0) raphael-rails (~> 2.1.2) rdoc (~> 3.6) - redcarpet (~> 3.2.3) + redcarpet (~> 3.3.0) redis-rails request_store rerun (~> 0.10.0) |