summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 5a6204b414..6d28410a73 100644
--- a/Gemfile
+++ b/Gemfile
@@ -49,15 +49,16 @@ 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"
gem "chefstyle", "0.6.0"
end
group(:travis) do
- # See `bundler-audit` in .travis.yml
- gem "bundler-audit", git: "https://github.com/rubysec/bundler-audit.git"
gem "travis"
end