dougal / acts_as_indexed

Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app
http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed
MIT License
211 stars 49 forks source link

Bump will_paginate from 3.0.3 to 3.0.5 #67

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps will_paginate from 3.0.3 to 3.0.5.

Release notes

Sourced from will_paginate's releases.

will_paginate 3.0.5: bugfix & security release

  • fix CVE-2013-6459: XSS in generated pagination links
  • always call html_safe if available on will_paginate result
  • exclude reorder for count queries
Commits
  • 2c5f1ed v3.0.5
  • c62c6f6 prevent tampering with host, port, protocol
  • a213b7e add test that page query param will be overriden
  • 3f221d4 fix assert method in case of failure
  • 83dd3f2 cleaner backtrace in specs
  • c78608a always call html_safe on will_paginate result
  • 6c55482 add license information to gemspec
  • 890e4de don't build Rails 4 against Ruby 1.8, 1.9.2
  • 8a0ead9 Rails 4 compat: port named scopes to new syntax
  • 56c7ad5 Rails 4 compat: AR::Base.silence requires an argument
  • Additional commits viewable in compare view


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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](https://github.com/dougal/acts_as_indexed/network/alerts).