diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-06 20:28:11 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-06 20:28:11 -0800 |
commit | dc48981a8c8997456ca722773bdfa684c43a6d47 (patch) | |
tree | d00c5d4c0ece67f3330f0a0d57b0be0d89a2090b /Gemfile.lock | |
parent | c2ecc263992d5c5755ec126067581b9611b76a62 (diff) | |
download | chef-dc48981a8c8997456ca722773bdfa684c43a6d47.tar.gz |
Pin to Rake 13.0.1 to prevent double rake
New ruby. New pin
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8212eff528..e183609964 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -309,7 +309,7 @@ GEM public_suffix (4.0.3) rack (2.2.2) rainbow (3.0.0) - rake (12.3.2) + rake (13.0.1) rb-readline (0.5.5) regexp_parser (1.7.0) rexml (3.2.4) @@ -476,7 +476,7 @@ DEPENDENCIES pry-byebug pry-remote pry-stack_explorer - rake (<= 12.3.2) + rake (<= 13.0.1) rb-readline rspec-core (~> 3.5) rspec-expectations (~> 3.5) |