Method: Bundler::CorruptBundlerInstallError#message
- Defined in:
- lib/bundler/errors.rb
permalink #message ⇒ Object
[View source]
257 258 259 260 261 |
# File 'lib/bundler/errors.rb', line 257 def "The running version of Bundler (#{Bundler::VERSION}) does not match the version of the specification installed for it (#{@loaded_spec.version}). " \ "This can be caused by reinstalling Ruby without removing previous installation, leaving around an upgraded default version of Bundler. " \ "Reinstalling Ruby from scratch should fix the problem." end |