You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While upgrading to Redmine 2.4 there's a conflict around Capybara: backlogs plugin needs version 2.0.3 , whereas new Rails require newer versions. This causes conflict when runing bundle upgrade rails. Workaround/hack: comment out offending line in gemfile (it spoils the tests, but it got me through).
The text was updated successfully, but these errors were encountered:
I was planning my v2.4 upgrade, thanks for the heads-up!. l'm Sure this will help a lot of people avoid the headache while still keeping Backlogs running on the latest release (until Backlogs is updated too).
While upgrading to Redmine 2.4 there's a conflict around Capybara: backlogs plugin needs version 2.0.3 , whereas new Rails require newer versions. This causes conflict when runing bundle upgrade rails. Workaround/hack: comment out offending line in gemfile (it spoils the tests, but it got me through).
The text was updated successfully, but these errors were encountered: