diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2021-08-24 12:32:31 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2021-08-24 12:32:31 -0700 |
commit | 6986e83e9e50588d6176f2fe829c3b9a88571f5a (patch) | |
tree | 12cea96079c13d363a7efa126447613d733e67ea /Gemfile | |
parent | 665368406c5da41e2e37ef4ec7473710050dc5e4 (diff) | |
download | chef-6986e83e9e50588d6176f2fe829c3b9a88571f5a.tar.gz |
update Gemfile for main
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |