laserlemon / figaro

Simple Rails app configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

xianliu18 opened this issue · comments

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)

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