figaro
figaro copied to clipboard
Should do a version bump with that last update
the change in lib/figaro/cli/install.rb to drop the s off File.exists? should warrant a version bump, as I have multiple apps that use Figaro and with the version remaining 1.2.0 my apps using ruby 3 get a conflict and I have to specify the commit reference to get it to install correctly, which means I may miss future updates to Figaro because I'm locking it to a commit.
Just some food for thought.
You can switch to figjam as a dropin replacement (except the heroku integration) which is actively maintained! https://github.com/hlascelles/figjam
@gryphonandrook Thank you for the issue! Figaro 1.3.0 was just released, supporting all modern Ruby and Rails versions.