Skip to content

Commit

Permalink
update excon dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Nov 12, 2013
1 parent 149a49c commit 632f0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ This.homepage = "http://github.com/copiousfreetime/#{ This.name }"
This.ruby_gemspec do |spec|
spec.add_runtime_dependency( 'sinatra' , '~> 1.4' )
spec.add_runtime_dependency( 'addressable', '~> 2.3' )
spec.add_runtime_dependency( 'excon' , '~> 0.27.3' )
spec.add_runtime_dependency( 'excon' , '~> 0.29' )
spec.add_runtime_dependency( 'trollop' , '~> 2.0' )
spec.add_runtime_dependency( 'logging' , '~> 1.8.1' )

Expand Down

0 comments on commit 632f0ec

Please sign in to comment.