Exception: Toys::Utils::Gems::GemfileUpdateNeededError

Inherits:
ActivationFailedError show all
Defined in:
core-docs/toys/utils/gems.rb

Overview

Defined in the toys-core gem

Need to add a gem to the bundle.

Instance Method Summary collapse

Constructor Details

#initialize(requirements_text, gemfile_path) ⇒ GemfileUpdateNeededError

Create a GemfileUpdateNeededError.

Parameters:

  • requirements_text (String)

    Gems and versions missing.

  • gemfile_path (String)

    Path to the offending Gemfile.



40
41
42
# File 'core-docs/toys/utils/gems.rb', line 40

def initialize(requirements_text, gemfile_path)
  # Source available in the toys-core gem
end