Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2025

Bumps arel_extensions from 2.3.3 to 2.4.0.

Release notes

Sourced from arel_extensions's releases.

v2.4.0/v1.6.0

  • Drop supoprt for Ruby < 2.7.
  • Drop support for Rails < 5.2.
  • Add support for Rails 8 and 8.1.
  • Add byte_size and char_length. They should replace all uses of length because it's inconsistent across vendors; it can surprise you and give you byte size when you expect string length.

v2.3.3/v1.5.3

  • Fix the & operator which does find_in_set for mysql and postgres, accepting strings and integers.
  • Add regex_matches, an alias for =~.

v2.3.2/v1.5.2

  • Fix a subtle bug on table access as in table[:col] in certain situations.
  • == and != deprecation warnings can stem from arel itself, so now we don't emit them because they're plain wrong.

v2.3.1./v1.5.1

  • Fallback to Ruby's Warning module if ActiveSupport doesn't exist. Relevant for old Rails versions.
  • Added documentation on how to "properly" configure the deprecator in a Rails application.

v2.3.0/v1.5.0

  • Use ActiveSupport's deprecation machinery instead of Ruby's Warning module.
  • Fix a bug with group concat that didn't correctly check for the separator value.

v2.2.2/v1.4.2

  • Fix deprecation warnings for == and !=, showing the true location.
  • Always emit deprecation warnings for == and !=.

v2.2.1/v1.4.1

What's Changed

v2.2.0/v1.4.0

What's Changed

  • Rails 7.2 support
  • mssql: restrict date quoting to arel <= 6

v2.1.11/v1.3.11

  • Warnings for SQL Server visitor are emitted where relevant only.

v2.1.10/v1.3.10

What's Changed

Full Changelog: Faveod/arel-extensions@v2.1.9/v1.3.9...v2.1.10/v1.3.10

v2.1.9/v1.3.9

No release notes provided.

Changelog

Sourced from arel_extensions's changelog.

Release v2.4.0/v1.6.0 (23-12-2025)

  • Drop supoprt for Ruby < 2.7.
  • Drop support for Rails < 5.2.
  • Add support for Rails 8 and 8.1.
  • Add byte_size and char_length. They should replace all uses of length because it's inconsistent across vendors; it can surprise you and give you byte size when you expect string length.
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 will merge this PR once it's up-to-date and CI passes on it, as requested by @Floppy.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 24, 2025
Copy link
Collaborator

@Floppy Floppy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot force-pushed the dependabot/bundler/arel_extensions-2.4.0 branch from 09766d2 to 34e51c1 Compare December 24, 2025 09:17
Copy link
Collaborator

@Floppy Floppy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot dependabot bot force-pushed the dependabot/bundler/arel_extensions-2.4.0 branch from 34e51c1 to f3f6d1f Compare January 6, 2026 09:15
Copy link
Collaborator

@Floppy Floppy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2026

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot dependabot bot force-pushed the dependabot/bundler/arel_extensions-2.4.0 branch from f3f6d1f to 668fe02 Compare January 6, 2026 09:16
Copy link
Collaborator

@Floppy Floppy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2026

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot dependabot bot force-pushed the dependabot/bundler/arel_extensions-2.4.0 branch from 668fe02 to e3015f4 Compare January 9, 2026 10:18
Copy link
Collaborator

@Floppy Floppy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2026

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@Floppy
Copy link
Collaborator

Floppy commented Jan 13, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/arel_extensions-2.4.0 branch from e3015f4 to 62ad3f2 Compare January 13, 2026 14:50
@Floppy
Copy link
Collaborator

Floppy commented Jan 13, 2026

@dependabot rebase

Bumps [arel_extensions](https://github.com/Faveod/arel-extensions) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/Faveod/arel-extensions/releases)
- [Changelog](https://github.com/Faveod/arel-extensions/blob/master/NEWS.md)
- [Commits](https://github.com/Faveod/arel-extensions/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/arel_extensions-2.4.0 branch from 62ad3f2 to 4fad14c Compare January 13, 2026 16:00
@codacy-production
Copy link

codacy-production bot commented Jan 13, 2026

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (617d39d) 5943 5042 84.84%
Head commit (4fad14c) 5943 (+0) 5042 (+0) 84.84% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#5215) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@Floppy Floppy merged commit 9f67dba into main Jan 13, 2026
15 of 16 checks passed
@Floppy Floppy deleted the dependabot/bundler/arel_extensions-2.4.0 branch January 13, 2026 16:40
@github-project-automation github-project-automation bot moved this from Maybe to Done in Manyfold Roadmap Jan 13, 2026
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.

1 participant