Bundler issue -- 1.7.11 required, 1.5.3 installed

112 views
Skip to first unread message

Richard Crawford

unread,
Feb 18, 2015, 5:20:59 PM2/18/15
to canvas-l...@googlegroups.com
Using Ubuntu 14.04 LTS

I'm almost finished installing Canvas on my localhost. However, I'm getting the following error:


rcrawford@blackbeard:/var/canvas
$ sudo /etc/init.d/canvas_init start
Bundler version 1.7.10 is required; you're currently running 1.3.5. Maybe try `gem install bundler -v 1.7.11`, or `gem uninstall bundler -v 1.3.5`.


When I try to install 1.7.11, I get the following:


rcrawford@blackbeard:/var/canvas
$ sudo gem install bundler --version 1.7.11
Successfully installed bundler-1.7.11
1 gem installed
Installing ri documentation for bundler-1.7.11...
Installing RDoc documentation for bundler-1.7.11...


Which seems fine so far. But I get the same error when I try to launch Canvas:


rcrawford@blackbeard:/var/canvas
$ sudo /etc/init.d/canvas_init start
Bundler version 1.7.10 is required; you're currently running 1.3.5. Maybe try `gem install bundler -v 1.7.11`, or `gem uninstall bundler -v 1.3.5`.


But when I try to uninstall 1.5.3..


rcrawford@blackbeard:/var/canvas
$ sudo gem uninstall bundler -v 1.3.5
INFO:  gem "bundler" is not installed



What am I doing wrong? I followed all the instructions on the production page. Help!

Jose Ricardo Suarez

unread,
Feb 19, 2015, 8:55:44 AM2/19/15
to canvas-l...@googlegroups.com
Hi,

If you try to make the following commands, what do you get?

#which bundle
#which bundler
# bundle --version

Have you set any GEM_HOME variable?

Richard Crawford

unread,
Feb 19, 2015, 12:44:28 PM2/19/15
to canvas-l...@googlegroups.com
Actually, I think I got this one figured out by uninstalling all competing versions of Ruby and then installing Ruby 1.9.3. That did the trick. Now I'm having other issues which I need to research.
Reply all
Reply to author
Forward
0 new messages