scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more

Home Page:https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File.exists? is deprecated in ruby 3.2.0

neocoin opened this issue · comments

commented

@has_modules ||= File.exists?(File.join(@project_root, '.gitmodules'))

Plz change to File.exit?

ref https://bugs.ruby-lang.org/issues/17391

I'm having the same problem here