mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-05 04:20:15 +01:00
Use will_paginate gem from source
Currently needed for Rails 4.1.2 compatibility
This commit is contained in:
parent
6ce1324363
commit
2179e69a52
2 changed files with 8 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue