diff options
author | Tim Smith <tsmith@chef.io> | 2022-01-01 00:55:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-01 00:55:40 -0500 |
commit | bbd0efaa82335d50daba04345dd20fd9f0171536 (patch) | |
tree | 4dc3930dd765097334d5000d7d3b9925df7a8085 | |
parent | bb6116d12fbc75dbb3d1daa36b8413b1bc6638d1 (diff) | |
parent | 76619f752cf81e5e4431e84257ca45e3fbd09a75 (diff) | |
download | chef-bbd0efaa82335d50daba04345dd20fd9f0171536.tar.gz |
Merge pull request #12420 from chef/expeditor/chef/chefstyle_c72bbc6a79ab0859755981f99d76635cd5bc275a
Bump chef/chefstyle to c72bbc6a79ab0859755981f99d76635cd5bc275a
-rw-r--r-- | Gemfile.lock | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 3596de8884..4ecbee66c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,17 @@ GIT remote: https://github.com/chef/chefstyle.git - revision: 8b945f7083df2459718f023304116b8404a83a7d + revision: d3050865f4c7b4be668397007d9964ce2d54e6ee branch: main specs: - chefstyle (2.1.3) - rubocop (= 1.23.0) + chefstyle (2.2.0) + rubocop (= 1.24.1) GIT remote: https://github.com/chef/ohai.git - revision: 795c6f0bac2c47dd94ea1e7bf55b1a906d2a14dd + revision: e86d186661a599703fe929497b33c5f7a3257d49 branch: main specs: - ohai (17.9.0) + ohai (17.9.1) chef-config (>= 14.12, < 18) chef-utils (>= 16.0, < 18) ffi (~> 1.9) @@ -329,16 +329,16 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.3) - rubocop (1.23.0) + rubocop (1.24.1) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 1.12.0, < 2.0) + rubocop-ast (>= 1.15.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.15.0) + rubocop-ast (1.15.1) parser (>= 3.0.1.1) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) |