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:
parent
c8ec42a41c
commit
0150fddb4c
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue