Closed
Description
Problem:
next_rails
requires actionview
, of which the minimum attainable version is 4.1.0: https://rubygems.org/gems/actionview/versions
In this version, it depends on activesupport
version 4.1.2rc:
Bundler could not find compatible versions for gem "activesupport":
In snapshot (Gemfile.lock):
activesupport (= 3.2.22.5)
In Gemfile:
actionview (~> 4.1) was resolved to 4.1.2.rc1, which depends on
activesupport (= 4.1.2.rc1)
rails (= 3.2.22.5) was resolved to 3.2.22.5, which depends on
activesupport (= 3.2.22.5)
As a result, next_rails
cannot be used for Rails 3 upgrade projects.
Metadata
Metadata
Assignees
Labels
No labels