rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.11k stars 552 forks source link

New release to fix "File unchanged!" warning? #853

Closed mattbrictson closed 8 months ago

mattbrictson commented 11 months ago

When running rails app:update or when re-running popular installers like turbo:install, users can see scary red warnings like these, even though there is no underlying problem:

File unchanged! Either the supplied flag value not found or the content has already been inserted!

Screenshot 2023-07-19 at 4 46 32 PM

(☝️ rails app:update output)

The underlying issue was raised in #706 and fixed earlier this year in #709. However the fix has not yet been published to rubygems.

Could the maintainers consider pushing a new release soon to address this issue? Thanks!

rafaelfranca commented 8 months ago

Released