Update bundle
This commit is contained in:
parent
4668f1d486
commit
1bc96e77d3
1 changed files with 57 additions and 33 deletions
90
Gemfile.lock
90
Gemfile.lock
|
@ -1,32 +1,32 @@
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/fgrehm/vagrant-global-status.git
|
remote: git://github.com/fgrehm/vagrant-global-status.git
|
||||||
revision: a0295400a0e47756cbcb8f97ed9f4449b1fb6b56
|
revision: 8ae82e2c57b085a030137a40e9b3d232f42e5117
|
||||||
specs:
|
specs:
|
||||||
vagrant-global-status (0.1.1)
|
vagrant-global-status (0.1.5.dev)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/fgrehm/vagrant-lxc.git
|
remote: git://github.com/fgrehm/vagrant-lxc.git
|
||||||
revision: 225af5622767059708278db29d42941e93d41994
|
revision: 1083f100adc4cf1bd20e7eb794ecfda94ef8b365
|
||||||
specs:
|
specs:
|
||||||
vagrant-lxc (0.6.4.dev)
|
vagrant-lxc (0.7.1.dev)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/fgrehm/vagrant-pristine.git
|
remote: git://github.com/fgrehm/vagrant-pristine.git
|
||||||
revision: 4638491786943bfbf6f115b1fc379f069963fe46
|
revision: 503dbc47848c81d0fbfa6840491856f518d244a1
|
||||||
specs:
|
specs:
|
||||||
vagrant-pristine (0.3.0)
|
vagrant-pristine (0.3.0)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/mitchellh/vagrant.git
|
remote: git://github.com/mitchellh/vagrant.git
|
||||||
revision: 57e95323b6600b146167f0f14f83b22dd31dd03f
|
revision: f2aad2679e02ff91a8f8b2024ba657975dfaf507
|
||||||
specs:
|
specs:
|
||||||
vagrant (1.3.6.dev)
|
vagrant (1.4.3.dev)
|
||||||
childprocess (~> 0.3.7)
|
childprocess (~> 0.3.7)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
i18n (~> 0.6.0)
|
i18n (~> 0.6.0)
|
||||||
log4r (~> 1.1.9)
|
log4r (~> 1.1.9)
|
||||||
net-scp (~> 1.1.0)
|
net-scp (~> 1.1.0)
|
||||||
net-ssh (~> 2.6.6)
|
net-ssh (>= 2.6.6, < 2.8.0)
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
|
@ -37,68 +37,92 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
archive-tar-minitar (0.5.2)
|
archive-tar-minitar (0.5.2)
|
||||||
chef (11.6.0)
|
chef (11.8.2)
|
||||||
erubis
|
chef-zero (~> 1.6, >= 1.6.2)
|
||||||
highline (>= 1.6.9)
|
diff-lcs (~> 1.2, >= 1.2.4)
|
||||||
|
erubis (~> 2.7)
|
||||||
|
highline (~> 1.6, >= 1.6.9)
|
||||||
json (>= 1.4.4, <= 1.7.7)
|
json (>= 1.4.4, <= 1.7.7)
|
||||||
mixlib-authentication (>= 1.3.0)
|
mime-types (~> 1.16)
|
||||||
mixlib-cli (~> 1.3.0)
|
mixlib-authentication (~> 1.3)
|
||||||
mixlib-config (>= 1.1.2)
|
mixlib-cli (~> 1.3)
|
||||||
mixlib-log (>= 1.3.0)
|
mixlib-config (~> 2.0)
|
||||||
mixlib-shellout
|
mixlib-log (~> 1.3)
|
||||||
|
mixlib-shellout (~> 1.2)
|
||||||
net-ssh (~> 2.6)
|
net-ssh (~> 2.6)
|
||||||
net-ssh-multi (~> 1.1.0)
|
net-ssh-multi (~> 1.1.0)
|
||||||
ohai (>= 0.6.0)
|
ohai (~> 6.0)
|
||||||
|
pry (~> 0.9)
|
||||||
|
puma (~> 1.6)
|
||||||
rest-client (>= 1.0.4, < 1.7.0)
|
rest-client (>= 1.0.4, < 1.7.0)
|
||||||
yajl-ruby (~> 1.1)
|
yajl-ruby (~> 1.1)
|
||||||
|
chef-zero (1.7.2)
|
||||||
|
hashie (~> 2.0)
|
||||||
|
json
|
||||||
|
mixlib-log (~> 1.3)
|
||||||
|
moneta (< 0.7.0)
|
||||||
|
rack
|
||||||
childprocess (0.3.9)
|
childprocess (0.3.9)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
ffi (~> 1.0, >= 1.0.11)
|
||||||
|
coderay (1.1.0)
|
||||||
|
diff-lcs (1.2.5)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
ffi (1.9.0)
|
ffi (1.9.3)
|
||||||
highline (1.6.19)
|
hashie (2.0.5)
|
||||||
i18n (0.6.5)
|
highline (1.6.20)
|
||||||
|
i18n (0.6.9)
|
||||||
ipaddress (0.8.0)
|
ipaddress (0.8.0)
|
||||||
json (1.7.7)
|
json (1.7.7)
|
||||||
librarian (0.1.0)
|
librarian (0.1.1)
|
||||||
highline
|
highline
|
||||||
thor (~> 0.15)
|
thor (~> 0.15)
|
||||||
librarian-chef (0.0.1)
|
librarian-chef (0.0.2)
|
||||||
archive-tar-minitar (>= 0.5.2)
|
archive-tar-minitar (>= 0.5.2)
|
||||||
chef (>= 0.10)
|
chef (>= 0.10)
|
||||||
librarian (~> 0.1.0)
|
librarian (~> 0.1.0)
|
||||||
log4r (1.1.10)
|
log4r (1.1.10)
|
||||||
mime-types (1.23)
|
method_source (0.8.2)
|
||||||
|
mime-types (1.25.1)
|
||||||
mixlib-authentication (1.3.0)
|
mixlib-authentication (1.3.0)
|
||||||
mixlib-log
|
mixlib-log
|
||||||
mixlib-cli (1.3.0)
|
mixlib-cli (1.4.0)
|
||||||
mixlib-config (1.1.2)
|
mixlib-config (2.1.0)
|
||||||
mixlib-log (1.6.0)
|
mixlib-log (1.6.0)
|
||||||
mixlib-shellout (1.2.0)
|
mixlib-shellout (1.3.0)
|
||||||
|
moneta (0.6.0)
|
||||||
net-scp (1.1.2)
|
net-scp (1.1.2)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (2.6.8)
|
net-ssh (2.7.0)
|
||||||
net-ssh-gateway (1.2.0)
|
net-ssh-gateway (1.2.0)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh-multi (1.1)
|
net-ssh-multi (1.1)
|
||||||
net-ssh (>= 2.1.4)
|
net-ssh (>= 2.1.4)
|
||||||
net-ssh-gateway (>= 0.99.0)
|
net-ssh-gateway (>= 0.99.0)
|
||||||
ohai (6.18.0)
|
ohai (6.20.0)
|
||||||
ipaddress
|
ipaddress
|
||||||
mixlib-cli
|
mixlib-cli
|
||||||
mixlib-config
|
mixlib-config
|
||||||
mixlib-log
|
mixlib-log
|
||||||
mixlib-shellout
|
mixlib-shellout
|
||||||
systemu
|
systemu (~> 2.5.2)
|
||||||
yajl-ruby
|
yajl-ruby
|
||||||
rake (10.1.0)
|
pry (0.9.12.4)
|
||||||
|
coderay (~> 1.0)
|
||||||
|
method_source (~> 0.8)
|
||||||
|
slop (~> 3.4)
|
||||||
|
puma (1.6.3)
|
||||||
|
rack (~> 1.2)
|
||||||
|
rack (1.5.2)
|
||||||
|
rake (10.1.1)
|
||||||
rest-client (1.6.7)
|
rest-client (1.6.7)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
|
slop (3.4.7)
|
||||||
systemu (2.5.2)
|
systemu (2.5.2)
|
||||||
thor (0.18.1)
|
thor (0.18.1)
|
||||||
vagrant-librarian-chef (0.1.2)
|
vagrant-librarian-chef (0.1.4)
|
||||||
librarian-chef
|
librarian-chef
|
||||||
vagrant-omnibus (1.1.2)
|
vagrant-omnibus (1.2.1)
|
||||||
yajl-ruby (1.1.0)
|
yajl-ruby (1.2.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
Loading…
Reference in a new issue