Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ransack requirement from ~> 2.3 to >= 2.3, < 4.0 in /core #6

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 31, 2022

Updates the requirements on ransack to permit the latest version.

Release notes

Sourced from ransack's releases.

v3.0.0

Whats Changed

New Contributors

Changelog

Sourced from ransack's changelog.

3.0.0 - 2022-03-30

  • Move documentation into Docusaurus. PR 1291

  • [BREAKING CHANGE] Remove deprecated #search method. PR 1147

  • Allow scopes that define string SQL joins. PR 1225

  • Improve sort_link documentation. PR 1290

  • Deprecate passing two trailing hashes to sort_link, for example:

    sort_link(@q, :bussiness_name, "bussines_name", {}, class: "foo")

    Pass a single hash with all options instead. PR 1289

  • Fix :class option to sort_link not being passed to the generated link correctly when no additional options are passed. For example:

    sort_link(@q, :bussiness_name, class: "foo")

    PR 1288

  • Evaluate ransackable_scopes before attributes when building the query. PR 759

2.6.0 - 2022-03-08

  • Fix regression when joining a table with itself. PR 1275

  • Drop support for ActiveRecord older than 6.0.4. PR 1276

2.5.0 - 2021-12-26

... (truncated)

Commits
  • d428d77 Merge pull request #1292 from activerecord-hackery/release-3.0.0
  • 7d871d7 Update CHANGELOG
  • 8af5162 Special announcement
  • 3cef425 release 3.0.0
  • 8034f58 Add missing 3.0.0 changelog entries
  • 272969a Add PR links to changelog
  • a02daba Documentation site config
  • 1671f56 Merge pull request #1293 from activerecord-hackery/scarroll32-patch-1
  • 1818110 Remove reference to Mongoid
  • 2ea997c Add David Rodríguez as an author
  • Additional commits viewable in compare view

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)

Updates the requirements on [ransack](https://github.com/activerecord-hackery/ransack) to permit the latest version.
- [Release notes](https://github.com/activerecord-hackery/ransack/releases)
- [Changelog](https://github.com/activerecord-hackery/ransack/blob/main/CHANGELOG.md)
- [Commits](activerecord-hackery/ransack@v2.3.0...v3.0.0)

---
updated-dependencies:
- dependency-name: ransack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 31, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 10, 2023

Superseded by #19.

@dependabot dependabot bot closed this Feb 10, 2023
@dependabot dependabot bot deleted the dependabot/bundler/core/ransack-gte-2.3-and-lt-4.0 branch February 10, 2023 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants