diff options
author | Neha Pansare <neha.pansare@progress.com> | 2022-09-22 16:30:38 +0530 |
---|---|---|
committer | Neha Pansare <neha.pansare@progress.com> | 2022-09-22 16:30:38 +0530 |
commit | 2b3ca9abdaa48b973f3b4b7e8e0a56c579cc955d (patch) | |
tree | 7fbb640f586898a2f91070103464bd2971eeee9c /knife/Gemfile.lock | |
parent | 6287de3235f0d76c1f7cd1e95c7c2315cd634d8e (diff) | |
download | chef-2b3ca9abdaa48b973f3b4b7e8e0a56c579cc955d.tar.gz |
Maintain separate gemspec for windows, update lock file to include ucrt block as this is the only way bundle install can pull windows gems, add lock file knife for the same reason
Signed-off-by: Neha Pansare <neha.pansare@progress.com>
Diffstat (limited to 'knife/Gemfile.lock')
-rw-r--r-- | knife/Gemfile.lock | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock new file mode 100644 index 0000000000..5a2596bdd9 --- /dev/null +++ b/knife/Gemfile.lock @@ -0,0 +1,37 @@ +PATH + remote: .. + specs: + chef (18.0.149) + chef (18.0.149-x64-mingw-ucrt) + +PLATFORMS + ruby + x64-mingw-ucrt + +DEPENDENCIES + appbundler + chef! + chef-bin! + chef-config! + chef-utils! + chef-vault + cheffish (>= 17) + chefstyle + ed25519 (~> 1.2) + fauxhai-ng + ffi (>= 1.15.5) + inspec-core-bin (>= 5) + ohai! + proxifier! + pry (= 0.13.0) + pry-byebug + pry-stack_explorer + rake + rb-readline + rest-client! + rspec + ruby-shadow! + webmock + +BUNDLED WITH + 2.3.18
\ No newline at end of file |