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

Update 3.2 Gemfile

This commit is contained in:
José Valim 2013-07-26 09:17:35 +02:00
parent 78fedd6c10
commit 7539d31a05

View file

@ -1,11 +1,11 @@
PATH
remote: ..
specs:
devise (3.0.0.rc)
devise (3.0.0)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
warden (~> 1.2.1)
warden (~> 1.2.3)
GEM
remote: https://rubygems.org/
@ -38,7 +38,7 @@ GEM
i18n (= 0.6.1)
multi_json (~> 1.0)
arel (3.0.2)
bcrypt-ruby (3.0.1)
bcrypt-ruby (3.1.1)
builder (3.0.4)
erubis (2.7.0)
faraday (0.8.7)
@ -129,7 +129,7 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.37)
warden (1.2.1)
warden (1.2.3)
rack (>= 1.0)
webrat (0.7.3)
nokogiri (>= 1.2.0)