Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
arlyxiao opened this issue Feb 2, 2015 · 0 comments
Open

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

arlyxiao opened this issue Feb 2, 2015 · 0 comments

Comments

@arlyxiao
Copy link

arlyxiao commented Feb 2, 2015

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant