summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e4297fc063..91cf837a90 100644
--- a/Gemfile
+++ b/Gemfile
@@ -47,7 +47,10 @@ group(:ruby_shadow) do
end
group(:development, :test) do
- gem "rake"
+ # 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.0"
gem "simplecov"
gem "webmock"