mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Release Devise 3.2.0
This commit is contained in:
parent
27bcefcf54
commit
9d872709c0
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
### 3.2.0-dev
|
||||
### 3.2.0
|
||||
|
||||
* enhancements
|
||||
* Previously deprecated token authenticatable and insecure lookups have been removed
|
||||
|
|
|
@ -12,7 +12,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
devise (3.1.0)
|
||||
devise (3.2.0)
|
||||
bcrypt-ruby (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 3.2.6, < 5)
|
||||
|
@ -48,7 +48,7 @@ GEM
|
|||
tzinfo (~> 0.3.37)
|
||||
arel (4.0.0)
|
||||
atomic (1.1.12)
|
||||
bcrypt-ruby (3.1.1)
|
||||
bcrypt-ruby (3.1.2)
|
||||
builder (3.1.4)
|
||||
erubis (2.7.0)
|
||||
faraday (0.8.8)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "3.1.0".freeze
|
||||
VERSION = "3.2.0".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue