mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +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 "RedCloth"
|
||||||
gem "sanitize"
|
gem "sanitize"
|
||||||
gem "will_paginate"
|
gem "will_paginate", github: 'mislav/will_paginate'
|
||||||
gem "acts_as_list"
|
gem "acts_as_list"
|
||||||
gem "aasm"
|
gem "aasm"
|
||||||
gem "htmlentities"
|
gem "htmlentities"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/mislav/will_paginate.git
|
||||||
|
revision: 813722f0c8bdc9c2bcb441eb2b1ebc11039b10d7
|
||||||
|
specs:
|
||||||
|
will_paginate (3.0.4)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
|
@ -201,7 +207,6 @@ GEM
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
uniform_notifier (1.6.2)
|
uniform_notifier (1.6.2)
|
||||||
websocket (1.0.7)
|
websocket (1.0.7)
|
||||||
will_paginate (3.0.5)
|
|
||||||
xpath (2.0.0)
|
xpath (2.0.0)
|
||||||
nokogiri (~> 1.3)
|
nokogiri (~> 1.3)
|
||||||
yard (0.8.7.4)
|
yard (0.8.7.4)
|
||||||
|
|
@ -244,5 +249,5 @@ DEPENDENCIES
|
||||||
therubyracer
|
therubyracer
|
||||||
tolk (>= 1.5.0)
|
tolk (>= 1.5.0)
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
will_paginate
|
will_paginate!
|
||||||
yard
|
yard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue