Skip to content

Commit

Permalink
Merge pull request #5 from jclusso/add_oauth2_dependency
Browse files Browse the repository at this point in the history
Add oauth2 dependency
  • Loading branch information
jclusso authored Feb 25, 2024
2 parents dd9b966 + d611e61 commit afb7d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omniauth-linkedin-openid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |gem|
"source_code_uri" => "https://github.com/jclusso/omniauth-linkedin-openid"
}

gem.add_dependency 'oauth2', '~> 2.0'
gem.add_dependency 'omniauth', '~> 2.0'
gem.add_dependency 'omniauth-oauth2', '~> 1.8'
gem.add_development_dependency 'rspec', '~> 3.5'
Expand Down

0 comments on commit afb7d33

Please sign in to comment.