Skip to content

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
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