Skip to content

Commit

Permalink
Merge pull request #262 from XeroAPI/xero-ruby-4.3.1
Browse files Browse the repository at this point in the history
up rev json-jwt in gemspec
  • Loading branch information
rdemarco-xero authored Jun 22, 2023
2 parents 6bfb80d + 1efdd88 commit 57d8b44
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 57d8b44

Please sign in to comment.