summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-03-03 11:01:17 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2020-03-03 11:01:17 -0800
commit2d7a6e6cc225310bfd31357b48ce1a6d0fc831a9 (patch)
tree2c4ee10c49a5571edb94d4fb1fae63c0a6f5462a
parentf5c28e5a6f34dc0bcf37ba00688145abcb56258d (diff)
downloadchef-2d7a6e6cc225310bfd31357b48ce1a6d0fc831a9.tar.gz
also bump the gems to pickup the new version
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--Gemfile.lock12
1 files changed, 7 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index f88575c0d7..04eb439ef3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
GIT
remote: https://github.com/chef/chefstyle.git
- revision: 1100200f616fe080048fa49fa5942754904c32ca
+ revision: 32c232ae6e52834108bb736928e2ba3dd09d6df0
branch: master
specs:
- chefstyle (0.14.2)
- rubocop (= 0.75.1)
+ chefstyle (0.15.0)
+ rubocop (= 0.80.1)
GIT
remote: https://github.com/chef/ohai.git
@@ -312,6 +312,7 @@ GEM
rake (12.3.2)
rb-readline (0.5.5)
regexp_parser (1.7.0)
+ rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
@@ -331,11 +332,12 @@ GEM
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
- rubocop (0.75.1)
+ rubocop (0.80.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
- parser (>= 2.6)
+ parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
+ rexml
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-prof (1.2.0)