Skip to content

Commit

Permalink
Default to being less pessimistic about excon
Browse files Browse the repository at this point in the history
- It limits using more recent gems through a project
- If there are explicit breaking changes in future versions, then add an additional <=
  • Loading branch information
kevmoo committed Jul 23, 2012
1 parent 8e3ee75 commit 00734a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog.gemspec
Expand Up @@ -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')
Expand Down

0 comments on commit 00734a6

Please sign in to comment.