summaryrefslogtreecommitdiff
path: root/chef-config/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/Gemfile')
-rw-r--r--chef-config/Gemfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/chef-config/Gemfile b/chef-config/Gemfile
index c3d90e5e6c..7881fe6fd8 100644
--- a/chef-config/Gemfile
+++ b/chef-config/Gemfile
@@ -2,5 +2,9 @@ source "https://rubygems.org"
gem "chef-utils", path: File.expand_path("../chef-utils", __dir__) if File.exist?(File.expand_path("../chef-utils", __dir__))
-# Specify your gem's dependencies in chef-config.gemspec
gemspec
+
+group(:development, :test) do
+ gem "rake"
+ gem "rspec", "~> 3.2"
+end \ No newline at end of file