summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-07-06 13:28:16 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-07-06 13:28:16 -0700
commit0a4fb406a268de6aec6eba5653e7c67c3b06b670 (patch)
tree6c462f25706e297ea2312ba13459047cdf994ee1 /Gemfile
parent274f04da4fcf70ff47251926de407de8120db1c3 (diff)
downloadmixlib-shellout-0a4fb406a268de6aec6eba5653e7c67c3b06b670.tar.gz
master of chefstyle + fixes
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2dba7a6..609a5f4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,7 @@ source "https://rubygems.org"
gemspec name: "mixlib-shellout"
group(:test) do
+ gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
gem "rspec_junit_formatter"
gem "rake"
end