[DRE-maint] Bug#830085: Gem::LoadError: Could not find 'hiredis' (~> 0.5.0) - did find: [hiredis-0.6.1]

Chris Lamb lamby at debian.org
Wed Sep 28 22:28:04 UTC 2016


tags 830085 + patch
thanks

Patch attached. Taken from upstream here:

 https://github.com/mloughran/em-hiredis/commit/7ebf358891ed08b8926737b1e5bee0b8c3875429


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
diff --git a/em-hiredis.gemspec b/em-hiredis.gemspec
index 2174d7a..db3bd29 100644
--- a/em-hiredis.gemspec
+++ b/em-hiredis.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
   s.description = %q{Eventmachine redis client using hiredis native parser}
 
   s.add_dependency 'eventmachine', '~> 1.0'
-  s.add_dependency 'hiredis', '~> 0.5.0'
+  s.add_dependency 'hiredis', '~> 0.6.0'
 
   s.add_development_dependency 'em-spec', '~> 0.2.5'
   s.add_development_dependency 'rspec', '~> 2.6.0'


More information about the Pkg-ruby-extras-maintainers mailing list