Top Menu

Jump to content
  • OpenProject
    • View all projects
Home
    • Projects
    • Work packages
    • News
    • Getting started
    • Introduction video
    • Welcome to OpenProject

      Get an overview

      Get a quick overview of project management and team collaboration with OpenProject.
      You can restart this video from the help menu

    • Help and support
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Professional support

    • Additional resources
    • Legal notice
    • Data privacy and security policy
    • 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?
      Create a new account

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
  • Roadmap
  • Work packages
  • Boards
  • Calendar
  • Forums
You are here:
  • Forums
  • Plugins

Content

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

Added by Juan Glez about 5 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. about 5 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...