summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAgrim Mittal <agrimmittal97@gmail.com>2018-03-19 20:39:56 +0530
committerAgrim Mittal <agrimmittal97@gmail.com>2018-07-02 11:00:23 +0530
commita1ec97c39f1d0b7999d886aa9f5f23c76a38095c (patch)
treee01287212633827794006e2880fc6ab0d9caaa5b /lib
parent5683897d2c54c308605ec1fa3b86ab8fd0d16717 (diff)
downloadbundler-a1ec97c39f1d0b7999d886aa9f5f23c76a38095c.tar.gz
Update message description
Diffstat (limited to 'lib')
-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 e31269d672..7ba75fa6f8 100644
--- a/lib/bundler/dsl.rb
+++ b/lib/bundler/dsl.rb
@@ -109,7 +109,7 @@ module Bundler
return if dep.type == :development
raise GemfileError, "You cannot specify the same gem twice with different version requirements.\n" \
"You specified: #{current.name} (#{current.requirement}) and #{dep.name} (#{dep.requirement}). " \
- "You can also update the gem by running `bundle update #{current.name}`"
+ "If you want to update the gem version, run `bundle update #{current.name}`. You may need to change the version requirement specified in the Gemfile if it's too restrictive"
end
else