You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work on this gem! We notice the following error on all non-Rails usages after the update to version 3.0.0:
/app/vendor/bundle/ruby/2.7.0/gems/httpi-3.0.0/lib/httpi/request.rb:4:in `require': cannot load such file -- rack/utils (LoadError)
from /app/vendor/bundle/ruby/2.7.0/gems/httpi-3.0.0/lib/httpi/request.rb:4:in `<top (required)>'
from /app/vendor/bundle/ruby/2.7.0/gems/httpi-3.0.0/lib/httpi.rb:4:in `require'
from /app/vendor/bundle/ruby/2.7.0/gems/httpi-3.0.0/lib/httpi.rb:4:in `<top (required)>'
I noticed that you made rack an optional dependency, but seem to treat it internally as mandatory. I would be glad to have the reference either removed or as an actual dependency set (that it seems to be?).
The text was updated successfully, but these errors were encountered:
Thanks for your work on this gem! We notice the following error on all non-Rails usages after the update to version 3.0.0:
I noticed that you made rack an optional dependency, but seem to treat it internally as mandatory. I would be glad to have the reference either removed or as an actual dependency set (that it seems to be?).
The text was updated successfully, but these errors were encountered: