In reply to:
@evanphx That worked. Thanks!
/cc @drbrain
@evanphx That worked. Thanks!
/cc @drbrain
@evanphx Shelling out to `heroku pg:pull` from within a Rake task is giving the error.
Running `heroku pg:pull` directly works fine.
@postmodern_mod3
> which heroku
/usr/local/heroku/bin/heroku
> head `which heroku`
#!/usr/local/heroku/ruby/bin/ruby
@evanphx "Your Ruby version is 1.9.3, but your Gemfile specified 2.3.0"
I’m running Ruby 2.3.0 (chruby).
In a Rake task I shell out to the @heroku CLI. It uses its own Ruby 1.9.3.
So, it fails.
Any ideas?