Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove http dependency? #80
Closed
Comments
Closed
|
Yes, please. The |
This was referenced Nov 21, 2019
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I would like to propose removing the
httpgem dependency entirely. From what I see, it's only used to download remote XLSX files, which, in my opinion, should be handled outside the gem by the devs (by their favourite http gem with 10 monkeypatches for their own super-secret security policy :) ).Benefits that I see:
Personally, it would allow me to update Creek without regenerating VCRs and solving problems that come with it...😇
Let me know what you think!