laserlemon / figaro

Simple Rails app configuration
MIT License
3.76k stars 288 forks source link

figaro heroku:set => “Could not find command heroku:set” #268

Open Peskoo opened 6 years ago

Peskoo commented 6 years ago

Hi,

When I run : figaro heroku:set -e production and figaro heroku:set I have : Could not find command "heroku:set".

I tried few versions of figaro like : gem 'figaro', '~> 1.1', '>= 1.1.1' gem 'figaro', github: 'sealocal/figaro' gem 'figaro', '>= 1.0.0.rc1' gem 'figaro'

Then : bundle install bundle binstubs figaro figaro install spring stop

but the command is still not found.

Versions: ruby '2.3.5' gem 'rails', '~> 5.1.4'

I've done some search and try a lot of things without find any solution 😢

alex-benoit commented 6 years ago

+1