"rake aborted! no such file to load -- options" error when running rake sunspot:reindex
jamiebuchanan opened this issue · 1 comments
This error occurs when using 'progress_bar' and 'terminitor' gems at the same time as they both have a dependency on the 'highline' gem, but with different version requirements.
Bundler could not find compatible versions for gem "highline":
In Gemfile:
progress_bar (>= 0) ruby depends on
highline (~> 1.6.1) ruby
terminitor (~> 0.6.1) ruby depends on
highline (1.5.2)
You might try lowering the requirement for progress_bar, and seeing if it still runs and all the tests pass, or asking the maintainers of terminitor to update their requirement. I don't know if I'm using anything specific to 1.6 in highline.
On Wednesday, February 8, 2012 at 5:13 AM, Jamie Buchanan wrote:
This error occurs when using 'progress_bar' and 'terminitor' gems at the same time as they both have a dependency on the 'highline' gem, but with different version requirements.
Bundler could not find compatible versions for gem "highline":
In Gemfile:progress_bar (>= 0) ruby depends on
highline (~> 1.6.1) rubyterminitor (~> 0.6.1) ruby depends on
highline (1.5.2)
Reply to this email directly or view it on GitHub:
#9