Skip to content

Support Rails 7.1+ (activesupport >= 7.1, < 8)#263

Open
Copilot wants to merge 2 commits into
masterfrom
copilot/support-rails-7-1
Open

Support Rails 7.1+ (activesupport >= 7.1, < 8)#263
Copilot wants to merge 2 commits into
masterfrom
copilot/support-rails-7-1

Conversation

Copy link
Copy Markdown

Copilot AI commented May 6, 2026

The gem was hard-capped at activesupport < 7.1, blocking use in Rails 7.1+ apps. The existing code has no compatibility issues with 7.1.x.

Changes

  • mavenlink.gemspec: Relax activesupport lower bound to allow >= 4.2, cap at < 8
# Before
s.add_runtime_dependency "activesupport", ">= 4.2", "< 7.1"

# After
s.add_runtime_dependency "activesupport", ">= 4.2", "< 8"

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