diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2023-12-11 21:31:37 +0100 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-12-12 10:04:57 +0900 |
| commit | a848c070d28fd8c836e3bf06c4b73cf7d293a290 (patch) | |
| tree | 0787800393b30ff96b1ac733c80b9fca158d34d4 /lib | |
| parent | 0e05392dccaaf4f9a0ce66228fd64dbd96b62227 (diff) | |
[rubygems/rubygems] Remove doc not adding much value
https://github.com/rubygems/rubygems/commit/c241a88962
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb index 19ecafb607..fc274ea263 100644 --- a/lib/bundler.rb +++ b/lib/bundler.rb @@ -17,7 +17,7 @@ require_relative "bundler/build_metadata" # 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 |
