aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile.lock
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.lock
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.lock')
-rw-r--r--Gemfile.lock41
1 files changed, 41 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 00000000..72043868
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,41 @@
1GIT
2 remote: git://github.com/capistrano/symfony.git
3 revision: ca56a01b817097d2831400ef9b1867fc8e07dcf8
4 specs:
5 capistrano-symfony (0.4.0)
6 capistrano (~> 3.1)
7 capistrano-composer (~> 0.0.3)
8 capistrano-file-permissions (~> 0.1.0)
9
10GEM
11 remote: https://rubygems.org/
12 specs:
13 capistrano (3.4.0)
14 i18n
15 rake (>= 10.0.0)
16 sshkit (~> 1.3)
17 capistrano-composer (0.0.6)
18 capistrano (>= 3.0.0.pre)
19 capistrano-file-permissions (0.1.1)
20 capistrano (~> 3.1)
21 colorize (0.7.7)
22 i18n (0.7.0)
23 net-scp (1.2.1)
24 net-ssh (>= 2.6.5)
25 net-ssh (2.9.2)
26 rake (10.4.2)
27 sshkit (1.7.1)
28 colorize (>= 0.7.0)
29 net-scp (>= 1.1.2)
30 net-ssh (>= 2.8.0)
31
32PLATFORMS
33 ruby
34
35DEPENDENCIES
36 capistrano (~> 3.1)
37 capistrano-composer (~> 0.0.3)
38 capistrano-symfony (~> 0.1)!
39
40BUNDLED WITH
41 1.10.6