lib/jwt.rb in jwt-2.8.2 vs lib/jwt.rb in jwt-2.9.0
- old
+ new
@@ -7,9 +7,10 @@
require 'jwt/configuration'
require 'jwt/deprecations'
require 'jwt/encode'
require 'jwt/error'
require 'jwt/jwk'
+require 'jwt/claims'
# JSON Web Token implementation
#
# Should be up to date with the latest spec:
# https://tools.ietf.org/html/rfc7519