diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-10-29 15:36:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-29 15:36:58 +0200 |
commit | ca9858537eb0412994b42bdd7ea4f26f7cae96b2 (patch) | |
tree | 7cb73fed6103a4106d02e9c30e316051de6b0ce4 /Gemfile | |
parent | 67b270d9967a023538c7598bfb520dd1007dd2ab (diff) | |
parent | c4b3933bae583da1bdd4b97471bdcca08ab92312 (diff) | |
download | wallabag-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-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ | |||
1 | source "https://rubygems.org" | 1 | source "https://rubygems.org" |
2 | 2 | ||
3 | gem 'capistrano', '~> 3.4' | 3 | gem 'capistrano', '~> 3.4' |
4 | gem 'capistrano-composer' | ||
4 | gem 'capistrano-symfony', '~> 1.0.0.rc1' | 5 | gem 'capistrano-symfony', '~> 1.0.0.rc1' |
5 | gem 'capistrano-composer', '~> 0.0.3' | 6 | gem 'capistrano-file-permissions' |