summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-06-26 13:43:06 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-06-26 13:43:06 -0700
commit388576b19fce39303c5d444eb787c7eb89aee994 (patch)
treed54e7f597b2c0922b1185392578f6eb9ca414513 /Gemfile
parentf27950943f07e7ccda01a03ff728e1d1aca3513e (diff)
downloadchef-zero-388576b19fce39303c5d444eb787c7eb89aee994.tar.gz
remove hashrocket syntaxlcg/remove-hashrockets
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 7ac46eb..a086282 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ gemspec
# gem 'rest-client', :git => 'https://github.com/chef/rest-client.git'
group :pedant do
- gem "oc-chef-pedant", :git => "https://github.com/chef/chef-server.git"
+ gem "oc-chef-pedant", git: "https://github.com/chef/chef-server.git"
end
group :development, :test do