Content
You are here:
Update to the latest gem bundler
Added by Thomas Roder almost 6 years ago
Hi!
Although it appears that it didn't cause any problems, during openproject configure
, I got the following error:
The latest bundler is 2.0.1, but you are currently running 1.15.2.
To update, run `gem install bundler`
Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.17.1).
We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
I executed gem install bundler
and openproject run gem install bundler
, and the install seems to be successful: Successfully installed bundler-2.0.1
.
However, the error persists even after reboot. What did I do wrong?