Devise: Support Railties v5.1.0 ?

Created on 29 Apr 2017  ·  2Comments  ·  Source: heartcombo/devise

Hello, I wonder what makes Devise incompatible with Rails version 5.1.0.

I get this error when I try to install the latest Devise with Rails 5.1.0:

Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    devise (~> 4.2.1) was resolved to 4.2.1, which depends on
      railties (< 5.1, >= 4.1.0)

    rails (~> 5.1.0) was resolved to 5.1.0, which depends on
      railties (= 5.1.0)

Most helpful comment

The master branch is compatible with Rails 5.1, however the latest commits introduced a bug. For me this version works:

gem 'devise', github: 'plataformatec/devise', ref: '83002017'

All 2 comments

The master branch is compatible with Rails 5.1, however the latest commits introduced a bug. For me this version works:

gem 'devise', github: 'plataformatec/devise', ref: '83002017'

Yeah, it is supported on master.

Was this page helpful?
0 / 5 - 0 ratings