Skip to content

Remove upper bound dependency limits from gemspec#539

Merged
javierjulio merged 1 commit intomasterfrom
drop-upper-bound
Oct 6, 2023
Merged

Remove upper bound dependency limits from gemspec#539
javierjulio merged 1 commit intomasterfrom
drop-upper-bound

Conversation

@javierjulio
Copy link
Copy Markdown
Member

Following same approach as we did in activeadmin/inherited_resources#711 to make future maintenance easier.

All that was needed to support Rails 7 in this gem was to update the gemspec. This means that even in the most likely release to break anything, a major release, we didn't needed to worry about breaking this gem.

This upper bound is just creating unnecessary work for the maintainers of this gem, which would need to release it without any code change, and the users, which need to open issues asking for new releases.

Let's allow our users to try any version of our dependencies and report real issues if they find them, and save everyone's time just removing the upper bound.

All that was needed to support Rails 7 in this gem was to update the
gemspec. This means that even in the most likely release to break
anything, a major release, we didn't needed to worry about breaking this
gem.

This upper bound is just creating unnecessary work for the
maintainers of this gem, which would need to release it without any code
change, and the users, which need to open issues asking for new releases.

Let's allow our users to try any version of our dependencies and report
real issues if they find them, and save everyone's time just removing
the upper bound.
@javierjulio javierjulio self-assigned this Oct 6, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 6, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f96a808) 92.52% compared to head (bcc9367) 92.52%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #539   +/-   ##
=======================================
  Coverage   92.52%   92.52%           
=======================================
  Files          17       17           
  Lines         468      468           
=======================================
  Hits          433      433           
  Misses         35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@javierjulio javierjulio merged commit 5f9cc4e into master Oct 6, 2023
@javierjulio javierjulio deleted the drop-upper-bound branch October 6, 2023 22:56
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.

1 participant