summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ac0a0df..dffb3f0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,3 +12,10 @@ group :development, :test do
gem "capybara"
gem "selenium-webdriver"
end
+
+group :development do
+ gem "capistrano"
+ gem "capistrano-bundler"
+ gem "capistrano-passenger"
+ gem "capistrano-rvm"
+end