Open LeeCrey opened 1 year ago
Can you please include it in the new release? It makes automatic configuration of rails projects quite anoying.
@CuddlyBunion341 it's not updated on rubygems but you can pull it directly from github by using this line in your Gemfile:
gem "figaro", git: "https://github.com/laserlemon/figaro"
Thanks for the reply, @iscott! I noticed that #294 was merged this April, and I wanted to know when the next release of this Ruby gem will be, even though the temporary solution with the explicit git path works fine at the moment.
cli/install.rb:22 in ignore_configuration: undefined method exists? For file:Class (NoMethodError)
if File.exists?(".gitignore")
Rails v 7.+