backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

Support Redmine 2.4.5 #1051

Open mikoto20000 opened 10 years ago

mikoto20000 commented 10 years ago

Fail install RM 2.4.5. Redmine 2.4.5 use just nokogiri 2.6.0. So ,Gemfile should be

if (redmine_version_major == 2 && redmine_version_minor == 3) -gem "nokogiri", "< 1.6.0" +gem "nokogiri","1.6.0" else

regards,