summaryrefslogtreecommitdiff
path: root/chef-utils/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'chef-utils/Gemfile')
-rw-r--r--chef-utils/Gemfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/chef-utils/Gemfile b/chef-utils/Gemfile
new file mode 100644
index 0000000000..65cb76c2b5
--- /dev/null
+++ b/chef-utils/Gemfile
@@ -0,0 +1,9 @@
+source "https://rubygems.org"
+
+gemspec
+
+group(:development, :test) do
+ gem "fauxhai-ng"
+ gem "rake"
+ gem "rspec"
+end