chef / wmi-lite

Lightweight, low-dependency wrapper for basic WMI functionality on Windows.
Apache License 2.0
13 stars 8 forks source link

Replace deprecated --without flag with bundle config #15

Closed jayashrig158 closed 3 years ago

jayashrig158 commented 3 years ago

Replacing --without flag with bundle config to get rid of bundler deprecated warning :

[DEPRECATED] The --without flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use bundle config set without 'development doc', and stop using this flag

Signed-off-by: jayashri garud jgarud@msystechnologies.com

Description

[Please describe what this change achieves]

Issues Resolved

[List any existing issues this PR resolves, or any Discourse or StackOverflow discussions that are relevant]

Check List