When I'm trying to open gem I get an additional line: Found no changes, using resolution from the lockfile
I cannot figure it out the origin of this.
When running bundle show --paths from the terminal there is no such thing.
A quick fix I made is smithing like:
dirs.shift() if dirs[0].startsWith("Found no changes")
...
When I'm trying to open gem I get an additional line:
Found no changes, using resolution from the lockfileI cannot figure it out the origin of this.
When running
bundle show --pathsfrom the terminal there is no such thing.A quick fix I made is smithing like:
...