Skip to content

Upgrade activesupport to ~> 7.0 for Rails 7 compatibility#24

Draft
Copilot wants to merge 1 commit into
masterfrom
copilot/update-gems-and-deprecated-code
Draft

Upgrade activesupport to ~> 7.0 for Rails 7 compatibility#24
Copilot wants to merge 1 commit into
masterfrom
copilot/update-gems-and-deprecated-code

Conversation

Copy link
Copy Markdown

Copilot AI commented May 3, 2026

activesupport ~> 6.1 is incompatible with Rails 7 apps and has a Ruby 3.2 breakage (Logger::Severity constant no longer auto-loaded). This bumps the dependency floor to ActiveSupport 7.x and aligns all other version constraints with current tooling.

Changes

  • activesupport: ~> 6.1~> 7.0
  • rake: ~> 12.3~> 13.0 (12.x has Ruby 3.x incompatibilities)
  • bundler: ~> 2.2~> 2.4
  • required_ruby_version: >= 3.0.6>= 3.2.0
  • .ruby-version: 3.0.63.2.3

No application code changes were required — all ActiveSupport APIs used by this gem (deep_transform_keys, camelize, with_indifferent_access, blank?, Array.wrap) are unchanged in Rails 7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants