Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 2981ffe

Browse files
Bump chef from 12.22.1 to 14.3.37
Bumps [chef](https://github.com/chef/chef) from 12.22.1 to 14.3.37. - [Release notes](https://github.com/chef/chef/releases) - [Changelog](https://github.com/chef/chef/blob/master/CHANGELOG.md) - [Commits](https://github.com/chef/chef/commits/v14.3.37) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 376d74f commit 2981ffe

2 files changed

Lines changed: 31 additions & 27 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
ruby File.open(File.expand_path('.ruby-version', File.dirname(__FILE__))) { |f| f.read.chomp }
44

55
gem 'berkshelf'
6-
gem 'chef', '~> 12'
6+
gem 'chef', '~> 14'
77

88
group :ci do
99
gem 'bump'

Gemfile.lock

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,27 @@ GEM
4949
celluloid-io (0.16.2)
5050
celluloid (>= 0.16.0)
5151
nio4r (>= 1.1.0)
52-
chef (12.22.1)
52+
chef (14.3.37)
5353
addressable
5454
bundler (>= 1.10)
55-
chef-config (= 12.22.1)
56-
chef-zero (>= 4.8, < 13)
55+
chef-config (= 14.3.37)
56+
chef-zero (>= 13.0)
5757
diff-lcs (~> 1.2, >= 1.2.4)
5858
erubis (~> 2.7)
59+
ffi (~> 1.9, >= 1.9.25)
5960
ffi-yajl (~> 2.2)
6061
highline (~> 1.6, >= 1.6.9)
6162
iniparse (~> 1.4)
63+
iso8601 (~> 0.9.1)
6264
mixlib-archive (~> 0.4)
63-
mixlib-authentication (~> 1.4)
65+
mixlib-authentication (~> 2.1)
6466
mixlib-cli (~> 1.7)
65-
mixlib-log (~> 1.3)
67+
mixlib-log (~> 2.0, >= 2.0.3)
6668
mixlib-shellout (~> 2.0)
6769
net-sftp (~> 2.1, >= 2.1.2)
68-
net-ssh (>= 2.9, < 5.0)
70+
net-ssh (~> 4.2)
6971
net-ssh-multi (~> 1.2, >= 1.2.1)
70-
ohai (>= 8.6.0.alpha.1, < 13)
72+
ohai (~> 14.0)
7173
plist (~> 3.2)
7274
proxifier (~> 1.0)
7375
rspec-core (~> 3.5)
@@ -81,15 +83,16 @@ GEM
8183
chef-api (0.8.0)
8284
logify (~> 0.1)
8385
mime-types
84-
chef-config (12.22.1)
86+
chef-config (14.3.37)
8587
addressable
8688
fuzzyurl
87-
mixlib-config (~> 2.0)
89+
mixlib-config (>= 2.2.12, < 3.0)
8890
mixlib-shellout (~> 2.0)
89-
chef-zero (5.3.2)
91+
tomlrb (~> 1.2)
92+
chef-zero (14.0.6)
9093
ffi-yajl (~> 2.2)
9194
hashie (>= 2.0, < 4.0)
92-
mixlib-log (~> 1.3)
95+
mixlib-log (~> 2.0)
9396
rack (~> 2.0)
9497
uuidtools (~> 2.1)
9598
chefspec (7.1.2)
@@ -113,7 +116,7 @@ GEM
113116
faraday (~> 0.8)
114117
fauxhai (5.6.0)
115118
net-ssh
116-
ffi (1.9.23)
119+
ffi (1.9.25)
117120
ffi-yajl (2.3.1)
118121
libyajl2 (~> 1.2)
119122
foodcritic (13.0.0)
@@ -171,6 +174,7 @@ GEM
171174
concurrent-ruby (~> 1.0)
172175
iniparse (1.4.4)
173176
ipaddress (0.8.3)
177+
iso8601 (0.9.1)
174178
jmespath (1.3.1)
175179
json (2.1.0)
176180
kitchen-docker (2.6.0)
@@ -201,18 +205,18 @@ GEM
201205
mini_portile2 (2.3.0)
202206
minitar (0.6.1)
203207
minitest (5.11.3)
204-
mixlib-archive (0.4.1)
208+
mixlib-archive (0.4.8)
205209
mixlib-log
206-
mixlib-authentication (1.4.2)
210+
mixlib-authentication (2.1.1)
207211
mixlib-cli (1.7.0)
208-
mixlib-config (2.2.6)
212+
mixlib-config (2.2.13)
209213
tomlrb
210214
mixlib-install (3.9.3)
211215
mixlib-shellout
212216
mixlib-versioning
213217
thor
214-
mixlib-log (1.7.1)
215-
mixlib-shellout (2.3.2)
218+
mixlib-log (2.0.4)
219+
mixlib-shellout (2.4.0)
216220
mixlib-versioning (1.2.2)
217221
molinillo (0.6.5)
218222
multi_json (1.13.1)
@@ -228,7 +232,7 @@ GEM
228232
net-ssh-multi (1.2.1)
229233
net-ssh (>= 2.6.5)
230234
net-ssh-gateway (>= 1.2.0)
231-
net-telnet (0.1.1)
235+
net-telnet (0.2.0)
232236
nio4r (2.3.0)
233237
nokogiri (1.8.2)
234238
mini_portile2 (~> 2.3.0)
@@ -238,14 +242,14 @@ GEM
238242
shellany (~> 0.0)
239243
octokit (4.8.0)
240244
sawyer (~> 0.8.0, >= 0.5.3)
241-
ohai (8.26.1)
242-
chef-config (>= 12.5.0.alpha.1, < 14)
245+
ohai (14.3.0)
246+
chef-config (>= 12.8, < 15)
243247
ffi (~> 1.9)
244248
ffi-yajl (~> 2.2)
245249
ipaddress
246250
mixlib-cli
247251
mixlib-config (~> 2.0)
248-
mixlib-log (>= 1.7.1, < 2.0)
252+
mixlib-log (~> 2.0, >= 2.0.1)
249253
mixlib-shellout (~> 2.0)
250254
plist (~> 3.1)
251255
systemu (~> 2.6.4)
@@ -261,7 +265,7 @@ GEM
261265
coderay (~> 1.1.0)
262266
method_source (~> 0.9.0)
263267
public_suffix (3.0.2)
264-
rack (2.0.4)
268+
rack (2.0.5)
265269
rainbow (3.0.0)
266270
rake (12.3.1)
267271
rb-fsevent (0.10.3)
@@ -333,9 +337,9 @@ GEM
333337
solve (4.0.0)
334338
molinillo (~> 0.6)
335339
semverse (>= 1.1, < 3.0)
336-
specinfra (2.73.2)
340+
specinfra (2.75.0)
337341
net-scp
338-
net-ssh (>= 2.7, < 5.0)
342+
net-ssh (>= 2.7)
339343
net-telnet
340344
sfl
341345
stove (6.0.0)
@@ -357,7 +361,7 @@ GEM
357361
thread_safe (0.3.6)
358362
timers (4.0.4)
359363
hitimes
360-
tomlrb (1.2.6)
364+
tomlrb (1.2.7)
361365
treetop (1.6.10)
362366
polyglot (~> 0.3)
363367
tzinfo (1.2.5)
@@ -392,7 +396,7 @@ PLATFORMS
392396
DEPENDENCIES
393397
berkshelf
394398
bump
395-
chef (~> 12)
399+
chef (~> 14)
396400
chef-zero
397401
chefspec
398402
foodcritic

0 commit comments

Comments
 (0)