diff --git a/packaging/language/bundler.py b/packaging/language/bundler.py index 7c36d5a873d..152b51810a0 100644 --- a/packaging/language/bundler.py +++ b/packaging/language/bundler.py @@ -118,7 +118,7 @@ EXAMPLES=''' - bundler: state=present exclude_groups=production # Only install gems from the default and production groups -- bundler: state=present deployment=yes +- bundler: state=present deployment_mode=yes # Installs gems using a Gemfile in another directory - bundler: state=present gemfile=../rails_project/Gemfile