I'm trying to run bundle
on a Win machine for an existing app. One of the gems is using HiRedis
as a dependency. Since it is impossible to install HiRedis on Win:
- Is there a way to find out which gem is using HiRedis?
- Is there a way to run bundle command with
--without [hiredis]
?