Skip to content

Commit e6f528f

Browse files
hieuk09kridaitiwarishubham635
authored
Support JWT 3.x (#753)
Co-authored-by: kridai <kridaigoswami@gmail.com> Co-authored-by: Shubham <tiwarishubham635@gmail.com>
1 parent 9cd26d2 commit e6f528f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.extra_rdoc_files = ['README.md', 'LICENSE']
2626
spec.rdoc_options = ['--line-numbers', '--inline-source', '--title', 'twilio-ruby', '--main', 'README.md']
2727

28-
spec.add_dependency('jwt', '>= 1.5', '< 3.0')
28+
spec.add_dependency('jwt', '>= 1.5', '< 4.0')
2929
spec.add_dependency('nokogiri', '>= 1.6', '< 2.0')
3030
spec.add_dependency('faraday', '>= 0.9', '< 3.0')
3131
# Workaround for RBX <= 2.2.1, should be fixed in next version

0 commit comments

Comments
 (0)