summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-08-24 12:32:31 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-08-24 12:32:31 -0700
commit6986e83e9e50588d6176f2fe829c3b9a88571f5a (patch)
tree12cea96079c13d363a7efa126447613d733e67ea /Gemfile
parent665368406c5da41e2e37ef4ec7473710050dc5e4 (diff)
downloadchef-6986e83e9e50588d6176f2fe829c3b9a88571f5a.tar.gz
update Gemfile for main
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
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"]