Skip to content

Commit

Permalink
Merge pull request #594 from chef/stove
Browse files Browse the repository at this point in the history
Update stove and chef-api to the latest
  • Loading branch information
tas50 authored Oct 23, 2019
2 parents ad7c6f5 + 6aa4e33 commit 413a729
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion components/gems/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ group(:omnibus_package) do
gem "rubocop"
gem "winrm-fs"
gem "winrm-elevated"
gem "stove"
gem "stove", ">= 7.1.5"
gem "berkshelf", ">= 7.0.8"
gem "chef-vault", ">= 3.4.1"
end
Expand Down
18 changes: 9 additions & 9 deletions components/gems/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
artifactory (3.0.5)
ast (2.4.0)
aws-eventstream (1.0.3)
aws-partitions (1.223.0)
aws-partitions (1.226.0)
aws-sdk-apigateway (1.35.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
aws-sdk-cloudtrail (1.17.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-cloudwatch (1.28.0)
aws-sdk-cloudwatch (1.29.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-cloudwatchlogs (1.25.0)
Expand All @@ -63,7 +63,7 @@ GEM
aws-sdk-configservice (1.37.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.68.1)
aws-sdk-core (3.69.1)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -107,7 +107,7 @@ GEM
aws-sdk-iam (1.30.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-kafka (1.13.0)
aws-sdk-kafka (1.14.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-kinesis (1.19.0)
Expand All @@ -122,7 +122,7 @@ GEM
aws-sdk-organizations (1.17.0)
aws-sdk-core (~> 3, >= 3.39.0)
aws-sigv4 (~> 1.0)
aws-sdk-rds (1.67.0)
aws-sdk-rds (1.68.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-redshift (1.32.0)
Expand All @@ -137,7 +137,7 @@ GEM
aws-sdk-route53resolver (1.10.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.49.0)
aws-sdk-s3 (1.50.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -272,7 +272,7 @@ GEM
win32-service (>= 2.1.2, < 3.0)
win32-taskscheduler (~> 2.0)
wmi-lite (~> 1.0)
chef-api (0.9.0)
chef-api (0.10.0)
logify (~> 0.1)
mime-types
chef-apply (0.4.6)
Expand Down Expand Up @@ -779,7 +779,7 @@ GEM
semverse (>= 1.1, < 4.0)
sshkey (1.9.0)
sslshake (1.3.0)
stove (7.1.0)
stove (7.1.5)
chef-api (~> 0.5)
logify (~> 0.2)
strings (0.1.6)
Expand Down Expand Up @@ -1067,7 +1067,7 @@ DEPENDENCIES
rubocop
ruby-prof
ruby-shadow
stove
stove (>= 7.1.5)
test-kitchen (>= 2.0)
win32-api
win32-dir
Expand Down
10 changes: 5 additions & 5 deletions omnibus/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ GEM
artifactory (3.0.5)
awesome_print (1.8.0)
aws-eventstream (1.0.3)
aws-partitions (1.224.0)
aws-sdk-core (3.68.1)
aws-partitions (1.226.0)
aws-sdk-core (3.69.1)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.24.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.49.0)
aws-sdk-s3 (1.50.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -219,7 +219,7 @@ GEM
wmi-lite (~> 1.0)
mixlib-versioning (1.2.7)
molinillo (0.6.6)
multi_json (1.13.1)
multi_json (1.14.1)
multipart-post (2.0.0)
necromancer (0.5.0)
net-scp (2.0.0)
Expand Down Expand Up @@ -363,7 +363,7 @@ GEM
logging (>= 1.6.1, < 3.0)
rubyzip (~> 1.1)
winrm (~> 2.0)
wisper (2.0.0)
wisper (2.0.1)
wmi-lite (1.0.2)
zhexdump (0.0.2)

Expand Down

0 comments on commit 413a729

Please sign in to comment.