diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-09-13 19:22:58 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-09-18 16:42:14 +0000 |
| commit | 461c48960da24fbc47735b47814a6b175c107209 (patch) | |
| tree | 21ba0cfd6c3b113b1eb803ce8d0bfcafaf0a7443 /lib | |
| parent | ae214be9d678756c5af26fd9161f03ee8340e1c7 (diff) | |
[rubygems/rubygems] Add a note about when hack can be removed
https://github.com/rubygems/rubygems/commit/058b29fe98
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/rubygems/specification.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb index 96e05a54b6..38986d5633 100644 --- a/lib/rubygems/specification.rb +++ b/lib/rubygems/specification.rb @@ -1914,6 +1914,7 @@ class Gem::Specification < Gem::BasicSpecification ## # Work around old bundler versions removing my methods + # Can be removed once RubyGems can no longer install Bundler 2.5 def gem_dir # :nodoc: super |
