Default to being less pessimistic about excon

- It limits using more recent gems through a project
- If there are explicit breaking changes in future versions, then add an additional <=
This commit is contained in:
Kevin Moore 2012-07-20 14:12:28 -07:00
parent 8e3ee75555
commit 00734a6448
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Gem::Specification.new do |s|
## List your runtime dependencies here. Runtime dependencies are those
## that are needed for an end user to actually USE your code.
s.add_dependency('builder')
s.add_dependency('excon', '~>0.14.0')
s.add_dependency('excon', '~>0.14')
s.add_dependency('formatador', '~>0.2.0')
s.add_dependency('multi_json', '~>1.0')
s.add_dependency('mime-types')