mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 09:33:59 +02:00
Merge the latest stable versions of RubyGems and Bundler to Ruby 3.2.x (#7061)
[Bug #19350] * Merge RubyGems-3.4.2 and Bundler-2.4.2 * Merge RubyGems-3.4.3 and Bundler-2.4.3 * Generate parser-text.rb of racc when sync it * Ignore LICENSE files of libraries vendored in rubygems [ci skip] * Adjust spec of bundler like as `sync_default_gems` [ci skip] * Fixed a typo * Removed vendored LICENSE file. * Update LEGAL sections for pub_grub * Merge RubyGems-3.4.4 and Bundler-2.4.4 * Merge RubyGems-3.4.5 and Bundler-2.4.5 Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
parent
fee5b8f263
commit
a22eca8231
105 changed files with 1337 additions and 752 deletions
|
@ -1,9 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
##
|
||||
# RubyGems adds the #gem method to allow activation of specific gem versions
|
||||
# and overrides the #require method on Kernel to make gems appear as if they
|
||||
# live on the <code>$LOAD_PATH</code>. See the documentation of these methods
|
||||
# for further detail.
|
||||
|
||||
module Kernel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue