diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 8 |
1 files changed, 8 insertions, 0 deletions
| diff --git a/Gemfile b/Gemfile index 0e5e139..9912440 100644 --- a/Gemfile +++ b/Gemfile | |||
| @@ -64,6 +64,14 @@ group :development do | |||
| 64 | 64 | ||
| 65 | # Speed up commands on slow machines / big apps [https://github.com/rails/spring] | 65 | # Speed up commands on slow machines / big apps [https://github.com/rails/spring] |
| 66 | # gem "spring" | 66 | # gem "spring" |
| 67 | |||
| 68 | # Use Capistrano for deployment | ||
| 69 | gem 'capistrano', '~> 3.0', require: false | ||
| 70 | gem 'capistrano-rvm', require: false | ||
| 71 | gem 'capistrano-rails', require: false | ||
| 72 | gem 'capistrano-bundler', require: false | ||
| 73 | gem 'capistrano-passenger', require: false | ||
| 74 | gem 'highline', require: false | ||
| 67 | end | 75 | end |
| 68 | 76 | ||
| 69 | group :test do | 77 | group :test do |
