alexch / rerun

Restarts an app when the filesystem changes. Uses growl and FSEventStream if on OS X.
Other
981 stars 79 forks source link

error when running "rerun" with bundle 1.14.3 #113

Closed jeffreycwitt closed 6 years ago

jeffreycwitt commented 7 years ago

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 commented 6 years ago

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.