mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 14:58:05 -05:00
Warden 1.0! :mantears:
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user