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

bundle error for iron_worker_ng 1.0.4 #163

Open
fred opened this issue Nov 20, 2013 · 4 comments
Open

bundle error for iron_worker_ng 1.0.4 #163

fred opened this issue Nov 20, 2013 · 4 comments

Comments

@fred
Copy link

fred commented Nov 20, 2013

Im getting this error when I upload a new ruby worker:

/task/__gems__/gems/bundler-1.4.0.rc.1/lib/bundler/runtime.rb:34:in `block in setup': You have already activated iron_worker_ng 1.0.2, but your Gemfile requires iron_worker_ng 1.0.4. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)
    from /task/__gems__/gems/bundler-1.4.0.rc.1/lib/bundler/runtime.rb:19:in `setup'
    from /task/__gems__/gems/bundler-1.4.0.rc.1/lib/bundler.rb:119:in `setup'
    from /task/__gems__/gems/bundler-1.4.0.rc.1/lib/bundler/setup.rb:17:in `<top (required)>'
    from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /task/__builder__.rb:45:in `<top (required)>'
    from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from __runner__.rb:213:in `<main>'

Currently I cant upload any workers because of this error.

@fred
Copy link
Author

fred commented Dec 19, 2013

Getting this error when uploading new worker:

/task/__gems__/gems/bundler-1.5.0.rc.1/lib/bundler/runtime.rb:34:in `block in setup': You have already activated rest 2.6.3, but your Gemfile requires rest 2.6.5. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)
    from /task/__gems__/gems/bundler-1.5.0.rc.1/lib/bundler/runtime.rb:19:in `setup'
    from /task/__gems__/gems/bundler-1.5.0.rc.1/lib/bundler.rb:119:in `setup'
    from /task/__gems__/gems/bundler-1.5.0.rc.1/lib/bundler/setup.rb:17:in `<top (required)>'
    from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /task/__builder__.rb:45:in `<top (required)>'
    from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from __runner__.rb:213:in `<main>'

@jawgardner
Copy link

Me too.

@treeder
Copy link
Contributor

treeder commented Jan 20, 2014

Can you post your .worker file?

@treeder
Copy link
Contributor

treeder commented Jan 20, 2014

Sounds like you need to do a bundle update to update your Gemfile to the right version.

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

3 participants