summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-21 15:04:09 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-03-11 12:20:20 -0700
commitdf23dbbda7d4eb621804f004ff85181d83a11641 (patch)
treedc4ac3d354e5b9eb3229ed9be56d5447cc9a1d85 /Gemfile
parentb870d8c578a6424e405ec2083d5f47d331f09d14 (diff)
downloadchef-df23dbbda7d4eb621804f004ff85181d83a11641.tar.gz
WIP: Remove audit mode from chef-client
This just gives us a line count to the change and perhaps a starting point for when we do this in Chef 15 Signed-off-by: Tim Smith <tsmith@chef.io> Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index a3e020b4c3..9a19a80d69 100644
--- a/Gemfile
+++ b/Gemfile
@@ -54,6 +54,10 @@ group(:development, :test) do
# 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 "rspec-core", "~> 3.5"
+ gem "rspec-mocks", "~> 3.5"
+ gem "rspec-expectations", "~> 3.5"
+ gem "rspec_junit_formatter", "~> 0.2.0"
gem "simplecov"
gem "webmock"