diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-29 14:14:20 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-29 14:39:07 +0200 |
commit | c4b3933bae583da1bdd4b97471bdcca08ab92312 (patch) | |
tree | 2fd72776b251a0106201137cb6320be250cbdf5f /Gemfile | |
parent | 267087d969e68e2f5abcb18f526120d835d9a686 (diff) | |
download | wallabag-c4b3933bae583da1bdd4b97471bdcca08ab92312.tar.gz wallabag-c4b3933bae583da1bdd4b97471bdcca08ab92312.tar.zst wallabag-c4b3933bae583da1bdd4b97471bdcca08ab92312.zip |
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' |