aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/shared_helpers.rb
diff options
context:
space:
mode:
authorSven Schwyn <schwyn@bitcetera.com>2022-02-09 14:15:54 +0100
committergit <svn-admin@ruby-lang.org>2022-02-10 08:38:09 +0900
commita271acf82284a8ee665686ab6e95df5622f4b1e2 (patch)
tree9229042b860fef057c89f8173b57bedf49978234 /lib/bundler/shared_helpers.rb
parent2cc890d7d3624a17fe023e1a6d7e2e162fd8f4d6 (diff)
downloadruby-a271acf82284a8ee665686ab6e95df5622f4b1e2.tar.gz
[rubygems/rubygems] Fix typo in multiple gemfiles warning
https://github.com/rubygems/rubygems/commit/bc69d19097
Diffstat (limited to 'lib/bundler/shared_helpers.rb')
-rw-r--r--lib/bundler/shared_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/shared_helpers.rb b/lib/bundler/shared_helpers.rb
index e48010232a..8b476c9135 100644
--- a/lib/bundler/shared_helpers.rb
+++ b/lib/bundler/shared_helpers.rb
@@ -141,7 +141,7 @@ module Bundler
end
return unless multiple_gemfiles
message = "Multiple gemfiles (gems.rb and Gemfile) detected. " \
- "Make sure you remove Gemfile and Gemfile.lock since bundler is ignoring them in favor of gems.rb and gems.rb.locked."
+ "Make sure you remove Gemfile and Gemfile.lock since bundler is ignoring them in favor of gems.rb and gems.locked."
Bundler.ui.warn message
end