metanorma / metanorma-cli

CLI (Command Line Interface) for Metanorma
BSD 2-Clause "Simplified" License
5 stars 5 forks source link

fix: replace File.exists? with File.exist? #296

Closed CAMOBAP closed 1 year ago

CAMOBAP commented 1 year ago

File.exists? removed in Ruby 3.2

@ronaldtse should we add ruby 3.2 to our test matrices?

ronaldtse commented 1 year ago

@CAMOBAP yea we should add 3.2 across all our gems. Thanks!