voxpupuli / puppet-wildfly

Puppet module to install, configure and manage Wildfly (8/9/10+), JBoss EAP (6.1+/7.0+) and some Wildfly based products like apiman, Keycloak and Infinispan.
Apache License 2.0
29 stars 78 forks source link

Update bundle install commands in README test setup section #282

Closed EmersonPrado closed 1 year ago

EmersonPrado commented 1 year ago

--without development flag for bundle install is deprecated:

bundle install --without development
[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 --local without 'development'`, and stop using this flag

This change adds the config set step and a plain bundle install in the README