summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-02-28 12:03:07 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2018-02-28 12:03:07 -0800
commitd11104e01578977ce68e835deae2c04627b2ec74 (patch)
treee8ab560a69abfdf41b911948d07fdeb26e775f55 /Gemfile
parentbc72676b2454f8a2bd6636daa806b1f4e01fb08c (diff)
downloadchef-d11104e01578977ce68e835deae2c04627b2ec74.tar.gz
chefstyle/omnibus-software/omnibus back to master
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 993e1736cc..ceea7fe9c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -56,7 +56,7 @@ group(:development, :test) do
# for testing new chefstyle rules
# gem 'chefstyle', github: 'chef/chefstyle'
- gem "chefstyle"
+ gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
end
group(:travis) do