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

Warden 1.0! :mantears:

This commit is contained in:
José Valim 2010-09-24 13:39:26 +02:00
parent d02ea3153b
commit b6089145c1
3 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ platforms :ruby do
end
end
gem "warden", "0.10.7"
gem "warden", "1.0.0"
gem "webrat", "0.7.0"
gem "mocha", :require => false
gem "bcrypt-ruby", :require => "bcrypt"

View file

@ -100,7 +100,7 @@ GEM
treetop (1.4.8)
polyglot (>= 0.3.1)
tzinfo (0.3.23)
warden (0.10.7)
warden (1.0.0)
rack (>= 1.0.0)
weakling (0.0.4-java)
webrat (0.7.0)
@ -124,5 +124,5 @@ DEPENDENCIES
rails (= 3.0.0)
ruby-debug (>= 0.10.3)
sqlite3-ruby
warden (= 0.10.7)
warden (= 1.0.0)
webrat (= 0.7.0)

View file

@ -46,7 +46,7 @@ begin
s.authors = ['José Valim', 'Carlos Antônio']
s.files = root_files + FileList["{app,config,lib}/**/*"]
s.extra_rdoc_files = root_files
s.add_dependency("warden", "~> 0.10.7")
s.add_dependency("warden", "~> 1.0.0")
s.add_dependency("bcrypt-ruby", "~> 2.1.2")
end