Skip to content

Commit

Permalink
Update json-jwt version for OpenSSL 3
Browse files Browse the repository at this point in the history
The `json-jwt` version used by the current gem is [incompatible with OpenSSL 3.0](nov/json-jwt#102). This is especially a problem with operating systems that are only shipped with OpenSSL 3.0 like Ubuntu 22.04 LTS.
  • Loading branch information
ShalaQweghen authored Sep 14, 2022
1 parent 9f1a522 commit c935273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doorkeeper-openid_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.6'

spec.add_runtime_dependency 'doorkeeper', '>= 5.5', '< 5.7'
spec.add_runtime_dependency 'json-jwt', '>= 1.11.0'
spec.add_runtime_dependency 'json-jwt', '>= 1.15.0'

spec.add_development_dependency 'conventional-changelog', '~> 1.2'
spec.add_development_dependency 'factory_bot'
Expand Down

0 comments on commit c935273

Please sign in to comment.