diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 41 |
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 @@ | |||
1 | GIT | ||
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 | |||
10 | GEM | ||
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 | |||
32 | PLATFORMS | ||
33 | ruby | ||
34 | |||
35 | DEPENDENCIES | ||
36 | capistrano (~> 3.1) | ||
37 | capistrano-composer (~> 0.0.3) | ||
38 | capistrano-symfony (~> 0.1)! | ||
39 | |||
40 | BUNDLED WITH | ||
41 | 1.10.6 | ||