mbryzek / schema-evolution-manager

Schema Evolution Manager makes it very simple for engineers to contribute schema changes to a postgresql database, managing the schema evolutions as proper source code. Schema changes are deployed as gzipped tarballs named with the corresponding git tag.
Apache License 2.0
268 stars 47 forks source link

Fix compatibility with Ruby 3.2 #71

Closed dawidd6 closed 1 year ago

dawidd6 commented 1 year ago

File.exists? was deprecated recently, with Ruby 3.2.0 release.

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

pelder-lumenix commented 1 year ago

+1 for merging this.

mbryzek commented 1 year ago

Thanks! this is merged and version 0.9.47 released