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:
authorNihad Abbasov <narkoz.2008@gmail.com>2011-10-27 23:37:17 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2011-10-27 23:37:17 +0400
commite92669fb2d60e4bb331e67d9bfd17a5266152a65 (patch)
tree2fa67203b08b6b0837d8cef45c8bf089e06034a2 /Gemfile
parent89fa800e28e4b740b9de2e526f0f4354d8310ecb (diff)
install rdiscount
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 60fc118c609..fc040ce08c8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,6 +19,7 @@ gem "pygments.rb", "0.2.3"
gem "thin"
gem "git"
gem "acts_as_list"
+gem 'rdiscount'
group :assets do
gem 'sass-rails', " ~> 3.1.0"
@@ -26,7 +27,7 @@ group :assets do
gem 'uglifier'
end
-group :development do
+group :development do
gem 'rails-footnotes', '>= 3.7.5.rc4'
gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
end