Bundler version error on upgrade

498 views
Skip to first unread message

Ross Gailer

unread,
Dec 30, 2013, 6:46:17 PM12/30/13
to canvas-l...@googlegroups.com
I am applying the latest upgrade pulled from git.

However, when I run the ‘bundle update’ it complains with the following:

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



Presbyterian Ladies' College Armidale
Locked Bag 5
ARMIDALE NSW 2350
ABN:79 017 381 796
CRICOS provider code: 02295G
Tel:    +61 2 6770 1700 

In the interests of environmental sustainability, PLC is endeavouring to communicate electronically where possible.

The contents of this email are confidential. Any unauthorised use of the contents is expressly prohibited. If you have received this email in error, please advise by telephone (reverse charges) immediately and then delete/destroy the email and any printed copies. Thank you.

Rob Orton

unread,
Dec 30, 2013, 6:56:10 PM12/30/13
to canvas-l...@googlegroups.com
You may be able to pass the version in.
Try gem install bundler -v 1.3.5

Ross Gailer

unread,
Dec 30, 2013, 7:02:01 PM12/30/13
to canvas-l...@googlegroups.com
Thanks for the tip Rob - pointed me in the right direction.

I found that it would only run if the 1.3.5 was installed at the latest version - had to remove the 1.5.1.
gem install bundler —version 1.3.5
gem uninstall bundler
Pick the v1.5.1 to uninstall

All worked after that. 
 
 

On Tuesday, December 31, 2013 10:56:10 AM UTC+11, Rob Orton wrote:
You may be able to pass the version in.
Try gem install bundler -v 1.3.5

Cody Cutrer

unread,
Dec 30, 2013, 7:13:53 PM12/30/13
to canvas-l...@googlegroups.com
Ross,

It's not necessary to uninstall bundler 1.5.1 if you need it for something else on your system. If  you do `bundle _1.3.5_ install`, it will choose the 1.3.5 version. That said, we're working on ensuring Canvas works with 1.5.1, and then will allow it.

Cody Cutrer
Software Engineer
Instructure


--
 
---
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.

Reply all
Reply to author
Forward
0 new messages