summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 1 insertions, 5 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"