Skip to content

Commit

Permalink
Upgrades faraday to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiokr committed Jun 3, 2014
1 parent cad5062 commit 29477db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solusvm.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.executables = "solusvm"

s.add_runtime_dependency 'thor', '>= 0.19.1'
s.add_runtime_dependency 'faraday', '>= 0.9.0'
s.add_runtime_dependency 'faraday', '~> 0.9.0'

s.add_development_dependency 'mocha', '~> 1.0.0'
s.add_development_dependency 'rake', '~> 10.1.1'
Expand Down

0 comments on commit 29477db

Please sign in to comment.