Skip to content

WARN: Unresolved specs during Gem::Specification.reset: #33

@arlyxiao

Description

@arlyxiao

code:

require 'forever'

RAILS_ROOT = File.expand_path("..", File.dirname(__FILE__))

Forever.run :fork => true do
  before :each do
    require RAILS_ROOT + '/config/boot' # here the rails/padrino environment
  end

  every 2.seconds do
    p 'hello world'
  end
end

will appear the errors:

WARN: Unresolved specs during Gem::Specification.reset:
thor (>= 0.15.0)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
"hello world"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions