diff options
author | John McCrae <john.mccrae@progress.com> | 2022-04-07 15:39:10 -0700 |
---|---|---|
committer | John McCrae <john.mccrae@progress.com> | 2022-04-07 15:39:10 -0700 |
commit | bc545a24c0b76ba9281ec733cc42e8f440b01c0f (patch) | |
tree | 6e95b1dd6e975cbf646737a6d43407b7717cfcfb | |
parent | 8d495f6a851b4fa15aee0b5fc83163963b58d47e (diff) | |
download | ohai-bc545a24c0b76ba9281ec733cc42e8f440b01c0f.tar.gz |
Updating RUBY_PLATFORM on Windows for Ruby 3.1 Compatibility
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ gemspec # pull these gems from main of chef/chef so that we're testing against what we will release gem "chef-config", git: "https://github.com/chef/chef", branch: "main", glob: "chef-config/chef-config.gemspec" gem "chef-utils", git: "https://github.com/chef/chef", branch: "main", glob: "chef-utils/chef-utils.gemspec" -# gem "chef-utils", path: "C:\\foo\\chef\\chef-utils" # NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local group :development do |