summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-22 10:05:51 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-22 10:05:51 -0700
commitaf70d955950140ccfb44b85d9c5f0bad95653d2c (patch)
tree586819ed25e68ab2f4c287c9cb79579f8beb5caf
parent134b0a4356de729c8455977f47812de969ec802e (diff)
downloadchef-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>
-rw-r--r--Gemfile6
-rw-r--r--Gemfile.lock10
2 files changed, 6 insertions, 10 deletions
diff --git a/Gemfile b/Gemfile
index e777af2ce1..291e544e95 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"
diff --git a/Gemfile.lock b/Gemfile.lock
index d804cf6ec4..a9e19e2902 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -296,13 +296,13 @@ GEM
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
- pry-stack_explorer (0.4.9.3)
- binding_of_caller (>= 0.7)
- pry (>= 0.9.11)
+ pry-stack_explorer (0.5.1)
+ binding_of_caller (~> 0.7)
+ pry (~> 0.13)
public_suffix (4.0.5)
rack (2.2.2)
rainbow (3.0.0)
- rake (12.3.3)
+ rake (13.0.1)
rb-readline (0.5.5)
regexp_parser (1.7.0)
rexml (3.2.4)
@@ -466,7 +466,7 @@ DEPENDENCIES
pry-byebug
pry-remote
pry-stack_explorer
- rake (<= 12.3.3)
+ rake
rb-readline
rspec-core (~> 3.5)
rspec-expectations (~> 3.5)