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 | |
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')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ group(:development, :test) do # we pin rake as a copy of rake is installed from the ruby source # if you bump the ruby version you should confirm we don't end up with # two rake gems installed again - gem "rake", "<= 12.3.2" + gem "rake", "<= 13.0.1" gem "rspec-core", "~> 3.5" gem "rspec-mocks", "~> 3.5" |