diff --git a/Gemfile.lock b/Gemfile.lock index 6db9944..0883b73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ PATH remote: . specs: - redistat (0.0.4) + redistat (0.0.5) activesupport (>= 2.3.0) - json (>= 1.4.6) - redis (>= 2.1.1) + json (>= 1.4.0) + redis (>= 2.1.0) system_timer (>= 1.0.0) time_ext (>= 0.2.8) @@ -35,8 +35,8 @@ PLATFORMS DEPENDENCIES activesupport (>= 2.3.0) - json (>= 1.4.6) - redis (>= 2.1.1) + json (>= 1.4.0) + redis (>= 2.1.0) redistat! rspec (>= 2.1.0) system_timer (>= 1.0.0) diff --git a/redistat.gemspec b/redistat.gemspec index 2dc74c7..3fef21e 100644 --- a/redistat.gemspec +++ b/redistat.gemspec @@ -20,8 +20,8 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] s.add_runtime_dependency 'activesupport', '>= 2.3.0' - s.add_runtime_dependency 'json', '>= 1.4.6' - s.add_runtime_dependency 'redis', '>= 2.1.1' + s.add_runtime_dependency 'json', '>= 1.4.0' + s.add_runtime_dependency 'redis', '>= 2.1.0' s.add_runtime_dependency 'system_timer', '>= 1.0.0' s.add_runtime_dependency 'time_ext', '>= 0.2.8'