Skip to content

Commit

Permalink
Force minimum version constraint to ensure expected API
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Dec 11, 2015
1 parent 489b12a commit 0a2b0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miasma.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.description = 'Smoggy API'
s.license = 'Apache 2.0'
s.require_path = 'lib'
s.add_runtime_dependency 'http'
s.add_runtime_dependency 'http', '>= 0.8.12', '< 1.0'
s.add_runtime_dependency 'multi_json'
s.add_runtime_dependency 'multi_xml'
s.add_runtime_dependency 'xml-simple'
Expand Down

0 comments on commit 0a2b0a5

Please sign in to comment.