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

Relax http dependency #63

Merged
merged 2 commits into from
Dec 11, 2020
Merged

Relax http dependency #63

merged 2 commits into from
Dec 11, 2020

Conversation

julianrubisch
Copy link
Contributor

I needed this to work with another gem in my depdency tree.

Tests look okay for me, please let me know if I can do anything!

Copy link
Member

@etagwerker etagwerker left a comment

Choose a reason for hiding this comment

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

@julianrubisch I'm all for relaxing this dependency, but this will generate a warning when building the gem:

WARNING:  open-ended dependency on http (>= 3.3) is not recommended
  if http is semantically versioned, use:
    add_runtime_dependency 'http', '~> 3.3'

I don't think it is a big deal. Thoughts, @mscottford or @bronzdoc?

@julianrubisch
Copy link
Contributor Author

Hmm is there another way to allow http 4?

@mscottford
Copy link
Collaborator

mscottford commented Dec 7, 2020

How about add_runtime_dependency 'http', '>= 3.3', '< 5.0'?

Copy link
Member

@etagwerker etagwerker left a comment

Choose a reason for hiding this comment

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

@julianrubisch Great, thanks! ❤️

@etagwerker etagwerker merged commit d5b6d51 into fastruby:main Dec 11, 2020
@etagwerker
Copy link
Member

@julianrubisch Just released this fix in v0.5.1: https://rubygems.org/gems/harvesting/versions/0.5.1 -- Thanks! 💯

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.

3 participants