mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
Update Capistrano libraries with last versions
This commit is contained in:
parent
1e18360cc7
commit
8edf89b29e
2 changed files with 10 additions and 15 deletions
4
Gemfile
4
Gemfile
|
@ -1,5 +1,5 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem 'capistrano', '~> 3.1'
|
gem 'capistrano', '~> 3.4'
|
||||||
gem 'capistrano-symfony', '~> 0.1', :github => 'capistrano/symfony'
|
gem 'capistrano-symfony', '~> 1.0.0.rc1'
|
||||||
gem 'capistrano-composer', '~> 0.0.3'
|
gem 'capistrano-composer', '~> 0.0.3'
|
||||||
|
|
21
Gemfile.lock
21
Gemfile.lock
|
@ -1,12 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: git://github.com/capistrano/symfony.git
|
|
||||||
revision: ca56a01b817097d2831400ef9b1867fc8e07dcf8
|
|
||||||
specs:
|
|
||||||
capistrano-symfony (0.4.0)
|
|
||||||
capistrano (~> 3.1)
|
|
||||||
capistrano-composer (~> 0.0.3)
|
|
||||||
capistrano-file-permissions (~> 0.1.0)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -16,8 +7,12 @@ GEM
|
||||||
sshkit (~> 1.3)
|
sshkit (~> 1.3)
|
||||||
capistrano-composer (0.0.6)
|
capistrano-composer (0.0.6)
|
||||||
capistrano (>= 3.0.0.pre)
|
capistrano (>= 3.0.0.pre)
|
||||||
capistrano-file-permissions (0.1.1)
|
capistrano-file-permissions (1.0.0)
|
||||||
|
capistrano (~> 3.0)
|
||||||
|
capistrano-symfony (1.0.0.rc1)
|
||||||
capistrano (~> 3.1)
|
capistrano (~> 3.1)
|
||||||
|
capistrano-composer (~> 0.0.3)
|
||||||
|
capistrano-file-permissions (~> 1.0)
|
||||||
colorize (0.7.7)
|
colorize (0.7.7)
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
net-scp (1.2.1)
|
net-scp (1.2.1)
|
||||||
|
@ -33,9 +28,9 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
capistrano (~> 3.1)
|
capistrano (~> 3.4)
|
||||||
capistrano-composer (~> 0.0.3)
|
capistrano-composer (~> 0.0.3)
|
||||||
capistrano-symfony (~> 0.1)!
|
capistrano-symfony (~> 1.0.0.rc1)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.10.6
|
1.11.2
|
||||||
|
|
Loading…
Reference in a new issue