bgreg/app_spider_rails

Bundler couldnot find compatible versions for gem "bundler"

Opened this issue · 1 comments

While everything went good, i was not able to access the console due to bundler issue. I tried downgrading the bundler to 1.11.0 and even 1.7.4 , but nothing works.
Can you kindly suggest the solution.

Thanks in advance.

Got it thanx.. As the gemspec tells it needs a bundle version 1.11 . So it is good to install the bundler before hand installing the gem.

gem install bundler -v 1.11

gem build app_spider_rails.gemspec

gem install app_spider_rails-1xxxxx.gem

#./bin/setup

rake spec

#./bin/console

and you get the console working.. Hope it helps someone like me.