123456789_123456789_123456789_123456789_123456789_

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

Instance Attribute Summary

Constructor Details

.new(spec) ⇒ IncorrectLockfileDependencies

[ GitHub ]

  
# File 'lib/bundler/errors.rb', line 253

def initialize(spec)
  @spec = spec
end

Instance Attribute Details

#spec (readonly)

[ GitHub ]

  
# File 'lib/bundler/errors.rb', line 251

attr_reader :spec