aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-14 21:26:14 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-17 15:36:27 +0200
commitceb79aa016becb91132c0a96405f40153f7da77a (patch)
tree284040213ea6b8e0a31c2f46f7e95868450d6964 /Gemfile
parent80127e4fb1ce02825e9b2b985882b348e6f25ac2 (diff)
downloadwallabag-ceb79aa016becb91132c0a96405f40153f7da77a.tar.gz
wallabag-ceb79aa016becb91132c0a96405f40153f7da77a.tar.zst
wallabag-ceb79aa016becb91132c0a96405f40153f7da77a.zip
capistrano config
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
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 @@
1source "https://rubygems.org"
2
3gem 'capistrano', '~> 3.1'
4gem 'capistrano-symfony', '~> 0.1', :github => 'capistrano/symfony'
5gem 'capistrano-composer', '~> 0.0.3'