nateware / redis-objects

Map Redis types directly to Ruby objects
Artistic License 2.0
2.09k stars 229 forks source link

Update redis dependency in order to remove test code #248

Closed shanemvh closed 4 years ago

shanemvh commented 5 years ago

This fix https://github.com/redis/redis-rb/commit/7fd6544b971910fde10262794058c3f1f5917aa1 in redis-rb removed the test code from the gem. Test code in gems causes compliance issues in many code and security scanners. The tests for redis-rb also include some private key files that get falsely flagged as a security vulnerability. Can you update to a version of redis-rb that includes this fix? Thanks

nateware commented 4 years ago

The dependencies for redis-objects should be >= the minimum version required. We don't want to forcibly require the latest version of redis-rb because there may be other compatibility issues we don't know about. I would recommend you just require the latest redis-rb in your Gemfile.