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

Commit

Permalink
Update gemsspec to pin oauth2 gem to older specific working version
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Mar 25, 2020
1 parent b062852 commit 5589543
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pmp.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']

gem.add_development_dependency('bundler', '~> 1.3')
gem.add_development_dependency('bundler')
gem.add_development_dependency('rake')
gem.add_development_dependency('minitest')
gem.add_development_dependency('webmock')
Expand All @@ -32,8 +32,7 @@ Gem::Specification.new do |gem|

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

0 comments on commit 5589543

Please sign in to comment.