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:
authorArthur Schreiber <schreiber.arthur@gmail.com>2012-04-18 01:02:21 +0400
committerArthur Schreiber <schreiber.arthur@gmail.com>2012-04-21 01:01:45 +0400
commitc437e2d7d416dae73efdea248a34b452d912986e (patch)
treece9755df8f492daea82197db0d984d331d725ad7 /Gemfile.lock
parent9ee345750ca43f4e4b0c429ebc913caba9684dcf (diff)
Switch to Redcarpet for Markdown Rendering.
This gives us Github Flavored Markdown, which is awesome.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 30dc519dd9d..2b6594b988f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -169,7 +169,7 @@ GEM
coderay (~> 1.0.5)
method_source (~> 0.7)
slop (>= 2.4.4, < 3)
- pygments.rb (0.2.7)
+ pygments.rb (0.2.11)
rubypython (~> 0.5.3)
pyu-ruby-sasl (0.0.3.3)
rack (1.4.1)
@@ -200,9 +200,9 @@ GEM
thor (~> 0.14.6)
raindrops (0.8.0)
rake (0.9.2.2)
- rdiscount (1.6.8)
rdoc (3.12)
json (~> 1.4)
+ redcarpet (2.1.1)
redis (2.2.2)
redis-namespace (1.0.3)
redis (< 3.0.0)
@@ -330,11 +330,11 @@ DEPENDENCIES
mysql2
omniauth-ldap
pry
- pygments.rb (= 0.2.7)
+ pygments.rb (~> 0.2.11)
rails (= 3.2.1)
rails-footnotes
rake
- rdiscount
+ redcarpet (~> 2.1.1)
resque (~> 1.20.0)
rspec-rails
sass-rails (= 3.2.3)