laserlemon / figaro

Simple Rails app configuration
MIT License
3.77k stars 287 forks source link

run 'figaro heroku:set -e production` can't work #261

Open xianliu18 opened 7 years ago

xianliu18 commented 7 years ago

Users/xxx/.rvm/gems/ruby-2.3.1/gems/figaro-1.1.1/lib/figaro/cli/task.rb:28:in 'system':no implicit conversion of Hash into String (TypeError)

timcheadle commented 7 years ago

I had a similar issue. Check your application.yml configuration; I bet you have something set to a hash instead of a string value.