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

Bump to dev version

This commit is contained in:
José Valim 2016-01-18 15:22:00 +01:00
parent 4ec7dc0f27
commit 52b1ca2d80
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
devise (3.5.3)
devise (4.0.0.pre.dev)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.1)
@ -140,8 +140,8 @@ GEM
rake (10.4.2)
rdoc (4.2.0)
json (~> 1.4)
responders (2.1.0)
railties (>= 4.2.0, < 5)
responders (2.1.1)
railties (>= 4.2.0, < 5.1)
ruby-openid (2.7.0)
sprockets (3.5.2)
concurrent-ruby (~> 1.0)

View file

@ -1,3 +1,3 @@
module Devise
VERSION = "3.5.3".freeze
VERSION = "4.0.0-dev".freeze
end