Use will_paginate gem from source

Currently needed for Rails 4.1.2 compatibility
This commit is contained in:
Dan Rice 2014-06-27 17:14:03 -04:00
parent 6ce1324363
commit 2179e69a52
2 changed files with 8 additions and 3 deletions

View file

@ -24,7 +24,7 @@ gem "mysql2"
gem "RedCloth"
gem "sanitize"
gem "will_paginate"
gem "will_paginate", github: 'mislav/will_paginate'
gem "acts_as_list"
gem "aasm"
gem "htmlentities"