summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-27 10:11:19 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-27 13:04:28 -0700
commite984d5d7de30db05a19e9cebb8e790265d6df91f (patch)
tree6f7ea099223bcf17bd1910500bfb25b96b3baaea /Gemfile
parent280a7f32564d6448cfb828fe78e75fe58bf11292 (diff)
downloadchef-e984d5d7de30db05a19e9cebb8e790265d6df91f.tar.gz
Stop pinning rakeremove_rake_ping
The removal of the gem install of appbundler probably fixes where this was leaking in. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 511fef221d..010dccc7c2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -55,11 +55,7 @@ group(:ruby_shadow) do
end
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", "<= 13.0.1"
-
+ gem "rake"
gem "rspec-core", "~> 3.5"
gem "rspec-mocks", "~> 3.5"
gem "rspec-expectations", "~> 3.5"