delano / redis-dump

Redis to JSON and nack again
https://rubygems.org/gems/redis-dump
MIT License
825 stars 124 forks source link

undefined method "select!" #11

Closed tit closed 11 years ago

tit commented 11 years ago

I try run reddis-dump and response next error ERROR (NoMethodError): undefined method `select!' for #Array:0x102c17818

mac, ruby 1.8.x, redis 2.6.x

delano commented 11 years ago

Thanks for the report.

Ruby 1.8 doesn't have an Array#select! method. I only work with Ruby 1.9 now but I'm happy to pull in a patch.

tit commented 11 years ago

I pulled small patch for Ruby 1.8.x

delano commented 11 years ago

Thanks, that resolves issue #12.