diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-07 12:56:13 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-07 12:56:13 -0800 |
commit | a832579030803c2c6fad4b540a09bb3379c0f878 (patch) | |
tree | 7dbb64c51b795583b6e8a76379094c4a2f7855af /omnibus | |
parent | 01e91446ac83f656855246d7e873a28a26e41fb2 (diff) | |
download | chef-a832579030803c2c6fad4b540a09bb3379c0f878.tar.gz |
Update license-acceptance gem to 2.1.13
This loosens the tomlrb dep and uses require_relative for slight perf
improvements
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 646bdb609d..2f97571137 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -199,12 +199,12 @@ GEM kitchen-vagrant (1.7.2) test-kitchen (>= 1.4, < 3) libyajl2 (1.2.0) - license-acceptance (2.1.2) + license-acceptance (2.1.13) pastel (~> 0.7) - tomlrb (~> 1.2) + tomlrb (>= 1.2, < 3.0) tty-box (~> 0.6) tty-prompt (~> 0.20) - license_scout (1.2.6) + license_scout (1.2.7) ffi-yajl (~> 2.2) mixlib-shellout (>= 2.2, < 4.0) toml-rb (>= 1, < 3) |