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:
parent
d02ea3153b
commit
b6089145c1
3 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -18,7 +18,7 @@ platforms :ruby do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "warden", "0.10.7"
|
gem "warden", "1.0.0"
|
||||||
gem "webrat", "0.7.0"
|
gem "webrat", "0.7.0"
|
||||||
gem "mocha", :require => false
|
gem "mocha", :require => false
|
||||||
gem "bcrypt-ruby", :require => "bcrypt"
|
gem "bcrypt-ruby", :require => "bcrypt"
|
||||||
|
|
|
@ -100,7 +100,7 @@ GEM
|
||||||
treetop (1.4.8)
|
treetop (1.4.8)
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
tzinfo (0.3.23)
|
tzinfo (0.3.23)
|
||||||
warden (0.10.7)
|
warden (1.0.0)
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
weakling (0.0.4-java)
|
weakling (0.0.4-java)
|
||||||
webrat (0.7.0)
|
webrat (0.7.0)
|
||||||
|
@ -124,5 +124,5 @@ DEPENDENCIES
|
||||||
rails (= 3.0.0)
|
rails (= 3.0.0)
|
||||||
ruby-debug (>= 0.10.3)
|
ruby-debug (>= 0.10.3)
|
||||||
sqlite3-ruby
|
sqlite3-ruby
|
||||||
warden (= 0.10.7)
|
warden (= 1.0.0)
|
||||||
webrat (= 0.7.0)
|
webrat (= 0.7.0)
|
||||||
|
|
2
Rakefile
2
Rakefile
|
@ -46,7 +46,7 @@ begin
|
||||||
s.authors = ['José Valim', 'Carlos Antônio']
|
s.authors = ['José Valim', 'Carlos Antônio']
|
||||||
s.files = root_files + FileList["{app,config,lib}/**/*"]
|
s.files = root_files + FileList["{app,config,lib}/**/*"]
|
||||||
s.extra_rdoc_files = root_files
|
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")
|
s.add_dependency("bcrypt-ruby", "~> 2.1.2")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue