mislav/will_paginate

activesupport-6.0.0.alpha requires ruby version >= 2.4.1

mukarramali opened this issue · 1 comments

Two of my pipelines get failed on specific versions of ruby and Gemfile.edge:

https://travis-ci.org/mislav/will_paginate/jobs/356826109

This seems because of the bundler version. Bundler 1.16.1(current version) is trying to install activesupport-6.0.0.alpha. Which is not supported in 2.2.4 and 2.3.4

Here is my PR: #565

Thank you! This was fixed in the meantime.