aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2017-12-26 19:43:18 +0100
committerHarald Eilertsen <haraldei@anduin.net>2017-12-26 19:43:18 +0100
commit4bb64a9f140266dccd9601b653c71b556f96fad7 (patch)
treecb9e0f028f0d9991d0a47696bd9f02525e63410e /Gemfile
parent2612e429af202633bc1472a46157d8803bf7037c (diff)
downloadhmnoweb-4bb64a9f140266dccd9601b653c71b556f96fad7.tar.gz
hmnoweb-4bb64a9f140266dccd9601b653c71b556f96fad7.tar.bz2
hmnoweb-4bb64a9f140266dccd9601b653c71b556f96fad7.zip
Upgrade capistrano to version 3.10.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index aefd8ef..72fb0c0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -21,7 +21,7 @@ end
group :deployment do
# Deploy with Capistrano
- gem 'capistrano', '~> 3.3.4'
+ gem 'capistrano', '~> 3.10.0'
gem 'capistrano-bundler'
gem 'capistrano-rails'
gem 'capistrano-postgresql', '~> 4.7.0'