mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Result of bundling again
This commit is contained in:
parent
114a5f9c8c
commit
5fc1335f4e
2 changed files with 22 additions and 0 deletions
11
Gemfile.lock
11
Gemfile.lock
|
@ -32,13 +32,23 @@ GEM
|
|||
liquid (2.5.1)
|
||||
maruku (0.6.1)
|
||||
syntax (>= 1.0.0)
|
||||
net-scp (1.1.2)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh (2.6.8)
|
||||
posix-spawn (0.3.6)
|
||||
pygments.rb (0.5.0)
|
||||
posix-spawn (~> 0.3.6)
|
||||
yajl-ruby (~> 1.1.0)
|
||||
redcarpet (2.2.2)
|
||||
safe_yaml (0.7.1)
|
||||
sshkit (0.0.34)
|
||||
net-scp
|
||||
net-ssh
|
||||
term-ansicolor
|
||||
syntax (1.0.0)
|
||||
term-ansicolor (1.2.2)
|
||||
tins (~> 0.8)
|
||||
tins (0.9.0)
|
||||
unindent (1.0)
|
||||
yajl-ruby (1.1.0)
|
||||
|
||||
|
@ -50,4 +60,5 @@ DEPENDENCIES
|
|||
git
|
||||
jekyll (~> 1.1.2)
|
||||
redcarpet
|
||||
sshkit
|
||||
unindent
|
||||
|
|
|
@ -32,13 +32,23 @@ GEM
|
|||
liquid (2.5.1)
|
||||
maruku (0.6.1)
|
||||
syntax (>= 1.0.0)
|
||||
net-scp (1.1.2)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh (2.6.8)
|
||||
posix-spawn (0.3.6)
|
||||
pygments.rb (0.5.0)
|
||||
posix-spawn (~> 0.3.6)
|
||||
yajl-ruby (~> 1.1.0)
|
||||
redcarpet (2.2.2)
|
||||
safe_yaml (0.7.1)
|
||||
sshkit (0.0.34)
|
||||
net-scp
|
||||
net-ssh
|
||||
term-ansicolor
|
||||
syntax (1.0.0)
|
||||
term-ansicolor (1.2.2)
|
||||
tins (~> 0.8)
|
||||
tins (0.9.0)
|
||||
unindent (1.0)
|
||||
yajl-ruby (1.1.0)
|
||||
|
||||
|
@ -50,4 +60,5 @@ DEPENDENCIES
|
|||
git
|
||||
jekyll (~> 1.1.2)
|
||||
redcarpet
|
||||
sshkit
|
||||
unindent
|
||||
|
|
Loading…
Reference in a new issue