Skip to content

Commit 0c2c1a0

Browse files
committed
add base64 gem as dependency
close #114
1 parent 6391631 commit 0c2c1a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

json-jwt.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
1414
gem.require_paths = ['lib']
1515
gem.required_ruby_version = '>= 2.4'
1616
gem.add_runtime_dependency 'activesupport', '>= 4.2'
17+
gem.add_runtime_dependency 'base64'
1718
gem.add_runtime_dependency 'bindata'
1819
gem.add_runtime_dependency 'aes_key_wrap'
1920
gem.add_runtime_dependency 'faraday', '~> 2.0'

0 commit comments

Comments
 (0)