aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-29 14:14:20 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-29 14:39:07 +0200
commitc4b3933bae583da1bdd4b97471bdcca08ab92312 (patch)
tree2fd72776b251a0106201137cb6320be250cbdf5f /Gemfile
parent267087d969e68e2f5abcb18f526120d835d9a686 (diff)
downloadwallabag-c4b3933bae583da1bdd4b97471bdcca08ab92312.tar.gz
wallabag-c4b3933bae583da1bdd4b97471bdcca08ab92312.tar.zst
wallabag-c4b3933bae583da1bdd4b97471bdcca08ab92312.zip
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'