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

Remove upper bound on active_utils version #383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rochlefebvre
Copy link

active_utils is currently pinned to ~> 3.3.0 in the Gemspec, which prevents Bundler from upgrading dependent applications to active_utils-3.4.x or newer.

I would like to relax this runtime dependency, bringing it inline with other dependencies in only having a lower bound.

@rochlefebvre rochlefebvre marked this pull request as ready for review September 18, 2024 13:16
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
s.add_dependency('activesupport', '>= 5.2.3')
s.add_dependency('i18n', '>= 0.6.6')
s.add_dependency('builder', '>= 2.1.2', '< 4.0.0')
s.add_dependency('active_utils', '~> 3.3.0')
s.add_dependency('active_utils', '>= 3.3.0')
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants