Project

General

Profile

After updating to Redmine 5.1.1, a problem appeared with duplication of gems

Added by Evgeniy Lev 3 months ago

Environment:
Redmine version 5.1.1.stable
Ruby version 3.0.2-p107 (2021-07-07) [x86_64-linux-gnu]
Rails version 6.1.7.6
Environment production
Database adapter PostgreSQL
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp
Redmine settings:
Redmine theme Default
SCM:
Filesystem
Redmine plugins:

I installed clean Ubuntu 22.04.3, on which I deployed Redmine 5.1.1, installed the “redmine_budgets” plugin - no errors, everything was fine. Installed the following plugin “redmine_agile”. When running bundle install the following message appears:
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
Remove any duplicate entries and specify the gem only once.
While it's not a problem now, it could cause errors if you change the version of one of them later.
Bundle complete! 43 Gemfile dependencies, 105 gems now installed.
Bundled gems are installed into `./vendor/bundle`

This message scares me... I can’t understand where the duplicate gems come from and how to solve this issue.

I would be grateful to anyone who can help.