Exception: Bundler::IncorrectLockfileDependencies

Inherits:
BundlerError
  • Object
show all
Defined in:
lib/bundler/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from BundlerError

all_errors, status_code

Constructor Details

#initialize(spec) ⇒ IncorrectLockfileDependencies

Returns a new instance of IncorrectLockfileDependencies.



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

def initialize(spec)
  @spec = spec
end

Instance Attribute Details

#specObject (readonly)

Returns the value of attribute spec.



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

def spec
  @spec
end