Skip to content

Commit

Permalink
Require Faraday 2 and OmniAuth 2
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu committed Oct 11, 2024
1 parent 792bb2a commit c4c55bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions omniauth-dice.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ client certificates.'
spec.add_dependency 'cert_munger', '~> 1.0'
spec.add_dependency 'dnc', '~> 0.1'
spec.add_dependency 'excon', '~> 0.43'
spec.add_dependency 'faraday', '~> 0.9'
spec.add_dependency 'faraday_middleware', '~> 0.9'
spec.add_dependency 'faraday', '>= 2', '< 3.0'
spec.add_dependency 'logging', '~> 2'
spec.add_dependency 'multi_xml', '~> 0.5'
spec.add_dependency 'omniauth', '~> 1.0'
spec.add_dependency 'omniauth', '>= 1.0', '< 3.0'

spec.cert_chain = ['certs/stevenhaddox.pem']
if $PROGRAM_NAME =~ /gem\z/
Expand Down

0 comments on commit c4c55bc

Please sign in to comment.