summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-02-28 11:04:04 +0000
committerThom May <thom@chef.io>2018-02-28 12:06:04 +0000
commita235966e3c94d643f523082b0acb67ccf585c944 (patch)
treeb6ca6efc5cbaa05bcb2a5269637a6271c3084e6a /Gemfile
parentac19cbfb5fb05189e0edc400bc1acd9a7364b4d8 (diff)
downloadchef-a235966e3c94d643f523082b0acb67ccf585c944.tar.gz
bump omnibus deps
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7a5a26bbbc..534ef0ec19 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", git: "https://github.com/chef/chefstyle.git", branch: "master"
+ gem "chefstyle"
end
group(:travis) do