diff --git a/docs/usage/ruby.md b/docs/usage/ruby.md
index aa35baf1497da8de60485a75b044838204d3c53b..249b523569a252ab09bdb26c28d31fe5be537e2f 100644
--- a/docs/usage/ruby.md
+++ b/docs/usage/ruby.md
@@ -13,7 +13,6 @@ Renovate supports upgrading dependencies in Bundler's Gemfiles and their accompa
 1. Existing dependencies are extracted from the Gemfiles
 1. Renovate resolves the dependency on Rubygems.org (or elsewhere if configured), and checks for newer versions
 1. A PR is created which updates the `Gemfile` and `Gemfile.lock` in a single commit
-1. If the source repository has a "changelog" file or uses GitHub releases, then Release Notes for each version are embedded in the generated PR
 
 ## Warnings