updated json dependency to '>= 1.5.0' to ensure JRuby compatability

This commit is contained in:
2011-03-13 23:46:00 +00:00
parent 875d16b01c
commit d0b7f097a8

View File

@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.add_runtime_dependency 'activesupport', '>= 2.3.6'
s.add_runtime_dependency 'json', '>= 1.4.0'
s.add_runtime_dependency 'json', '>= 1.5.0'
s.add_runtime_dependency 'redis', '>= 2.1.0'
s.add_runtime_dependency 'time_ext', '>= 0.2.8'