From 6986e83e9e50588d6176f2fe829c3b9a88571f5a Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 24 Aug 2021 12:32:31 -0700 Subject: update Gemfile for main Signed-off-by: Lamont Granquist --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index be03e4e48a..8f195b87e4 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gem "chef", path: "." -gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master" +gem "ohai", git: "https://github.com/chef/ohai.git", branch: "main" gem "chef-utils", path: File.expand_path("chef-utils", __dir__) if File.exist?(File.expand_path("chef-utils", __dir__)) gem "chef-config", path: File.expand_path("chef-config", __dir__) if File.exist?(File.expand_path("chef-config", __dir__)) @@ -48,7 +48,7 @@ end group(:chefstyle) do # for testing new chefstyle rules - gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master" + gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "main" end instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"] -- cgit v1.2.1