Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-15 19:01:24 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-15 19:01:24 +0300
commitc82755f539fdcea08bb668d2b5abb4304787c96e (patch)
tree73d6d672b37bb336a9e53ed33f6d619604d3b951 /Gemfile.lock
parent19cfa86aa3db83fcd90f3dd967c18ad3cd3e729e (diff)
Update redcarpet gem. Fixes gem memory leak
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index b92d9766d3a..53122898b07 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -539,7 +539,7 @@ GEM
trollop
rdoc (3.12.2)
json (~> 1.4)
- redcarpet (3.3.2)
+ redcarpet (3.3.3)
redis (3.2.1)
redis-actionpack (4.0.0)
actionpack (~> 4)
@@ -881,7 +881,7 @@ DEPENDENCIES
rails (= 4.1.12)
raphael-rails (~> 2.1.2)
rdoc (~> 3.6)
- redcarpet (~> 3.3.2)
+ redcarpet (~> 3.3.3)
redis-rails (~> 4.0.0)
request_store (~> 1.2.0)
rerun (~> 0.10.0)