aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-29 15:31:43 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-29 17:20:20 +0100
commit8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa (patch)
tree5f3afeac5913a712f660cac05716c00f9c0f77dd /Gemfile.lock
parent1e18360cc7d6b7987bffc4ecd067d0b3aee85bb1 (diff)
downloadwallabag-8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa.tar.gz
wallabag-8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa.tar.zst
wallabag-8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa.zip
Update Capistrano libraries with last versions
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock21
1 files changed, 8 insertions, 13 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 72043868..aebbeba2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,12 +1,3 @@
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 1GEM
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
35DEPENDENCIES 30DEPENDENCIES
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
40BUNDLED WITH 35BUNDLED WITH
41 1.10.6 36 1.11.2