Redmine v3 - Bundler installed: 1.9.1 but 1.1.4 shown in errormessage
Added by Hans Meier over 9 years ago
Hey guys,
I just installed a fresh Redmine v3.
When I now want to access it, I get the error message, that my used bundler version is too old (required: 1.5.0, installed: 1.1.4)
The application has exited during startup (i.e. during the evaluation of config/environment.rb). The error message can be found below. To solve this problem, please follow any instructions in the error message. Error message: Redmine requires Bundler 1.5.0 or higher (you're using 1.1.4). Please update with 'gem update bundler'.
Here are some data:
gem --version => 2.4.6
bundler -v => Bundler version 1.9.1
rake --version => rake, version 10.4.2
ruby --version => ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-linux]
Unfortunately I wasn't able to find a proper solution for my problem, yet.
gem update bundler by the way says, that there is nothing to update.
Can you guys please help me?
Best regards!
Replies (1)
RE: Redmine v3 - Bundler installed: 1.9.1 but 1.1.4 shown in errormessage - Added by Beat Schnyder over 9 years ago
Hallo Hans Meier
I had the same problem today, and it was solved by removing the debian bundler package: apt-get remove bundler
After that "ruby bin/rails server -e production" complained about a missing gem "yard", but after the suggested "bundle install" it worked.
It seems that calling bundle from within ruby uses a different bundler ?!
HTH Beat