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
after running bundle install and passed successfully , when executed rake db:migrate we got this error message below , can someone please help me solve this error ,why i'm getting this when do rake db:migrate
GemRequireError: There was an error while trying to load the gem 'adal'.
Gem Load Error is: uninitialized constant ADAL::ClientAssertionCertificate::RequestParameters
Backtrace for gem load error is:
/usr/local/rvm/gems/ruby-2.3.0/gems/adal-1.0.0/lib/adal/client_assertion_certificate.rb:31:in `class:ClientAssertionCertificate'
after running bundle install and passed successfully , when executed rake db:migrate we got this error message below , can someone please help me solve this error ,why i'm getting this when do rake db:migrate
GemRequireError: There was an error while trying to load the gem 'adal'.
Gem Load Error is: uninitialized constant ADAL::ClientAssertionCertificate::RequestParameters
Backtrace for gem load error is:
/usr/local/rvm/gems/ruby-2.3.0/gems/adal-1.0.0/lib/adal/client_assertion_certificate.rb:31:in `class:ClientAssertionCertificate'
Thanks