summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-06 20:28:11 -0800
committerTim Smith <tsmith84@gmail.com>2020-03-06 20:28:11 -0800
commitdc48981a8c8997456ca722773bdfa684c43a6d47 (patch)
treed00c5d4c0ece67f3330f0a0d57b0be0d89a2090b /Gemfile
parentc2ecc263992d5c5755ec126067581b9611b76a62 (diff)
downloadchef-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1d99d59198..7a9faae768 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"