Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conflict with resolv-replace gem (#989)
* Fix conflict with resolv-replace gem Closes #987 In version 3.2.7 socket_timeout option was introduced for TCPSocket. This works unless `resolv-replace` gem is loaded (which was added to ruby standard library since version 3.0.0). This commit adds another check besides the ruby version check to avoid breaking dalli for applications that have `resolv-replace` gem required. * Fix rubocop warning * Comment additional check in TCP.open method definition
- Loading branch information