summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0c3b6ef85b..c358744401 100644
--- a/Gemfile
+++ b/Gemfile
@@ -64,7 +64,9 @@ group(:development, :test) do
gem "rspec_junit_formatter", "~> 0.2.0"
gem "simplecov"
gem "webmock"
+end
+group(:chefstyle) do
# for testing new chefstyle rules
gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
end