I encountered the same issue today with a suggestion:
Prepending bundle exec
to your command may solve this.
Prepending bundle exec didn't help (I was doing that already).
spring stop & spring restart did not help.
I need to do : bundle update spring that works for me.
is there any better solution to fix using the spring version in previous gemlock file?
I delete gemfile.lock
and run bundle
that usually clears things up.
Otherwise just remove gem "spring"
from Gemfile
and run bundle
In my case I fixed this issue by running this command
bundle update spring
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With