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
I'm trying to install the plugin on a redmine 2.5.1 box, but it gives this error (on command : rake redmine:plugins:migrate RAILS_ENV=production) : Redmine::PluginRequirementError: contracts plugin requires a Redmine version between 3.0 and 3.2 but current is 2.5.1.stable
Tried to change init.rb to accept version from 2.5, but got the error : Gem::LoadError: Unable to activate railties-3.2.19, because rdoc-4.0.0 conflicts with rdoc (~> 3.4)
Any idea ?
Thank you for the great work!
The text was updated successfully, but these errors were encountered:
Hey Ivan,
I'm glad you were able to find v1.3.1 for your Redmine 2.5 installation.
The second error you posted about "Unable to activate railties" doesn't seem to be related to the contracts plugin. If you remove this plugin from your installation, and try running Redmine, do you get the same error?
Hey,
I'm trying to install the plugin on a redmine 2.5.1 box, but it gives this error (on command : rake redmine:plugins:migrate RAILS_ENV=production) :
Redmine::PluginRequirementError: contracts plugin requires a Redmine version between 3.0 and 3.2 but current is 2.5.1.stable
Tried to change init.rb to accept version from 2.5, but got the error :
Gem::LoadError: Unable to activate railties-3.2.19, because rdoc-4.0.0 conflicts with rdoc (~> 3.4)
Any idea ?
Thank you for the great work!
The text was updated successfully, but these errors were encountered: