summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-06 19:05:04 -0700
committerTim Smith <tsmith@chef.io>2019-06-06 19:05:04 -0700
commit1bfd17de1a24efad1265e2dde64a7c3eef2dfdbd (patch)
treec1a31344ede27e2de9393da4c349d963299ac571 /Gemfile
parent0644e6758358710fa719907c6b9f784281a15c61 (diff)
downloadmixlib-shellout-1bfd17de1a24efad1265e2dde64a7c3eef2dfdbd.tar.gz
Pull Chefstyle from rubygems again
If we want to push out new rules let's fiddle with things only on chef/chef Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1e5f5f3..cf88be8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,8 +9,8 @@ group :docs do
end
group :test do
- gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
gem "rspec_junit_formatter"
+ gem "chefstyle"
gem "rspec", "~> 3.0"
gem "rake"
end