aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-10-29 15:36:58 +0200
committerGitHub <noreply@github.com>2016-10-29 15:36:58 +0200
commitca9858537eb0412994b42bdd7ea4f26f7cae96b2 (patch)
tree7cb73fed6103a4106d02e9c30e316051de6b0ce4 /Gemfile
parent67b270d9967a023538c7598bfb520dd1007dd2ab (diff)
parentc4b3933bae583da1bdd4b97471bdcca08ab92312 (diff)
downloadwallabag-ca9858537eb0412994b42bdd7ea4f26f7cae96b2.tar.gz
wallabag-ca9858537eb0412994b42bdd7ea4f26f7cae96b2.tar.zst
wallabag-ca9858537eb0412994b42bdd7ea4f26f7cae96b2.zip
Merge pull request #2513 from wallabag/update-capistrano-config
Updated Capistrano configuration
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 31f887a9..233be899 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,6 @@
1source "https://rubygems.org" 1source "https://rubygems.org"
2 2
3gem 'capistrano', '~> 3.4' 3gem 'capistrano', '~> 3.4'
4gem 'capistrano-composer'
4gem 'capistrano-symfony', '~> 1.0.0.rc1' 5gem 'capistrano-symfony', '~> 1.0.0.rc1'
5gem 'capistrano-composer', '~> 0.0.3' 6gem 'capistrano-file-permissions'