Skip to content

Commit

Permalink
Explicit loading of jwt/version to make it available for a built gem
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Aug 4, 2022
1 parent 0e7dcfa commit a3c52ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jwt.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require 'jwt/version'
require 'jwt/base64'
require 'jwt/json'
require 'jwt/decode'
Expand Down

0 comments on commit a3c52ba

Please sign in to comment.