kmrshntr / omniauth-slack

omniauth-slack
MIT License
95 stars 154 forks source link

Update ominauth-oauth2 to fix Hashie warning #58

Open leemeichin opened 6 years ago

leemeichin commented 6 years ago

See this issue for context: https://github.com/omniauth/omniauth/issues/872

Logs will be flooded with warnings, and new omniauth-oauth2 release contains the fix for that.

W, [2018-01-13T16:50:59.374198 #326]  WARN -- : You are setting a key that conflicts with a 
built-in method OmniAuth::AuthHash::InfoHash#name defined 
at /app/vendor/bundle/ruby/2.4.0/gems/omniauth-1.3.1/lib/omniauth/auth_hash.rb:34. 
This can cause unexpected behavior when accessing the key as a property. 
You can still access the key via the #[] method.