Ok, here’s the solution (thanks to Nitin Verma https://github.com/sstephenson/rbenv/issues/400):
# Rakefile
task :freedom do
Bundler.with_clean_env { sh "heroku" }
end
solved Segmentation Fault preventing Heroku Commands
Ok, here’s the solution (thanks to Nitin Verma https://github.com/sstephenson/rbenv/issues/400):
# Rakefile
task :freedom do
Bundler.with_clean_env { sh "heroku" }
end
solved Segmentation Fault preventing Heroku Commands