Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Problem installing openproject-costs plugin

Problem installing openproject-costs plugin

Added by Denis Lamotte over 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)

RE: Problem installing openproject-costs plugin - Added by Christian Ratz over 11 years ago

Hi Denis,

try

bundle update --source=openproject-plugins

to get the latest version of the plugin

Best
Ratzi

  • (1 - 1/1)
Loading...