Update bundle
This commit is contained in:
parent
2faa661546
commit
2df1e31940
1 changed files with 16 additions and 16 deletions
32
Gemfile.lock
32
Gemfile.lock
|
@ -6,9 +6,9 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/fgrehm/vagrant-lxc.git
|
||||
revision: 1083f100adc4cf1bd20e7eb794ecfda94ef8b365
|
||||
revision: 4a84d95ff26bf2d887b127765a9ae404899734f9
|
||||
specs:
|
||||
vagrant-lxc (0.7.1.dev)
|
||||
vagrant-lxc (0.8.1.dev)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/fgrehm/vagrant-pristine.git
|
||||
|
@ -38,26 +38,26 @@ GEM
|
|||
remote: https://rubygems.org/
|
||||
specs:
|
||||
archive-tar-minitar (0.5.2)
|
||||
chef (11.8.2)
|
||||
chef-zero (~> 1.6, >= 1.6.2)
|
||||
chef (11.10.4)
|
||||
chef-zero (~> 1.7, >= 1.7.2)
|
||||
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.8.1)
|
||||
mime-types (~> 1.16)
|
||||
mixlib-authentication (~> 1.3)
|
||||
mixlib-cli (~> 1.3)
|
||||
mixlib-cli (~> 1.4)
|
||||
mixlib-config (~> 2.0)
|
||||
mixlib-log (~> 1.3)
|
||||
mixlib-shellout (~> 1.2)
|
||||
mixlib-shellout (~> 1.3)
|
||||
net-ssh (~> 2.6)
|
||||
net-ssh-multi (~> 1.1.0)
|
||||
net-ssh-multi (~> 1.1)
|
||||
ohai (~> 6.0)
|
||||
pry (~> 0.9)
|
||||
puma (~> 1.6)
|
||||
rest-client (>= 1.0.4, < 1.7.0)
|
||||
yajl-ruby (~> 1.1)
|
||||
chef-zero (1.7.2)
|
||||
chef-zero (1.7.3)
|
||||
hashie (~> 2.0)
|
||||
json
|
||||
mixlib-log (~> 1.3)
|
||||
|
@ -73,8 +73,8 @@ GEM
|
|||
highline (1.6.20)
|
||||
i18n (0.6.9)
|
||||
ipaddress (0.8.0)
|
||||
json (1.7.7)
|
||||
librarian (0.1.1)
|
||||
json (1.8.1)
|
||||
librarian (0.1.2)
|
||||
highline
|
||||
thor (~> 0.15)
|
||||
librarian-chef (0.0.2)
|
||||
|
@ -96,9 +96,9 @@ GEM
|
|||
net-ssh (2.7.0)
|
||||
net-ssh-gateway (1.2.0)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh-multi (1.1)
|
||||
net-ssh (>= 2.1.4)
|
||||
net-ssh-gateway (>= 0.99.0)
|
||||
net-ssh-multi (1.2.0)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh-gateway (>= 1.2.0)
|
||||
ohai (6.20.0)
|
||||
ipaddress
|
||||
mixlib-cli
|
||||
|
@ -107,7 +107,7 @@ GEM
|
|||
mixlib-shellout
|
||||
systemu (~> 2.5.2)
|
||||
yajl-ruby
|
||||
pry (0.9.12.4)
|
||||
pry (0.9.12.6)
|
||||
coderay (~> 1.0)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
|
@ -122,7 +122,7 @@ GEM
|
|||
thor (0.18.1)
|
||||
vagrant-librarian-chef (0.1.4)
|
||||
librarian-chef
|
||||
vagrant-omnibus (1.2.1)
|
||||
vagrant-omnibus (1.3.0)
|
||||
yajl-ruby (1.2.0)
|
||||
|
||||
PLATFORMS
|
||||
|
|
Loading…
Reference in a new issue