Skip to content

Commit

Permalink
Merge pull request #1499 from chef/cookstyle_620
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 authored Oct 12, 2020
2 parents 1f1a1ae + cec3e71 commit b1f9f36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion components/gems/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ group(:omnibus_package, :development, :test) do
gem "pry"
gem "yard"
gem "guard"
gem "cookstyle", "~> 6.18"
gem "cookstyle", "~> 6.20"
gem "foodcritic", ">= 16.3"
gem "ffi-libarchive"
end
Expand Down
20 changes: 10 additions & 10 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.380.0)
aws-partitions (1.381.0)
aws-sdk-apigateway (1.55.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
aws-sdk-efs (1.36.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-sigv4 (~> 1.1)
aws-sdk-eks (1.44.0)
aws-sdk-eks (1.45.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticache (1.44.0)
Expand Down Expand Up @@ -173,7 +173,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
azure_graph_rbac (0.17.2)
ms_rest_azure (~> 0.12.0)
azure_mgmt_compute (0.19.3)
azure_mgmt_compute (0.20.0)
ms_rest_azure (~> 0.12.0)
azure_mgmt_key_vault (0.17.6)
ms_rest_azure (~> 0.12.0)
Expand Down Expand Up @@ -347,8 +347,8 @@ GEM
chef-cli
fauxhai-ng (>= 7.5)
rspec (~> 3.0)
chefstyle (1.4.4)
rubocop (= 0.93.0)
chefstyle (1.4.5)
rubocop (= 0.93.1)
citrus (3.0.2)
cleanroom (1.0.0)
coderay (1.1.3)
Expand All @@ -357,8 +357,8 @@ GEM
concurrent-ruby (1.1.7)
cookbook-omnifetch (0.11.1)
mixlib-archive (>= 0.4, < 2.0)
cookstyle (6.20.1)
rubocop (= 0.93.0)
cookstyle (6.20.2)
rubocop (= 0.93.1)
debug_inspector (0.0.3)
declarative (0.0.20)
declarative-option (0.1.0)
Expand Down Expand Up @@ -743,7 +743,7 @@ GEM
nokogiri (~> 1.10)
optimist (~> 3.0)
rdp-ruby-wmi (0.3.1)
regexp_parser (1.8.1)
regexp_parser (1.8.2)
representable (3.0.4)
declarative (< 0.1.0)
declarative-option (< 0.2.0)
Expand All @@ -769,7 +769,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (0.93.0)
rubocop (0.93.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -1037,7 +1037,7 @@ DEPENDENCIES
cheffish (>= 16.0)
chefspec (>= 9.2.0, < 10.0)
chefstyle
cookstyle (~> 6.18)
cookstyle (~> 6.20)
dep-selector-libgecode
dep_selector
docker-api (>= 2.0)
Expand Down

0 comments on commit b1f9f36

Please sign in to comment.