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

Plugins
  1. OpenProject
  2. Forums
  3. Plugins
  4. Your Ruby version is 2.1.0, but your Gemfile specified 2.1.5

Your Ruby version is 2.1.0, but your Gemfile specified 2.1.5

Added by David Yang about 10 years ago

Hi, new to Openproject. I’m trying to install the openproject-global-roles plugin https://github.com/finnlabs/openproject-global_roles so any user can create a new project without having to be assigned a role by the admin and I’m getting the following error:

Your Ruby version is 2.1.0, but your Gemfile specified 2.1.5

Not too familiar with Ruby installs, but how do I upgrade Ruby to 2.1.5 if I’m running openproject 4.0.8 packager.io package? It’s on CentOS 6.5.

Thanks


Replies (1)

RE: Your Ruby version is 2.1.0, but your Gemfile specified 2.1.5 - Added by Jonas Heinrich (Finn) about 10 years ago

Hi David,

the packager installation brings it own Ruby as a Heroku buildpackage. It is somewhat encapsulated but you can use with openproject run, e.g. openproject run ruby -v. I just checked and the ruby version delivered with OpenProject 4.0.8 should be 2.1.5.

If you want to run migrations, use the encapsulated Ruby, too: openproject run bundle exec rake db:migrate.

I hope that helps. :)

Best,

Jonas

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