mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 17:14:01 +02:00
Merge RubyGems-3.4.10 and Bundler-2.4.10 (#7479)
* Merge RubyGems-3.4.7 and Bundler-2.4.7 * Merge RubyGems-3.4.8 and Bundler-2.4.8 * Skip failing test on MSWin * Merge RubyGems-3.4.9 and Bundler-2.4.9 * Merge RubyGems-3.4.10 and Bundler-2.4.10 --------- Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
parent
f8c775cb41
commit
c3c461c4ff
179 changed files with 2882 additions and 469 deletions
|
@ -3,7 +3,7 @@ require_relative "../command"
|
|||
|
||||
class Gem::Commands::HelpCommand < Gem::Command
|
||||
# :stopdoc:
|
||||
EXAMPLES = <<-EOF.freeze
|
||||
EXAMPLES = <<-EOF
|
||||
Some examples of 'gem' usage.
|
||||
|
||||
* Install 'rake', either from local directory or remote server:
|
||||
|
@ -52,7 +52,7 @@ Some examples of 'gem' usage.
|
|||
gem update --system
|
||||
EOF
|
||||
|
||||
GEM_DEPENDENCIES = <<-EOF.freeze
|
||||
GEM_DEPENDENCIES = <<-EOF
|
||||
A gem dependencies file allows installation of a consistent set of gems across
|
||||
multiple environments. The RubyGems implementation is designed to be
|
||||
compatible with Bundler's Gemfile format. You can see additional
|
||||
|
@ -229,7 +229,7 @@ default. This may be overridden with the :development_group option:
|
|||
|
||||
EOF
|
||||
|
||||
PLATFORMS = <<-'EOF'.freeze
|
||||
PLATFORMS = <<-'EOF'
|
||||
RubyGems platforms are composed of three parts, a CPU, an OS, and a
|
||||
version. These values are taken from values in rbconfig.rb. You can view
|
||||
your current platform by running `gem environment`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue