azure-activedirectory-library-for-ruby
azure-activedirectory-library-for-ruby copied to clipboard
uninitialized constant error
$HOME/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/runtime.rb:89:in `rescue in block (2 levels) in require': There was an error while trying to load the gem 'adal'. (Bundler::GemRequireError)
Gem Load Error is: uninitialized constant ADAL::ClientAssertionCertificate::RequestParameters
constantly run into that error when using this gem fixed by modifying adal/client_assertion_certificate.rb with
require_relative 'request_parameters.rb'
or by ensuring the adal/client_assertion_certificate.rb loads after the request_parameters.rb
mv adal/{,requests_}client_assertion_certificate.rb
definitely seems to be some issue with the gem setup.
This was fixed in #50. Close if you agree.
I can verify that #50 fixes this. Why have you not published an updated version of the gem? Kind of annoying to spend time troubleshoot only to find out it is already fixed!?!
It doesn't work for me yet, I have to invoke the gem using
gem 'adal', github: 'AzureAD/azure-activedirectory-library-for-ruby', ref: '24e1b7f0dc374dcb968171f80e832118691d288c'
When will you publish this fix as a gem?
@xerners We really need updated version of the gem
When is this going to be published to an updated gem? Can't believe this is years old and still affecting current version
Another year, but still not published to ruby gems?