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

error when running "rerun" with bundle 1.14.3 #113

Closed
jeffreycwitt opened this issue Jan 28, 2017 · 1 comment
Closed

error when running "rerun" with bundle 1.14.3 #113

jeffreycwitt opened this issue Jan 28, 2017 · 1 comment

Comments

@jeffreycwitt
Copy link

Just updated bundle and I'm getting the following error when I try to run:

rerun bundle exec thin start

Users/jcwitt/.rvm/gems/ruby-2.2.2/gems/bundler-1.14.3/lib/bundler/rubygems_ext.rb:45:in 'full_gem_path': uninitialized constant Bundler::Plugin::API::Source (NameError)

bundle exec thin start

works just fine without rerun.

Any thoughts?

@alexch
Copy link
Owner

alexch commented Jan 24, 2018

Maybe try bundle exec rerun thin start instead?

Or gem update bundler in all rubies? It looks like Bundler can't find a Bundler class, which indicates that you're getting your gemsets crisscrossed.

@alexch alexch closed this as completed Jan 26, 2018
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

2 participants