diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-06-23 11:12:10 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-06-23 11:12:10 -0700 |
commit | 0b165502f4d52e1441b78a0968c43b1b263e4660 (patch) | |
tree | ed585a6959c071f36aa285b6a1da691b3c503b6f | |
parent | 2ae231e89d13a1308c78d19f2c28c172d2c646bc (diff) | |
download | chef-0b165502f4d52e1441b78a0968c43b1b263e4660.tar.gz |
Bump Ohai to 15.12 to support macOS Big Sur
Beta OS time!
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f21e4ffafd..b19133d4e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,10 +8,10 @@ GIT GIT remote: https://github.com/chef/ohai.git - revision: 2bd01b7869ee04accb358350e1e3563eff9100b3 + revision: 0b01c1b4cb15e9b60337e5a29e93af1ad502027b branch: 15-stable specs: - ohai (15.9.1) + ohai (15.12.0) chef-config (>= 12.8, < 16) ffi (~> 1.9) ffi-yajl (~> 2.2) @@ -300,7 +300,7 @@ GEM binding_of_caller (>= 0.7) pry (>= 0.9.11) public_suffix (4.0.5) - rack (2.2.2) + rack (2.2.3) rainbow (3.0.0) rake (12.3.3) rb-readline (0.5.5) @@ -379,7 +379,7 @@ GEM tty-cursor (~> 0.7) tty-screen (~> 0.7) wisper (~> 2.0.0) - tty-screen (0.7.1) + tty-screen (0.8.0) tty-table (0.11.0) equatable (~> 0.6) necromancer (~> 0.5) |