summaryrefslogtreecommitdiff
path: root/chef-config/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/Gemfile')
-rw-r--r--chef-config/Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/chef-config/Gemfile b/chef-config/Gemfile
index ead718f9e5..73be334e09 100644
--- a/chef-config/Gemfile
+++ b/chef-config/Gemfile
@@ -1,5 +1,7 @@
source "https://rubygems.org"
+%w{rspec-core rspec-expectations rspec-mocks}.each { |rspec| gem rspec, "~> 3.2" }
+
require_relative "../tasks/gemfile_util"
GemfileUtil.include_locked_gemfile(self, "../Gemfile", groups: [ :chef_config, :development ])