Exception: Bundler::IncorrectLockfileDependencies
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           BundlerError,
          StandardError | |
| Instance Chain: 
          self,
           BundlerError,
          StandardError | |
| Inherits: | Bundler::BundlerError 
 | 
| Defined in: | lib/bundler/errors.rb | 
Class Method Summary
- .new(spec) ⇒ IncorrectLockfileDependencies constructor
BundlerError - Inherited
Instance Attribute Summary
- #spec readonly
Instance Method Summary
Constructor Details
    .new(spec)  ⇒ IncorrectLockfileDependencies 
  
Instance Attribute Details
#spec (readonly)
[ GitHub ]# File 'lib/bundler/errors.rb', line 269
attr_reader :spec
Instance Method Details
#message
[ GitHub ]# File 'lib/bundler/errors.rb', line 275
def "Bundler found incorrect dependencies in the lockfile for #{spec.full_name}" end