Content
You are here:
[Cost]Dependency error during installation
Added by Bastien Semene about 10 years ago
Hi,
-
This is a fresh install of OP3.
-
Here is my Gemfile.plugins:
gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "stable"
-
Here is the error message:
Updating https://github.com/finnlabs/openproject-costs.git
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Could not find gem 'openproject-plugins (~> 3.0.8) ruby', which is required by gem 'openproject-costs (>= 0) ruby', in any of the sources.
Any advice on how I can resolve this ?
Replies (2)
Hi Bastien,
for installing plugins in the stable version of OP, you’ll need to add the openproject-plugins gem.
Add this line before “openproject-costs” in your Gemfile.plugins:
@ gem “openproject-plugins”, git: “https://github.com/opf/openproject-plugins.git”, :branch => “stable”@
Note that that plugin has been integrated in dev/18fbd53, thus the plugin is only required for 3.X versions.
Hi Oliver,
Thanks.
I’m newbie to OP, so here is how I found myself blocked while searching :
Now I have Cost plugin up&running, but I had another step to perform which is not documented:
But explicitly said in the production logs:
I think some very basic documentation is missing in the wiki or the OpenProject>>Plugin project page.