Update chef
Had a gem installation failure I couldn't fix. Updated to latest version and this one works.
This commit is contained in:
parent
1f36b5b744
commit
fe145ae85e
2
Gemfile
2
Gemfile
@ -1,6 +1,6 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'chef', '~> 12.9.38'
|
||||
gem 'chef', '~> 12.17.44'
|
||||
gem 'batali'
|
||||
gem 'knife-solo'
|
||||
gem 'knife-solo_data_bag'
|
||||
|
96
Gemfile.lock
96
Gemfile.lock
@ -30,17 +30,20 @@ GEM
|
||||
bogo
|
||||
command_line_reporter
|
||||
paint
|
||||
builder (3.2.2)
|
||||
chef (12.9.38)
|
||||
builder (3.2.3)
|
||||
chef (12.17.44)
|
||||
addressable
|
||||
bundler (>= 1.10)
|
||||
chef-config (= 12.9.38)
|
||||
chef-zero (~> 4.5)
|
||||
chef-config (= 12.17.44)
|
||||
chef-zero (>= 4.8)
|
||||
diff-lcs (~> 1.2, >= 1.2.4)
|
||||
erubis (~> 2.7)
|
||||
ffi-yajl (~> 2.2)
|
||||
highline (~> 1.6, >= 1.6.9)
|
||||
iniparse (~> 1.4)
|
||||
mixlib-archive (>= 0.2.0)
|
||||
mixlib-authentication (~> 1.4)
|
||||
mixlib-cli (~> 1.4)
|
||||
mixlib-cli (~> 1.7)
|
||||
mixlib-log (~> 1.3)
|
||||
mixlib-shellout (~> 2.0)
|
||||
net-sftp (~> 2.1, >= 2.1.2)
|
||||
@ -49,40 +52,41 @@ GEM
|
||||
ohai (>= 8.6.0.alpha.1, < 9)
|
||||
plist (~> 3.2)
|
||||
proxifier (~> 1.0)
|
||||
rspec-core (~> 3.4)
|
||||
rspec-expectations (~> 3.4)
|
||||
rspec-mocks (~> 3.4)
|
||||
rspec-core (~> 3.5)
|
||||
rspec-expectations (~> 3.5)
|
||||
rspec-mocks (~> 3.5)
|
||||
rspec_junit_formatter (~> 0.2.0)
|
||||
serverspec (~> 2.7)
|
||||
specinfra (~> 2.10)
|
||||
syslog-logger (~> 1.6)
|
||||
uuidtools (~> 2.1.5)
|
||||
chef-config (12.9.38)
|
||||
fuzzyurl (~> 0.8.0)
|
||||
chef-config (12.17.44)
|
||||
addressable
|
||||
fuzzyurl
|
||||
mixlib-config (~> 2.0)
|
||||
mixlib-shellout (~> 2.0)
|
||||
chef-zero (4.6.1)
|
||||
chef-zero (5.1.1)
|
||||
ffi-yajl (~> 2.2)
|
||||
hashie (>= 2.0, < 4.0)
|
||||
mixlib-log (~> 1.3)
|
||||
rack
|
||||
rack (~> 2.0)
|
||||
uuidtools (~> 2.1)
|
||||
colored (1.2)
|
||||
command_line_reporter (3.3.6)
|
||||
colored (>= 1.2)
|
||||
diff-lcs (1.2.5)
|
||||
diff-lcs (1.3)
|
||||
domain_name (0.5.20160309)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
erubis (2.7.0)
|
||||
ffi (1.9.10)
|
||||
ffi-yajl (2.2.3)
|
||||
ffi (1.9.17)
|
||||
ffi-yajl (2.3.0)
|
||||
libyajl2 (~> 1.2)
|
||||
fuzzyurl (0.8.0)
|
||||
fuzzyurl (0.9.0)
|
||||
git (1.3.0)
|
||||
grimoire (0.2.14)
|
||||
attribute_struct (>= 0.1.12, < 0.5)
|
||||
bogo (>= 0.1.10, < 1.0)
|
||||
hashie (3.4.3)
|
||||
hashie (3.4.6)
|
||||
highline (1.7.8)
|
||||
http (0.9.8)
|
||||
addressable (~> 2.3)
|
||||
@ -93,6 +97,7 @@ GEM
|
||||
domain_name (~> 0.5)
|
||||
http-form_data (1.0.1)
|
||||
http_parser.rb (0.6.0)
|
||||
iniparse (1.4.2)
|
||||
ipaddress (0.8.3)
|
||||
knife-solo (0.5.1)
|
||||
chef (>= 10.20)
|
||||
@ -100,16 +105,15 @@ GEM
|
||||
net-ssh (~> 2.7, < 3.0)
|
||||
knife-solo_data_bag (1.1.0)
|
||||
libyajl2 (1.2.0)
|
||||
mixlib-authentication (1.4.0)
|
||||
mixlib-archive (0.2.0)
|
||||
mixlib-log
|
||||
rspec-core (~> 3.2)
|
||||
rspec-expectations (~> 3.2)
|
||||
rspec-mocks (~> 3.2)
|
||||
mixlib-cli (1.5.0)
|
||||
mixlib-config (2.2.1)
|
||||
mixlib-log (1.6.0)
|
||||
mixlib-shellout (2.2.6)
|
||||
multi_json (1.11.2)
|
||||
mixlib-authentication (1.4.1)
|
||||
mixlib-log
|
||||
mixlib-cli (1.7.0)
|
||||
mixlib-config (2.2.4)
|
||||
mixlib-log (1.7.1)
|
||||
mixlib-shellout (2.2.7)
|
||||
multi_json (1.12.1)
|
||||
multi_xml (0.5.5)
|
||||
net-scp (1.2.1)
|
||||
net-ssh (>= 2.6.5)
|
||||
@ -122,14 +126,14 @@ GEM
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh-gateway (>= 1.2.0)
|
||||
net-telnet (0.1.1)
|
||||
ohai (8.15.1)
|
||||
ohai (8.22.1)
|
||||
chef-config (>= 12.5.0.alpha.1, < 13)
|
||||
ffi (~> 1.9)
|
||||
ffi-yajl (~> 2.2)
|
||||
ipaddress
|
||||
mixlib-cli
|
||||
mixlib-config (~> 2.0)
|
||||
mixlib-log
|
||||
mixlib-log (>= 1.7.1, < 2.0)
|
||||
mixlib-shellout (~> 2.0)
|
||||
plist (~> 3.1)
|
||||
systemu (~> 2.6.4)
|
||||
@ -137,36 +141,36 @@ GEM
|
||||
paint (1.0.1)
|
||||
plist (3.2.0)
|
||||
proxifier (1.0.3)
|
||||
rack (1.6.4)
|
||||
rspec (3.4.0)
|
||||
rspec-core (~> 3.4.0)
|
||||
rspec-expectations (~> 3.4.0)
|
||||
rspec-mocks (~> 3.4.0)
|
||||
rspec-core (3.4.4)
|
||||
rspec-support (~> 3.4.0)
|
||||
rspec-expectations (3.4.0)
|
||||
rack (2.0.1)
|
||||
rspec (3.5.0)
|
||||
rspec-core (~> 3.5.0)
|
||||
rspec-expectations (~> 3.5.0)
|
||||
rspec-mocks (~> 3.5.0)
|
||||
rspec-core (3.5.4)
|
||||
rspec-support (~> 3.5.0)
|
||||
rspec-expectations (3.5.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.4.0)
|
||||
rspec-support (~> 3.5.0)
|
||||
rspec-its (1.2.0)
|
||||
rspec-core (>= 3.0.0)
|
||||
rspec-expectations (>= 3.0.0)
|
||||
rspec-mocks (3.4.1)
|
||||
rspec-mocks (3.5.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.4.0)
|
||||
rspec-support (3.4.1)
|
||||
rspec-support (~> 3.5.0)
|
||||
rspec-support (3.5.0)
|
||||
rspec_junit_formatter (0.2.3)
|
||||
builder (< 4)
|
||||
rspec-core (>= 2, < 4, != 2.12.0)
|
||||
serverspec (2.32.0)
|
||||
serverspec (2.38.0)
|
||||
multi_json
|
||||
rspec (~> 3.0)
|
||||
rspec-its
|
||||
specinfra (~> 2.53)
|
||||
sfl (2.2)
|
||||
sfl (2.3)
|
||||
slop (3.6.0)
|
||||
specinfra (2.56.1)
|
||||
specinfra (2.66.5)
|
||||
net-scp
|
||||
net-ssh (>= 2.7, < 4.0)
|
||||
net-ssh (>= 2.7, < 5.0)
|
||||
net-telnet
|
||||
sfl
|
||||
syslog-logger (1.6.8)
|
||||
@ -182,9 +186,9 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
batali
|
||||
chef (~> 12.9.38)
|
||||
chef (~> 12.17.44)
|
||||
knife-solo
|
||||
knife-solo_data_bag
|
||||
|
||||
BUNDLED WITH
|
||||
1.11.2
|
||||
1.13.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user