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

Bump active_record_extended from 2.1.1 to 2.2.0 #184

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 28, 2022

Bumps active_record_extended from 2.1.1 to 2.2.0.

Changelog

Sourced from active_record_extended's changelog.

2.2.0 - July 28th 2022

Breaking Changes:

  • Dropped Rails 5.1 support.
  • Dropped Ruby 2.4 support.
  • Dropped Postgres 9.6 support.
  • Arel for ActiveRecord 6.1+ contains will no longer accept INET (ip address column types), use inet_contains instead.
    • ActiveRecord contains should remain unaffected as it never accepted INET column types.

Bug fixes:

  • #73 #77 Fix union and window query merging
  • #74 Fix visitor conflict in Arel 6.1+ and support their native implementation of contains and overlap functionality
Commits
  • 07611d1 Pre-release changelog and version update
  • f97b78a Merge pull request #76 from GeorgeKaraszi/bugfix/ar-61-contains-overlap-fix
  • 942bbb3 Update CHANGELOG.md
  • b676f9f Deprecate old contains & overlap code for AR 6.1+
  • b73cea5 Update Gemfile.lock
  • 749806a Merge pull request #80 from GeorgeKaraszi/depercation/rails-51
  • 957ec8b Drop Rails 5.1 support
  • 20d5e95 Merge pull request #79 from GeorgeKaraszi/depercation/ruby-24
  • bd5f6ce Drop Ruby 2.4 support
  • ae06260 Merge pull request #78 from GeorgeKaraszi/rubocop-update
  • 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)

Bumps [active_record_extended](https://github.com/georgekaraszi/ActiveRecordExtended) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/georgekaraszi/ActiveRecordExtended/releases)
- [Changelog](https://github.com/GeorgeKaraszi/ActiveRecordExtended/blob/master/CHANGELOG.md)
- [Commits](GeorgeKaraszi/ActiveRecordExtended@2.1.1...2.2.0)

---
updated-dependencies:
- dependency-name: active_record_extended
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 28, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 15, 2022

Superseded by #211.

@dependabot dependabot bot closed this Aug 15, 2022
@dependabot dependabot bot deleted the dependabot/bundler/active_record_extended-2.2.0 branch August 15, 2022 15:42
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants