Support rails2 version of will_paginate too
This commit is contained in:
parent
78b30afd55
commit
1bd3427d00
2 changed files with 3 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,2 +1,2 @@
|
|||
gem 'filters_spam', '~> 0.3'
|
||||
gem "will_paginate", "~> 3.0.pre2"
|
||||
gem "will_paginate", ">= 2.3.14"
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue