diff options
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 21 |
2 files changed, 10 insertions, 15 deletions
@@ -1,5 +1,5 @@ | |||
1 | source "https://rubygems.org" | 1 | source "https://rubygems.org" |
2 | 2 | ||
3 | gem 'capistrano', '~> 3.1' | 3 | gem 'capistrano', '~> 3.4' |
4 | gem 'capistrano-symfony', '~> 0.1', :github => 'capistrano/symfony' | 4 | gem 'capistrano-symfony', '~> 1.0.0.rc1' |
5 | gem 'capistrano-composer', '~> 0.0.3' | 5 | gem 'capistrano-composer', '~> 0.0.3' |
diff --git a/Gemfile.lock b/Gemfile.lock index 72043868..aebbeba2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
@@ -1,12 +1,3 @@ | |||
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 | 1 | GEM |
11 | remote: https://rubygems.org/ | 2 | remote: https://rubygems.org/ |
12 | specs: | 3 | specs: |
@@ -16,8 +7,12 @@ GEM | |||
16 | sshkit (~> 1.3) | 7 | sshkit (~> 1.3) |
17 | capistrano-composer (0.0.6) | 8 | capistrano-composer (0.0.6) |
18 | capistrano (>= 3.0.0.pre) | 9 | capistrano (>= 3.0.0.pre) |
19 | capistrano-file-permissions (0.1.1) | 10 | capistrano-file-permissions (1.0.0) |
11 | capistrano (~> 3.0) | ||
12 | capistrano-symfony (1.0.0.rc1) | ||
20 | capistrano (~> 3.1) | 13 | capistrano (~> 3.1) |
14 | capistrano-composer (~> 0.0.3) | ||
15 | capistrano-file-permissions (~> 1.0) | ||
21 | colorize (0.7.7) | 16 | colorize (0.7.7) |
22 | i18n (0.7.0) | 17 | i18n (0.7.0) |
23 | net-scp (1.2.1) | 18 | net-scp (1.2.1) |
@@ -33,9 +28,9 @@ PLATFORMS | |||
33 | ruby | 28 | ruby |
34 | 29 | ||
35 | DEPENDENCIES | 30 | DEPENDENCIES |
36 | capistrano (~> 3.1) | 31 | capistrano (~> 3.4) |
37 | capistrano-composer (~> 0.0.3) | 32 | capistrano-composer (~> 0.0.3) |
38 | capistrano-symfony (~> 0.1)! | 33 | capistrano-symfony (~> 1.0.0.rc1) |
39 | 34 | ||
40 | BUNDLED WITH | 35 | BUNDLED WITH |
41 | 1.10.6 | 36 | 1.11.2 |