Skip to content

Commit

Permalink
rack 1.1 and will_paginate
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jun 15, 2010
1 parent 2b5c7f3 commit 31d0cce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tasks/release.rake
Expand Up @@ -33,7 +33,8 @@ namespace 'radiant' do
s.bindir = 'bin'
s.executables = (Dir['bin/*'] + Dir['scripts/*']).map { |file| File.basename(file) }
s.add_dependency 'rake', '>= 0.8.3'
s.add_dependency 'rack', '~> 1.0.1' # No longer bundled in actionpack
s.add_dependency 'rack', '~> 1.1.0' # No longer bundled in actionpack
s.add_dependency 'will_paginate', '~> 2.3.11'
s.add_dependency 'RedCloth', '>=4.0.0'
s.has_rdoc = true
s.rdoc_options << '--title' << RDOC_TITLE << '--line-numbers' << '--main' << 'README'
Expand Down

0 comments on commit 31d0cce

Please sign in to comment.