Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. 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...