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

chore: loosen dependency specifications where reasonable #10

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

Conversation

NickAnderegg
Copy link

@NickAnderegg NickAnderegg commented Oct 23, 2024

This pull request makes updates to two dependencies, changing their version specification to be looser than what the original pessimistic operator allowed for:

  • rake: version specification changed from "~> 10.0" to "~> 13.0", ">= 13.0.6". There do no appear to be any breaking changes between 10.0 and 13.0.6, according to the changelog.
  • httparty: version specification changed from "~> 0.13.7" to "~> 0.13", ">= 0.13.7", which allows it to be upgraded to v0.22.0 in the context of the applications that rely on this SDK.

@NickAnderegg NickAnderegg marked this pull request as ready for review October 24, 2024 20:41
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