Skip to content

Commit

Permalink
up rev json-jwt in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rdemarco-xero committed Jun 21, 2023
1 parent 6bfb80d commit 1efdd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/xero-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module XeroRuby
VERSION = '4.3.0'
VERSION = '4.3.1'
end
2 changes: 1 addition & 1 deletion xero-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'faraday', '>= 2.0', '< 3.0'
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
s.add_runtime_dependency 'json-jwt', '~> 1.5', '>= 1.5.2'
s.add_runtime_dependency 'json-jwt', '~> 1.16', '>= 1.16.3'
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'

s.files = Dir.glob("{lib}/**/*") + %w(README.md)
Expand Down

0 comments on commit 1efdd88

Please sign in to comment.