abahgat / redmine_didyoumean

A Redmine plugin to search for possible duplicates when users are about to open new issues.
Other
67 stars 46 forks source link

Dependency issue with Redmine 3.2.3 #81

Closed col-panic closed 6 years ago

col-panic commented 8 years ago

When installing with redmine 3.2.3 i get the following error

You have requested:
  rake ~> 10.1.1

The bundle currently has rake locked at 11.2.2.
Try running `bundle update rake`

If you are updating multiple gems in your Gemfile at once,
try passing them all to `bundle update`
Run `bundle install` to install missing gems.
rbugajewski commented 6 years ago

Try to run bundle update rake inside your Redmine directory as the message suggests.

samapico commented 6 years ago

For Redmine 3.4.3, I had to change the version numbers directly in the Gemfile to make it work. I changed rake from 10.1.1 to 12.2.1, and mysql2 from 0.3.11 to 0.4.6.

col-panic commented 6 years ago

Nice! I just adapted Gemfile to fit for the version requested by 3.2.3 and it works without any problem :)