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

Prepare for 4.6.1 release

This commit is contained in:
Leonardo Tegon 2019-02-11 11:38:35 -02:00
parent 5be5220e5a
commit 20e299bce0
No known key found for this signature in database
GPG key ID: A2A555407E152BD3
7 changed files with 13 additions and 13 deletions

View file

@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
devise (4.6.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
@ -196,7 +196,7 @@ DEPENDENCIES
rails-controller-testing
rdoc
responders (~> 2.4)
sqlite3
sqlite3 (~> 1.3.6)
timecop
webrat (= 0.7.3)

View file

@ -21,7 +21,7 @@ GIT
PATH
remote: ..
specs:
devise (4.6.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
@ -164,7 +164,7 @@ DEPENDENCIES
omniauth-openid
rails!
rdoc (~> 5.1)
sqlite3
sqlite3 (~> 1.3.6)
test_after_commit
timecop
webrat (= 0.7.3)

View file

@ -57,7 +57,7 @@ GIT
PATH
remote: ..
specs:
devise (4.6.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
@ -186,7 +186,7 @@ DEPENDENCIES
omniauth-openid
rails!
rdoc (~> 5.1)
sqlite3
sqlite3 (~> 1.3.6)
test_after_commit
timecop
webrat (= 0.7.3)

View file

@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
devise (4.6.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
@ -185,7 +185,7 @@ DEPENDENCIES
rails-controller-testing
rdoc
responders (~> 2.1)
sqlite3
sqlite3 (~> 1.3.6)
test_after_commit
timecop
webrat (= 0.7.3)

View file

@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
devise (4.6.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
@ -194,7 +194,7 @@ DEPENDENCIES
rails-controller-testing
rdoc
responders (~> 2.1)
sqlite3
sqlite3 (~> 1.3.6)
test_after_commit
timecop
webrat (= 0.7.3)

View file

@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
devise (4.5.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
@ -207,7 +207,7 @@ DEPENDENCIES
rails-controller-testing
rdoc
responders (~> 2.4)
sqlite3
sqlite3 (~> 1.3.6)
test_after_commit
timecop
webrat (= 0.7.3)

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Devise
VERSION = "4.6.0".freeze
VERSION = "4.6.1".freeze
end