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
when we upgrade from 2.1.0 to 2.2.1, we receive a lot of warnings about "already initialized constant JWT Error" when start rails or simply run rails c
all errors inside this are shown
Background
when we upgrade from 2.1.0 to 2.2.1, we receive a lot of warnings about "already initialized constant JWT Error" when start rails or simply run
rails c
all errors inside this are shown
ruby-jwt/lib/jwt/error.rb
Lines 3 to 20 in f4c7f15
I think it is related to
use first-class object short hand
c0b4c59
and
ruby-jwt/lib/jwt.rb
Line 8 in f4c7f15
ruby-jwt/lib/jwt/claims_validator.rb
Line 1 in faaa3a1
Expect
Actual
The text was updated successfully, but these errors were encountered: