Skip to content

Instantly share code, notes, and snippets.

@nurey
Created March 1, 2013 15:04
Show Gist options
  • Save nurey/5065223 to your computer and use it in GitHub Desktop.
Save nurey/5065223 to your computer and use it in GitHub Desktop.
qua:irs ilia$ bundle exec rake figaro:heroku[irs] --trace
** Invoke figaro:heroku (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute figaro:heroku
/Users/ilia/.rvm/gems/ruby-2.0.0-p0@irs/gems/bundler-1.3.0/lib/bundler/definition.rb:361:in `validate_ruby!': Your Ruby version is 1.9.3, but your Gemfile specified 2.0.0 (Bundler::RubyVersionMismatch)
from /Users/ilia/.rvm/gems/ruby-2.0.0-p0@irs/gems/bundler-1.3.0/lib/bundler.rb:116:in `setup'
from /Users/ilia/.rvm/gems/ruby-2.0.0-p0@irs/gems/bundler-1.3.0/lib/bundler/setup.rb:17:in `<top (required)>'
from /usr/local/heroku/ruby/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/local/heroku/ruby/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/Users/ilia/.rvm/gems/ruby-2.0.0-p0@irs/gems/bundler-1.3.0/lib/bundler/definition.rb:361:in `validate_ruby!': Your Ruby version is 1.9.3, but your Gemfile specified 2.0.0 (Bundler::RubyVersionMismatch)
from /Users/ilia/.rvm/gems/ruby-2.0.0-p0@irs/gems/bundler-1.3.0/lib/bundler.rb:116:in `setup'
from /Users/ilia/.rvm/gems/ruby-2.0.0-p0@irs/gems/bundler-1.3.0/lib/bundler/setup.rb:17:in `<top (required)>'
from /usr/local/heroku/ruby/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/local/heroku/ruby/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
@laserlemon
Copy link

What's your gemfile look like? And your application.yml?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment