Skip to content

Commit

Permalink
update jwt version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kush Kella committed Jan 16, 2015
1 parent 200a7d5 commit 1e8c4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilio-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_dependency('multi_json', '>= 1.3.0')
spec.add_dependency('builder', '>= 2.1.2')
spec.add_dependency('jwt', '~> 1.0.0')
spec.add_dependency('jwt', '~> 1.0')
spec.add_dependency('jruby-openssl') if RUBY_PLATFORM == 'java'
# Workaround for RBX <= 2.2.1, should be fixed in next version
spec.add_dependency('rubysl') if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
Expand Down

0 comments on commit 1e8c4a3

Please sign in to comment.