Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Make this more permissive, less than 1.3.0 works
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Mar 25, 2020
1 parent 5589543 commit 24d75c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmp.gemspec
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency('faraday')
gem.add_runtime_dependency('faraday_middleware')
gem.add_runtime_dependency('oauth2', '~> 1.2.0')
gem.add_runtime_dependency('oauth2', '< 1.3.0')
gem.add_runtime_dependency('excon')
gem.add_runtime_dependency('hashie')
gem.add_runtime_dependency('activesupport')
Expand Down

0 comments on commit 24d75c9

Please sign in to comment.