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

[gemspec] Remove upper bounds on versions for all dependencies #305

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

davidrunger
Copy link
Owner

Let's optimistically assume that all future versions will be compatible. We can add restrictions if that turns out not to be the case. The upside of this change is that we don't have to make changes in this gem when new versions of these dependencies are released.

Let's optimistically assume that all future versions will be compatible.
We can add restrictions if that turns out not to be the case. The upside
of this change is that we don't have to make changes in this gem when
new versions of these dependencies are released.
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.94%. Comparing base (36ae022) to head (1304744).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #305   +/-   ##
=======================================
  Coverage   96.94%   96.94%           
=======================================
  Files          10       10           
  Lines         262      262           
  Branches       61       61           
=======================================
  Hits          254      254           
  Misses          8        8           

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

@davidrunger davidrunger merged commit 791b34a into main Nov 8, 2024
3 checks passed
@davidrunger davidrunger deleted the remove-dependency-version-upper-bounds branch November 8, 2024 15:54
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