about summary refs log tree commit diff stats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index 0baa41c..032e576 100644 --- a/Gemfile +++ b/Gemfile
@@ -63,6 +63,14 @@ group :development do
63 63
64 # Speed up commands on slow machines / big apps [https://github.com/rails/spring] 64 # Speed up commands on slow machines / big apps [https://github.com/rails/spring]
65 # gem "spring" 65 # gem "spring"
66
67 # Use Capistrano for deployment
68 gem 'capistrano', '~> 3.0', require: false
69 gem 'capistrano-rvm', require: false
70 gem 'capistrano-rails', require: false
71 gem 'capistrano-bundler', require: false
72 gem 'capistrano-passenger', require: false
73 gem 'highline', require: false
66end 74end
67 75
68group :test do 76group :test do
@@ -71,6 +79,10 @@ group :test do
71 gem "selenium-webdriver" 79 gem "selenium-webdriver"
72end 80end
73 81
82group :production do
83 gem 'mysql2'
84end
85
74gem "rice" 86gem "rice"
75gem "haml" 87gem "haml"
76gem "enumerize" 88gem "enumerize"