aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2015-08-18 16:14:23 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2015-08-18 16:14:23 +0200
commitc3cb46809b54b2f74d00de7330e06be45776e61e (patch)
treead1965135914611b476c0d8533326def52607fd7 /Gemfile
parent54f2b4a254345a58cd03b872bd772863855c7f1f (diff)
parentfd72e99d534aff6ee1b88eff7702886a468050f4 (diff)
downloadwallabag-c3cb46809b54b2f74d00de7330e06be45776e61e.tar.gz
wallabag-c3cb46809b54b2f74d00de7330e06be45776e61e.tar.zst
wallabag-c3cb46809b54b2f74d00de7330e06be45776e61e.zip
Merge pull request #1341 from wallabag/v2-capistrano
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'