From a848c070d28fd8c836e3bf06c4b73cf7d293a290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 11 Dec 2023 21:31:37 +0100 Subject: [PATCH] [rubygems/rubygems] Remove doc not adding much value https://github.com/rubygems/rubygems/commit/c241a88962 --- lib/bundler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundler.rb b/lib/bundler.rb index 19ecafb60712ba..fc274ea26319f6 100644 --- a/lib/bundler.rb +++ b/lib/bundler.rb @@ -17,7 +17,7 @@ # Bundler provides a consistent environment for Ruby projects by # tracking and installing the exact gems and versions that are needed. # -# Since Ruby 2.6, Bundler is a part of Ruby's standard library. +# Bundler is a part of Ruby's standard library. # # Bundler is used by creating _gemfiles_ listing all the project dependencies # and (optionally) their versions and then using