Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
bump excon dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Belo committed Jul 3, 2013
1 parent cbc48e4 commit 9b3ad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heroku-api.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency 'excon', '~>0.25.0'
s.add_runtime_dependency 'excon', '~>0.25.1'

s.add_development_dependency 'minitest'
s.add_development_dependency 'rake'
Expand Down

0 comments on commit 9b3ad21

Please sign in to comment.