Started getting this error yesterday:
You have already activated uri 0.13.0, but your Gemfile requires uri 0.13.1. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError)
Using deploy v2.0.5-beta also tested it on the default deploy 2 with same error.
1 Like
I’m running into the same error.
Hello,
Just heard back from support. This worked for me, adding this to the config:
before_deploy:
- yes | gem update --system --force
- gem install bundler
- gem install uri
- gem install logger
Hello,
We have changed the code to the example you mentioned and in the next release we see the following error:
You have already activated uri 0.13.1, but your Gemfile requires uri 0.13.0. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError)
So now it tells me that it requires uri versio 0.13.0 instead of 0.13.1, the opposite of the initial one.
I hope you can help me
I’m not sure, you might try taking it out. But that’s been working for us. It’s what the Travis support suggested so you might want to try emailing them to see why it’s not working your case.