After executing - "bundle install" I get the following error:
bundle install
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.
Your Gemfile lists the gem vcard (>= 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.
Fetching https://github.com/moiristo/deep_cloneable.git
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Could not find compatible versions
Because every version of deep_cloneable depends on activerecord >= 3.1.0, < 6
and rails >= 6.1.7.4, < 7.0.0.alpha1 depends on activerecord = 6.1.7.4,
every version of deep_cloneable is incompatible with rails >= 6.1.7.4, < 7.0.0.alpha1.
So, because Gemfile depends on rails = 6.1.7.4
and Gemfile depends on deep_cloneable >= 0,
version solving has failed.
My Redmine data:
After executing - "bundle install" I get the following error:
Please help to solve the problem