sds / overcommit

A fully configurable and extendable Git hook manager
MIT License
3.92k stars 280 forks source link

Explicitly delegate encoding keyword arguments to File.read (Issue #829) #830

Closed fulf closed 8 months ago

fulf commented 8 months ago

Makes RailsSchemaUpToDate pre-commit hook compatible with Ruby 3. Fixes #829.

sds commented 8 months ago

Merged in #833. Thanks!