Commit 416e5e6e71b840a24052eb41cd3bff32609111e1
1 parent
d19ad57a
Exists in
theme-brasil-digital-from-staging
and in
1 other branch
Setting will paginate to the version at debian stable
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -18,7 +18,7 @@ gem 'ruby-feedparser', '~> 0.7' |
18 | 18 | gem 'daemons', '~> 1.1' |
19 | 19 | gem 'unicorn', '~> 4.8' |
20 | 20 | gem 'nokogiri', '~> 1.6.0' |
21 | -gem 'will_paginate' | |
21 | +gem 'will_paginate', '~> 3.0.5.0' | |
22 | 22 | gem 'pothoven-attachment_fu', '~> 3.2.16' |
23 | 23 | gem 'delayed_job' |
24 | 24 | gem 'delayed_job_active_record' | ... | ... |