Support rails2 version of will_paginate too

This commit is contained in:
Philip Arndt 2010-11-03 11:36:44 +13:00
parent 78b30afd55
commit 1bd3427d00
2 changed files with 3 additions and 1 deletions

View file

@ -1,2 +1,2 @@
gem 'filters_spam', '~> 0.3'
gem "will_paginate", "~> 3.0.pre2"
gem "will_paginate", ">= 2.3.14"

View file

@ -1,9 +1,11 @@
GEM
specs:
filters_spam (0.3)
will_paginate (2.3.14)
PLATFORMS
ruby
DEPENDENCIES
filters_spam (~> 0.3)
will_paginate (>= 2.3.14)