diff options
| author | Tim Smith <tsmith84@gmail.com> | 2020-05-22 10:05:51 -0700 |
|---|---|---|
| committer | Tim Smith <tsmith84@gmail.com> | 2020-05-22 10:05:51 -0700 |
| commit | af70d955950140ccfb44b85d9c5f0bad95653d2c (patch) | |
| tree | 586819ed25e68ab2f4c287c9cb79579f8beb5caf /Gemfile | |
| parent | 134b0a4356de729c8455977f47812de969ec802e (diff) | |
| download | chef-rake.tar.gz | |
Unpin rake now that we've resolved double rake issuesrake
We can install the latest now without issues.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -58,11 +58,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", "<= 12.3.3" - + gem "rake" gem "rspec-core", "~> 3.5" gem "rspec-mocks", "~> 3.5" gem "rspec-expectations", "~> 3.5" |
