figaro icon indicating copy to clipboard operation
figaro copied to clipboard

Should do a version bump with that last update

Open gryphonandrook opened this issue 1 year ago • 1 comments
trafficstars

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.

gryphonandrook avatar Sep 30 '24 16:09 gryphonandrook

You can switch to figjam as a dropin replacement (except the heroku integration) which is actively maintained! https://github.com/hlascelles/figjam

hlascelles avatar Dec 16 '24 18:12 hlascelles

@gryphonandrook Thank you for the issue! Figaro 1.3.0 was just released, supporting all modern Ruby and Rails versions.

laserlemon avatar Jun 25 '25 17:06 laserlemon