Kasugaijin's open-source Ruby on Rails production app that enables dog rescue organisation staff in Mexico to post dogs and receive applications for adoption from users in USA and Canada..
I ran into an error when trying to install figaro by running bundle exec install figaro. I then realized that the correct command is bundle exec figaro install.
I ran into an error when trying to install figaro by running
bundle exec install figaro
. I then realized that the correct command isbundle exec figaro install
.