diff options
author | Agrim Mittal <agrimmittal97@gmail.com> | 2018-03-19 20:39:56 +0530 |
---|---|---|
committer | Agrim Mittal <agrimmittal97@gmail.com> | 2018-07-02 11:00:23 +0530 |
commit | a1ec97c39f1d0b7999d886aa9f5f23c76a38095c (patch) | |
tree | e01287212633827794006e2880fc6ab0d9caaa5b /lib | |
parent | 5683897d2c54c308605ec1fa3b86ab8fd0d16717 (diff) | |
download | bundler-a1ec97c39f1d0b7999d886aa9f5f23c76a38095c.tar.gz |
Update message description
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bundler/dsl.rb | 2 |
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 |