aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile.lock
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.lock
parent80127e4fb1ce02825e9b2b985882b348e6f25ac2 (diff)
downloadwallabag-ceb79aa016becb91132c0a96405f40153f7da77a.tar.gz
wallabag-ceb79aa016becb91132c0a96405f40153f7da77a.tar.zst
wallabag-ceb79aa016becb91132c0a96405f40153f7da77a.zip
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