aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
authorDavid Stosik <david.stosik+git-noreply@gmail.com>2019-08-15 14:47:57 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-18 13:43:59 +0900
commita02dbcecb15bff9c2a21f5d5e021707a3b150a57 (patch)
tree91a9e8df23bed604262630d22c97bdfb178a8c2e /lib/bundler
parent3ecb5125c62bf68a7b74c5c48c659c0d165e624f (diff)
downloadruby-a02dbcecb15bff9c2a21f5d5e021707a3b150a57.tar.gz
[bundler/bundler] Bundler displays a duplicate gem entries warning even if gems only appear once per group
https://github.com/bundler/bundler/commit/d18a83109e
Diffstat (limited to 'lib/bundler')
-rw-r--r--lib/bundler/dsl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/dsl.rb b/lib/bundler/dsl.rb
index 534c9b5537..cc23f9b389 100644
--- a/lib/bundler/dsl.rb
+++ b/lib/bundler/dsl.rb
@@ -128,7 +128,7 @@ module Bundler
else
Bundler.ui.warn "Your Gemfile lists the gem #{current.name} (#{current.requirement}) more than once.\n" \
"You should probably keep only one of them.\n" \
- "Remove any duplicate entries and specify the gem only once (per group).\n" \
+ "Remove any duplicate entries and specify the gem only once.\n" \
"While it's not a problem now, it could cause errors if you change the version of one of them later."
end