aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-11-03 11:36:44 +1300
committerPhilip Arndt <parndt@gmail.com>2010-11-03 11:36:44 +1300
commit1bd3427d00e96e26f8df16672fd5757fe9af6840 (patch)
tree442e59930238318b3d931f19c02ac547f8e2c06d /Gemfile
parent78b30afd55e1f257fc833dd5c7d8f27e333a3733 (diff)
downloadrefinerycms-blog-1bd3427d00e96e26f8df16672fd5757fe9af6840.tar.gz
refinerycms-blog-1bd3427d00e96e26f8df16672fd5757fe9af6840.tar.bz2
refinerycms-blog-1bd3427d00e96e26f8df16672fd5757fe9af6840.zip
Support rails2 version of will_paginate too
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 869c117..84f127c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,2 @@
gem 'filters_spam', '~> 0.3'
-gem "will_paginate", "~> 3.0.pre2" \ No newline at end of file
+gem "will_paginate", ">= 2.3.14" \ No newline at end of file