1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Prepare for 4.3.0 release.

This commit is contained in:
Lucas Mazza 2017-05-10 16:50:40 -03:00
parent a62faa2c82
commit 399774af69
No known key found for this signature in database
GPG key ID: C009F9A6BE4A44CB
5 changed files with 12 additions and 11 deletions

View file

@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
devise (4.2.1)
devise (4.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)

View file

@ -21,10 +21,10 @@ GIT
PATH
remote: ..
specs:
devise (4.2.1)
devise (4.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.1)
railties (>= 4.1.0, < 5.2)
responders
warden (~> 1.2.3)
@ -168,4 +168,4 @@ DEPENDENCIES
webrat (= 0.7.3)
BUNDLED WITH
1.12.6
1.14.6

View file

@ -57,10 +57,10 @@ GIT
PATH
remote: ..
specs:
devise (4.2.1)
devise (4.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.1)
railties (>= 4.1.0, < 5.2)
responders
warden (~> 1.2.3)
@ -143,8 +143,9 @@ GEM
loofah (~> 2.0)
rake (12.0.0)
rdoc (5.1.0)
responders (2.3.0)
railties (>= 4.2.0, < 5.1)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
ruby-openid (2.7.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
@ -188,4 +189,4 @@ DEPENDENCIES
webrat (= 0.7.3)
BUNDLED WITH
1.12.6
1.14.6

View file

@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
devise (4.2.1)
devise (4.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)

View file

@ -1,3 +1,3 @@
module Devise
VERSION = "4.2.1".freeze
VERSION = "4.3.0".freeze
end