aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4617640..4f30371 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,7 +19,7 @@ end
group :deployment do
# Deploy with Capistrano
- gem 'capistrano', :git => 'https://github.com/capistrano/capistrano.git' #'~> 3.2.0'
+ gem 'capistrano', '~> 3.2.1'
gem 'capistrano-bundler'
gem 'capistrano-rails'
gem 'capistrano-rvm'