Skip to content

Commit

Permalink
Update cookstyle / chef-apply to latest
Browse files Browse the repository at this point in the history
Cookstyle is 16% faster in this release and chef-apply gives us YAML
support

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Sep 2, 2020
1 parent 4ddfab0 commit fc91f3b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions components/gems/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
artifactory (3.0.15)
ast (2.4.1)
aws-eventstream (1.1.0)
aws-partitions (1.363.0)
aws-partitions (1.364.0)
aws-sdk-apigateway (1.51.0)
aws-sdk-core (~> 3, >= 3.99.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -74,7 +74,7 @@ GEM
aws-sdk-dynamodb (1.52.0)
aws-sdk-core (~> 3, >= 3.99.0)
aws-sigv4 (~> 1.1)
aws-sdk-ec2 (1.192.0)
aws-sdk-ec2 (1.193.0)
aws-sdk-core (~> 3, >= 3.99.0)
aws-sigv4 (~> 1.1)
aws-sdk-ecr (1.37.0)
Expand Down Expand Up @@ -144,7 +144,7 @@ GEM
aws-sdk-core (~> 3, >= 3.104.3)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sdk-securityhub (1.32.0)
aws-sdk-securityhub (1.33.0)
aws-sdk-core (~> 3, >= 3.99.0)
aws-sigv4 (~> 1.1)
aws-sdk-ses (1.34.0)
Expand Down Expand Up @@ -286,11 +286,11 @@ GEM
chef-api (0.10.10)
mime-types
mixlib-log (>= 1, < 4)
chef-apply (0.4.16)
chef (>= 15.0)
chef-cli (>= 1.0.3)
chef-apply (0.5.3)
chef (>= 16.0)
chef-cli (>= 2.0.10)
chef-telemetry (>= 1.0.2)
license-acceptance (~> 1.0, >= 1.0.11)
license-acceptance (>= 1.0.11, < 3)
mixlib-cli
mixlib-config (>= 3.0.5)
mixlib-install
Expand Down Expand Up @@ -334,16 +334,16 @@ GEM
mixlib-log (>= 2.0, < 4.0)
rack (~> 2.0, >= 2.0.6)
uuidtools (~> 2.1)
cheffish (16.0.8)
cheffish (16.0.9)
chef-zero (>= 14.0)
net-ssh
chefspec (9.2.1)
chef (>= 14)
chef-cli
fauxhai-ng (>= 7.5)
rspec (~> 3.0)
chefstyle (1.2.1)
rubocop (= 0.89.1)
chefstyle (1.3.2)
rubocop (= 0.90)
citrus (3.0.2)
cleanroom (1.0.0)
coderay (1.1.3)
Expand All @@ -352,8 +352,8 @@ GEM
concurrent-ruby (1.1.7)
cookbook-omnifetch (0.11.1)
mixlib-archive (>= 0.4, < 2.0)
cookstyle (6.15.9)
rubocop (= 0.89.1)
cookstyle (6.16.9)
rubocop (= 0.90.0)
debug_inspector (0.0.3)
declarative (0.0.20)
declarative-option (0.1.0)
Expand Down Expand Up @@ -384,8 +384,8 @@ GEM
excon (0.76.0)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
faraday-cookie_jar (0.0.7)
faraday (>= 0.8.0)
http-cookie (~> 1.0.0)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
Expand Down Expand Up @@ -724,7 +724,7 @@ GEM
pry-stack_explorer (0.5.1)
binding_of_caller (~> 0.7)
pry (~> 0.13)
public_suffix (4.0.5)
public_suffix (4.0.6)
r18n-core (4.0.0)
r18n-desktop (4.0.0)
r18n-core (= 4.0.0)
Expand Down Expand Up @@ -767,7 +767,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (0.89.1)
rubocop (0.90.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
Expand Down

0 comments on commit fc91f3b

Please sign in to comment.