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-31 16:20:41 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2011-10-31 16:20:41 +0400
commit3f24f54061c728a75a1928a85e837e182d79f25f (patch)
treea96415c000cb089f9f177cc08854a51ed9fe2252 /Gemfile
parent31280cd4cb733d25f2644788931e498eca86c477 (diff)
install letter_opener
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index fc040ce08c8..8da55b10956 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,6 +28,7 @@ group :assets do
end
group :development do
+ gem 'letter_opener'
gem 'rails-footnotes', '>= 3.7.5.rc4'
gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
end