mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 05:16:39 +00:00
updated json dependency to '>= 1.5.0' to ensure JRuby compatability
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user