diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-14 21:26:14 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-17 15:36:27 +0200 |
commit | ceb79aa016becb91132c0a96405f40153f7da77a (patch) | |
tree | 284040213ea6b8e0a31c2f46f7e95868450d6964 /Gemfile | |
parent | 80127e4fb1ce02825e9b2b985882b348e6f25ac2 (diff) | |
download | wallabag-ceb79aa016becb91132c0a96405f40153f7da77a.tar.gz wallabag-ceb79aa016becb91132c0a96405f40153f7da77a.tar.zst wallabag-ceb79aa016becb91132c0a96405f40153f7da77a.zip |
capistrano config
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..467db381 --- /dev/null +++ b/Gemfile | |||
@@ -0,0 +1,5 @@ | |||
1 | source "https://rubygems.org" | ||
2 | |||
3 | gem 'capistrano', '~> 3.1' | ||
4 | gem 'capistrano-symfony', '~> 0.1', :github => 'capistrano/symfony' | ||
5 | gem 'capistrano-composer', '~> 0.0.3' | ||