Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Bump will_paginate from 3.0.3 to 3.1.8 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 27, 2019

Bumps will_paginate from 3.0.3 to 3.1.8.

Release notes

Sourced from will_paginate's releases.

will_paginate 3.1.8

  • Avoid warnings on Ruby 2.7

will_paginate 3.1.7

  • Rails 5.2.2.1 & 6.0.0 compatibility

will_paginate 3.1.6

Reference Integer instead of Fixnum to avoid Ruby 2.4 deprecation warning.

will_paginate 3.1.5

  • Avoid Rails 5 deprecation warning about original_exception
  • No longer generates <a rel="start"> for first page link since "start" is an invalid rel value

will_paginate 3.1.3

  • Rails 5 compatibility for inheriting query params in pagination links
  • Fix locale load path so that application can override will_paginate's built-in translations.

will_paginate 3.1.2

Further fix security vulnerability when generating pagination URLs in Rails.

will_paginate 3.1.1

Fixed security vulnerability when generating pagination URLs in Rails.

will_paginate 3.1.0

  • Rails 5.0 support

  • Drop support for old Active Record finder params to paginate():

    # now unsupported:
    User.paginate(:page => 1, :order => 'created_at DESC', :conditions => ...)
    
    # convert to Arel syntax instead:
    User.order('created_at DESC').where(...).paginate(:page => 1)
    # or, even better:
    User.order('created_at DESC').where(...).page(1)
  • Add support for pagination with Mongoid


will_paginate is compatible with:

  • Ruby 1.8.7, 1.9.3, 2.0, 2.1, 2.2, 2.3
  • Rails 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, 5.0
  • Active Record, DataMapper, Sequel, Mongoid
  • Database adapters: mysql, mysql2, postgres, sqlite3

will_paginate 3.0.12

  • No longer generates <a rel="start"> for first page link since "start" is an invalid rel value

will_paginate 3.0.10

... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants