Commit 2523891c8a07c91dbde112e49207bc58c5ebcf91
Exists in
master
and in
17 other branches
Merge branch 'mr_will_paginate_3_0_5' into 'master'
Setting will paginate to the version at debian stable On the 3rd of January 2016 was released a new version that is breaking some tests https://rubygems.org/gems/will_paginate/versions/3.1.0 This patch will fix will_paginate at the Gemfile See merge request !759
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' | ... | ... |