We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a03f2 commit b8dc8c7Copy full SHA for b8dc8c7
.github/workflows/test.yaml
@@ -37,7 +37,7 @@ jobs:
37
matrix:
38
redis: ['7.0.1', '6.2.7']
39
ruby: ['3.1', '3.0', '2.7']
40
- driver: ['ruby'] # FIXME: freaky hiredis
+ driver: ['ruby', 'hiredis']
41
docker: ['docker-compose.yaml', 'docker-compose.ssl.yaml']
42
runs-on: ubuntu-latest
43
env:
Gemfile
@@ -3,7 +3,7 @@
3
source 'https://rubygems.org'
4
gemspec name: 'redis-cluster-client'
5
6
-gem 'hiredis-client'
+gem 'hiredis-client', git: 'https://github.com/redis-rb/redis-client', glob: 'hiredis-client/*.gemspec'
7
gem 'minitest'
8
gem 'rake'
9
gem 'rubocop'
0 commit comments