Dependencies problem with several redmineup plugins

0

Desarrollo NNTT
Added 3 months ago

Hi.

I have a docker installation of redmine with several redmineup (light) plugins, and when I updated Redmine to latest version (5.1.1-stable) redmine_contacts gives me a recursive dependencies problem with redmine_crm gem.

These are the plugins and versions I have installed:

  • Redmine Agile plugin (light version) v1.6.6
  • Redmine Checklists plugin (Light version) v3.1.22
  • Redmine People plugin (Light version) v1.6.5
  • Redmine Resources plugin (Light version) v2.0.0
  • Redmine Tags plugin (Light version) v2.0.13

All of these work perfectly with my installation. The resulting redmine_crm gem dependency installed version is v0.0.63.

BUT when I try to install version 4.4.0 of Redmine CRM plugin (light version), Redmine crashes because it uninstalls version v0.0.63 of redmine_crm installing instead v0.0.23.
I've been making some tests and it seems that the problem is an incompatibility between these gems:

  • redmine_crm , required by all the installed plugins. This gem requires liquid < 2.6.4
  • redmineup , required by the CRM plugin. This other gem requires liquid > 4.0, < 5.0

The result is that to satisfy both dependencies, bundler tries to lower redmine_crm to v0.0.23, making all the other plugins unusable.

Answers (1)

0

Dimitar Chervenakov
Added 18 days ago

Hi,

This is Dimitar from the RedmineUP Support team here. This problem will be solved when you update all your RedmineUP plugins to the latest versions. It is a problem based on the moving from the redmine_crm gem to the redmineup gem. If you still have problems after updating all the plugins then just contact us at and or support engineer will help you solving the problem. Thanks.

    (1-1/1)