Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (= 1.3.5) ruby
Current Bundler version:
bundler (1.5.1)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?
The first time, when suggested, I ran the install as suggested - it upgraded the current version from 1.5.0 to 1.5.1.
Any ideas on how I either get it back to 1.3.5 or complete the upgrade with 1.5.1 installed? This is on my beta box.
Thanks
gem install bundler —version 1.3.5
gem uninstall bundler
Pick the v1.5.1 to uninstall
You may be able to pass the version in.
Try gem install bundler -v 1.3.5
--
---
You received this message because you are subscribed to the Google Groups "Canvas LMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to canvas-lms-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.