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

Depends on warden 0.10.5.

This commit is contained in:
José Valim 2010-05-20 01:23:51 +02:00
parent c8ec42a41c
commit 0150fddb4c
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ source "http://gemcutter.org"
# Need to install Rails from source
gem "rails", :path => "../rails"
gem "warden", "0.10.3"
gem "warden", "0.10.5"
gem "sqlite3-ruby"
gem "webrat", "0.7"
gem "mocha", :require => false

View file

@ -45,7 +45,7 @@ begin
s.authors = ['José Valim', 'Carlos Antônio']
s.files = FileList["[A-Z]*", "{app,config,lib}/**/*"]
s.extra_rdoc_files = FileList["[A-Z]*"] - %w(Gemfile Rakefile)
s.add_dependency("warden", "~> 0.10.3")
s.add_dependency("warden", "~> 0.10.5")
end
Jeweler::GemcutterTasks.new