summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-07-06 18:42:49 -0700
committerMatt Wrock <matt@mattwrock.com>2016-07-06 18:42:49 -0700
commit4a7d1845b05c31b39ca89ad6f5bd3ab366dc232a (patch)
tree86792f40adb85cf03473fccef4ead1428e54e203
parent1230d6b5795f61959418acd665a3e4e9d0d71411 (diff)
downloadchef-4a7d1845b05c31b39ca89ad6f5bd3ab366dc232a.tar.gz
add rspec deps 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 ])