Project

General

Profile

error: You must use Bundler 2 or greater with this lockfile

Added by Max Gangl about 2 years ago

Hi @all,

I'm currently trying to setup redmine on plesk with ruby. So far so good, I just followed the manual for setup, and starting the test on port 3000 works quite well.

Now my problem is that entering the webpage on testdomain.com a Phusion Passenger(R) error page is showing up. Encountering the error.log file shows the following message:

Could not spawn process for application /var/www/vhosts/rm.innovation.at/httpdocs: The application encountered the following error:
You must use Bundler 2 or greater with this lockfile. (Bundler::LockfileError)
Error ID: dfe03138

I also tried another updates on gem and on bundler... and in the gemfile.lock it was BUNDLED with 2.3.10

Version overview:

RUBY VERSION
ruby 2.7.0p0

Bundler version 2.3.10 (2022-03-23 commit 4bbb70e7de)

Redmine V4.2.4

If you need more information please let me know!

Thank you in advance.