Exception: Bundler::IncorrectLockfileDependencies
- Inherits:
-
BundlerError
- Object
- StandardError
- BundlerError
- Bundler::IncorrectLockfileDependencies
- Defined in:
- lib/bundler/errors.rb
Instance Attribute Summary collapse
-
#spec ⇒ Object
readonly
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(spec) ⇒ IncorrectLockfileDependencies
constructor
A new instance of IncorrectLockfileDependencies.
Methods inherited from BundlerError
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
#spec ⇒ Object (readonly)
Returns the value of attribute spec.
251 252 253 |
# File 'lib/bundler/errors.rb', line 251 def spec @spec end |