aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-29 18:55:33 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-29 18:55:33 +0100
commit8808b79230130d2b985748954833a80e57fffd6c (patch)
tree5f3afeac5913a712f660cac05716c00f9c0f77dd
parent1e18360cc7d6b7987bffc4ecd067d0b3aee85bb1 (diff)
parent8edf89b29eb546c7d5f0592c9cdbbc6f8bc4ebaa (diff)
downloadwallabag-8808b79230130d2b985748954833a80e57fffd6c.tar.gz
wallabag-8808b79230130d2b985748954833a80e57fffd6c.tar.zst
wallabag-8808b79230130d2b985748954833a80e57fffd6c.zip
Merge pull request #1736 from wallabag/v2-update-capistrano-gem
Update Capistrano libraries with last versions
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock21
2 files changed, 10 insertions, 15 deletions
diff --git a/Gemfile b/Gemfile
index 467db381..31f887a9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
1source "https://rubygems.org" 1source "https://rubygems.org"
2 2
3gem 'capistrano', '~> 3.1' 3gem 'capistrano', '~> 3.4'
4gem 'capistrano-symfony', '~> 0.1', :github => 'capistrano/symfony' 4gem 'capistrano-symfony', '~> 1.0.0.rc1'
5gem 'capistrano-composer', '~> 0.0.3' 5gem '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 @@
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