Content
Problem installing openproject-costs plugin
Added by Denis Lamotte almost 11 years ago
Hi
i’ve the following setup in Gemfile.plugins
gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.git”, :branch => “dev”
gem “openproject-meeting”, git: “https://github.com/finnlabs/openproject-meeting.git”, :branch => “dev”
gem “openproject-backlogs”, git: “https://github.com/finnlabs/openproject-backlogs.git”, :branch => “dev”
gem “pdf-inspector”, “~>1.0.0”
gem “openproject-global_roles”, git: “https://github.com/finnlabs/openproject-global_roles.git”, :branch => “dev”
gem “openproject-costs”, git: “https://github.com/finnlabs/openproject-costs.git”, :branch => “dev”
gem “prawn”
but when i try to install it (bundle install) i receive the following error:
Bundler could not find compatible versions for gem “openproject-plugins”:
In Gemfile:
openproject-costs (>= 0) ruby depends on
openproject-plugins (~> 1.0.6) ruby
openproject-plugins (1.0.4)
i follow he instruction on https://github.com/finnlabs/openproject-costs/readme , so there are maybe something i missed :-)
Replies (1)
Hi Denis,
try
bundle update --source=openproject-plugins
to get the latest version of the plugin
Best
Ratzi