Thanks so much. That resolved the issue.
On Wednesday, June 6, 2012 8:04:37 AM UTC-7, geemus wrote: > > The bin file will still be available, even after switching versions, but > the dependencies will not be. If you want this to work, after switching to > ruby 1.9.2 you should run `gem install heroku` to install the dependencies, > then everything should work fine. Sorry for the confusion here, since rvm > segregates gems by ruby version I'm not sure there is a great way around > this. > > On Tuesday, June 5, 2012 11:14:45 PM UTC-5, Tj Sherrill wrote: >> >> On the CL when I run a simple "heroku" command it returns: >> >> /Users/tjs/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in >> >> `require': no such file to load -- heroku-api (LoadError) >> from >> /Users/tjs/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in >> >> `require' >> from /Users/tjs/.heroku/client/lib/heroku/auth.rb:5:in `<top (required)>' >> from >> /Users/tjs/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in >> >> `require' >> from >> /Users/tjs/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in >> >> `require' >> from /Users/tjs/.heroku/client/lib/heroku/client.rb:5:in `<top >> (required)>' >> from >> /Users/tjs/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in >> >> `require' >> from >> /Users/tjs/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in >> >> `require' >> from >> /Users/tjs/.rvm/gems/ruby-1.9.2-p290/gems/heroku-2.6.1/lib/heroku.rb:6:in >> `<top (required)>' >> from >> /Users/tjs/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in >> >> `require' >> from >> /Users/tjs/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in >> >> `require' >> from >> /Users/tjs/.rvm/gems/ruby-1.9.2-p290/gems/heroku-2.6.1/bin/heroku:6:in >> `<top (required)>' >> from /Users/tjs/.rvm/gems/ruby-1.9.2-p290/bin/heroku:19:in `load' >> from /Users/tjs/.rvm/gems/ruby-1.9.2-p290/bin/heroku:19:in `<main>' >> >> If I run the same command before setting rvm to use 1.9.2 then I get the >> normal help menu. >> >> I am running heroku version: 2.26.6 , trying to wrap up the setup on a >> new app. any ideas? >> > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en
