Skip to content

Commit

Permalink
add base64 gem as dependency
Browse files Browse the repository at this point in the history
close #114
  • Loading branch information
nov committed Jan 3, 2024
1 parent 6391631 commit 0c2c1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions json-jwt.gemspec
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.required_ruby_version = '>= 2.4'
gem.add_runtime_dependency 'activesupport', '>= 4.2'
gem.add_runtime_dependency 'base64'
gem.add_runtime_dependency 'bindata'
gem.add_runtime_dependency 'aes_key_wrap'
gem.add_runtime_dependency 'faraday', '~> 2.0'
Expand Down

0 comments on commit 0c2c1a0

Please sign in to comment.