We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
addressable
Version 4.17.0 of this gem now has a dependency on addressable due to #240 but no one added the dependency to the gemspec, so using it results in
4.17.0
LoadError: cannot load such file -- addressable/uri /usr/local/bundle/gems/bootsnap-1.4.8/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:34:in `require' ... /usr/local/bundle/gems/auth0-4.17.0/lib/auth0/mixins/httpproxy.rb:1:in `<main>' ... /usr/local/bundle/gems/auth0-4.17.0/lib/auth0/mixins.rb:8:in `<main>' ... /usr/local/bundle/gems/auth0-4.17.0/lib/auth0.rb:2:in `<main>' ...
Seems like Gemfile and auth0.gemspec should include addressable as dependencies.
Gemfile
auth0.gemspec
Use v4.17.0 of this gem in a Rails project that doesn't already have a dependency on addressable.
Please provide the following:
The text was updated successfully, but these errors were encountered:
Thanks for raising this @rally25rs, looks like it didn't make it into the Gemfile. I will get this patched up right away
Sorry, something went wrong.
Fixed in #247
4.17.1 on its way
Confirmed fixed in 4.17.1 👍
4.17.1
No branches or pull requests
Description
Version
4.17.0
of this gem now has a dependency onaddressable
due to #240 but no one added the dependency to the gemspec, so using it results inSeems like
Gemfile
andauth0.gemspec
should includeaddressable
as dependencies.Reproduction
Use v4.17.0 of this gem in a Rails project that doesn't already have a dependency on
addressable
.Environment
The text was updated successfully, but these errors were encountered: