Content
Error Gemfile.plugins: Bundler could not find compatible versions for gem "rails"
Added by Juan Glez about 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)
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