bundle install will not run
I'm banging my head against the wall here, what am I doing wrong here?
I have removed the app and the gems involved several times but am not getting anywhere. Can someone please help.
Gem::Exception: Cannot load gem at [/usr/local/lib/ruby/gems/1.9.1/cache/rake-10.0.2.gem] in /home/##/rails_apps/tickets
An error occurred while installing rake (10.0.2), and Bundler cannot continue.
Make sure that `gem install rake -v '10.0.2'` succeeds before bundling.
##@###.org [~/rails_apps]# gem install rake -v '10.0.2'
Fetching: rake-10.0.2.gem (100%)
Successfully installed rake-10.0.2
1 gem installed
Installing ri documentation for rake-10.0.2...
Installing RDoc documentation for rake-10.0.2...
##@###.org [~/rails_apps]# bundle install
Could not locate Gemfile
##@###.org [~/rails_apps]# cd tickets
##@###.org [~/rails_apps/tickets]# bundle install
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/..
Gem::Exception: Cannot load gem at [/usr/local/lib/ruby/gems/1.9.1/cache/rake-10.0.2.gem] in /home/###/rails_apps/tickets
An error occurred while installing rake (10.0.2), and Bundler cannot continue.
Make sure that `gem install rake -v '10.0.2'` succeeds before bundling.
##@###.org [~/rails_apps/tickets]#
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Eric Hodel on 25 Nov, 2012 12:17 AM
You will need to file a ticket with bundler support. Tickets here are for help with RubyGems but you have demonstrated that you can
gem install rakejust fine.Eric Hodel closed this discussion on 25 Nov, 2012 12:17 AM.