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. Error Gemfile.plugins: Bundler could not find compatible versions for gem "rails"

Error Gemfile.plugins: Bundler could not find compatible versions for gem "rails"

Added by Juan Glez over 9 years ago

[openproject@localhost openproject]$ bundle install
Updating git://github.com/finnlabs/awesome_nested_set.git
Updating git://github.com/why-el/svg-graph.git
Updating https://github.com/finnlabs/rack-protection.git
Updating https://github.com/finnlabs/transactional_lock.git
Updating https://github.com/rails/prototype-rails.git
Updating https://github.com/rails/prototype_legacy_helper.git
Updating https://github.com/rspec/rspec-activemodel-mocks
Updating https://github.com/finnlabs/rspec-example_disabler.git
Updating git://github.com/goodwill/capybara-select2.git
Updating https://github.com/opf/openproject-translations.git
Updating https://github.com/opf/openproject-plugins.git
Updating https://github.com/finnlabs/openproject-meeting.git
Updating https://github.com/finnlabs/openproject-pdf_export.git
Updating https://github.com/finnlabs/openproject-backlogs.git
Fetching gem metadata from https://rubygems.org/……..
Fetching version metadata from https://rubygems.org/…
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies…………………….
Bundler could not find compatible versions for gem “rails”:
In Gemfile:
openproject-backlogs (>= 0) ruby depends on
rails (~> 4.2.4) ruby

openproject-backlogs (>= 0) ruby depends on
rails (~> 4.2.4) ruby

openproject-backlogs (>= 0) ruby depends on
rails (~> 4.2.4) ruby

openproject-plugins (>= 0) ruby depends on
rails (~> 4.1.11) ruby

openproject-translations (>= 0) ruby depends on
rails (~> 4.2.3) ruby

prototype-rails (>= 0) ruby depends on
rails (~> 4.0) ruby

rails (= 4.2.4) ruby


Replies (1)

RE: Error Gemfile.plugins: Bundler could not find compatible versions for gem "rails" - Added by Philipp K. over 9 years ago

Try another branch like stable, dev or release.
I got the same problem with reporting_engine solved by using “release/1.1”.

I also have updated, uninstalled and installed rails using http://stackoverflow.com/questions/16164697/uninstall-rails-completely.
Maybe this helps for you.

- Philipp

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