diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-27 10:11:19 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-27 13:04:28 -0700 |
commit | e984d5d7de30db05a19e9cebb8e790265d6df91f (patch) | |
tree | 6f7ea099223bcf17bd1910500bfb25b96b3baaea /Gemfile | |
parent | 280a7f32564d6448cfb828fe78e75fe58bf11292 (diff) | |
download | chef-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-- | Gemfile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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" |