Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fc18ad4

Browse files
author
Chef Expeditor
committedJan 24, 2020
Bump Chef Infra Client to 15.7.31
This pull request was triggered automatically via Expeditor when Chef 15.7.31 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
1 parent 6352f84 commit fc18ad4

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed
 

‎Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ group(:omnibus_package) do
5757
# gems to Rubygems now, so letting this float on latest should always give us the latest
5858
# stable release. May have to re-pin around major version bumping time, or during patch
5959
# fixes.
60-
gem "chef", "= 15.7.30"
61-
gem "chef-bin", "= 15.7.30"
60+
gem "chef", "= 15.7.31"
61+
gem "chef-bin", "= 15.7.31"
6262
gem "ohai", ">= 15"
6363
gem "cheffish", ">= 14.0.1"
6464

‎Gemfile.lock

+16-17
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,12 @@ GEM
214214
debug_inspector (>= 0.0.1)
215215
builder (3.2.4)
216216
byebug (11.1.1)
217-
chef (15.7.30)
217+
chef (15.7.31)
218218
addressable
219219
bcrypt_pbkdf (~> 1.0)
220220
bundler (>= 1.10)
221-
chef-config (= 15.7.30)
222-
chef-utils (= 15.7.30)
221+
chef-config (= 15.7.31)
222+
chef-utils (= 15.7.31)
223223
chef-zero (>= 14.0.11)
224224
diff-lcs (~> 1.2, >= 1.2.4)
225225
ed25519 (~> 1.2)
@@ -246,12 +246,12 @@ GEM
246246
train-winrm (>= 0.2.5)
247247
tty-screen (~> 0.6)
248248
uuidtools (~> 2.1.5)
249-
chef (15.7.30-universal-mingw32)
249+
chef (15.7.31-universal-mingw32)
250250
addressable
251251
bcrypt_pbkdf (~> 1.0)
252252
bundler (>= 1.10)
253-
chef-config (= 15.7.30)
254-
chef-utils (= 15.7.30)
253+
chef-config (= 15.7.31)
254+
chef-utils (= 15.7.31)
255255
chef-zero (>= 14.0.11)
256256
diff-lcs (~> 1.2, >= 1.2.4)
257257
ed25519 (~> 1.2)
@@ -293,17 +293,17 @@ GEM
293293
chef-api (0.10.2)
294294
logify (~> 0.1)
295295
mime-types
296-
chef-bin (15.7.30)
297-
chef (= 15.7.30)
298-
chef-config (15.7.30)
296+
chef-bin (15.7.31)
297+
chef (= 15.7.31)
298+
chef-config (15.7.31)
299299
addressable
300-
chef-utils (= 15.7.30)
300+
chef-utils (= 15.7.31)
301301
fuzzyurl
302302
mixlib-config (>= 2.2.12, < 4.0)
303303
mixlib-shellout (>= 2.0, < 4.0)
304304
tomlrb (~> 1.2)
305305
chef-sugar (5.1.9)
306-
chef-utils (15.7.30)
306+
chef-utils (15.7.31)
307307
chef-vault (4.0.1)
308308
chef-zero (14.0.17)
309309
ffi-yajl (~> 2.2)
@@ -680,7 +680,7 @@ GEM
680680
pry (0.12.2)
681681
coderay (~> 1.1.0)
682682
method_source (~> 0.9.0)
683-
pry-byebug (3.7.0)
683+
pry-byebug (3.8.0)
684684
byebug (~> 11.0)
685685
pry (~> 0.10)
686686
pry-remote (0.1.8)
@@ -735,8 +735,7 @@ GEM
735735
rainbow (>= 2.2.2, < 4.0)
736736
ruby-progressbar (~> 1.7)
737737
unicode-display_width (>= 1.4.0, < 1.7)
738-
ruby-prof (1.1.0)
739-
ruby-prof (1.1.0-x64-mingw32)
738+
ruby-prof (1.2.0)
740739
ruby-progressbar (1.10.1)
741740
ruby-shadow (2.5.0)
742741
rubyntlm (0.6.2)
@@ -962,8 +961,8 @@ DEPENDENCIES
962961
bcrypt_pbkdf
963962
berkshelf (>= 7.0.8)
964963
bundler
965-
chef (= 15.7.30)
966-
chef-bin (= 15.7.30)
964+
chef (= 15.7.31)
965+
chef-bin (= 15.7.31)
967966
chef-dk!
968967
chef-sugar
969968
chef-vault (>= 3.4.1)
@@ -1039,4 +1038,4 @@ DEPENDENCIES
10391038
yard
10401039

10411040
BUNDLED WITH
1042-
1.17.3
1041+
2.1.4

0 commit comments

Comments
 (0)
This repository has been archived.