Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Nov 20, 2018
2 parents 739f9f0 + 259a663 commit 1d8690b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pager_duty-connection.gemspec
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency "faraday", "~> 0.8", "< 0.10"
gem.add_dependency "faraday_middleware", "~> 0.9.0"
gem.add_dependency "activesupport", ">= 3.2", "< 5.0"
gem.add_dependency "faraday", "~> 0.8", "< 1.0"
gem.add_dependency "faraday_middleware", "~> 0.8", "< 1.0"
gem.add_dependency "activesupport", ">= 3.2", "< 6.0"
gem.add_dependency "hashie", ">= 1.2"
end

0 comments on commit 1d8690b

Please sign in to comment.