diff --git a/docs/usage/ruby.md b/docs/usage/ruby.md
index 2d8e6dbae6a792ce5bf9a74caa0d0b51c5fe731f..01a2795849d2ae0b4eb54e3c5a6167a6b6e2870b 100644
--- a/docs/usage/ruby.md
+++ b/docs/usage/ruby.md
@@ -17,13 +17,7 @@ Renovate supports upgrading dependencies in Bundler's `Gemfile`s and their accom
 
 ## Enabling
 
-Either install the [Renovate App](https://github.com/apps/renovate) on GitHub, or check out [Renovate OSS](https://github.com/renovatebot/renovate) for self-hosted.
-
-Because Bundler is considered to be in alpha stage, it is not enabled by default. To opt-in to using it, `bundler.enabled` must be set to `true` in your config. If you are using the hosted Renovate App, then either:
-
-(a) if Renovate has already detected other languages in the same repo, the add `"bundler": { "enabled": true }` to the config, or
-(b) if Renovate doesn't onboard the repo because it doesn't find package files, add your `renovate.json` to `master` branch manually, or
-(c) Contact support@renovatebot.com to ask that Bundler support be added on the server side so that you can receive an onboarding PR
+Either install the [Renovate App](https://github.com/apps/renovate) on GitHub, or check out [Renovate OSS](https://github.com/renovatebot/renovate) for self-hosted. Bundler support is now enabled by default in both.
 
 ## Future work