You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an existing app with pliny 0.25.0. When I run pliny-update I get an error as following:
$ cat Gemfile.lock | grep pliny
pliny (0.25.0)
$ pliny-update
Updating from 0.25.0 to 0.25.1...
error: unrecognized input
Pliny update applied. Please review the changes staged for
commit, and consider applying the diff in .rej files manually.
You can then remove these files with `git clean -f`.
Nothing has changed in code after running pliny-update, including Gemfile.lock.
The text was updated successfully, but these errors were encountered:
I think that the end result you're seeing is what should happen, even though there's an error there. I think there's room for the updater to account for empty patches and indicate that.
Does this feel like a fair assessment of what's happening?
I have an existing app with pliny 0.25.0. When I run
pliny-update
I get an error as following:Nothing has changed in code after running
pliny-update
, including Gemfile.lock.The text was updated successfully, but these errors were encountered: