From 1bfd17de1a24efad1265e2dde64a7c3eef2dfdbd Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 6 Jun 2019 19:05:04 -0700 Subject: 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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 -- cgit v1.2.1