Skip to content

Commit

Permalink
Merge pull request #19 from benebrice/fix--update-openid_connect
Browse files Browse the repository at this point in the history
fix: update openid_connect version
  • Loading branch information
nov committed Dec 27, 2023
2 parents 76f9f75 + 349e3df commit 62db631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple_id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'json-jwt', '~> 1.16'
spec.add_runtime_dependency 'rack-oauth2', '~> 2.0'
spec.add_runtime_dependency 'openid_connect', '~> 2.0'
spec.add_runtime_dependency 'openid_connect', '~> 2.2'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
Expand Down

0 comments on commit 62db631

Please sign in to comment.