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.
2 parents a1fc030 + 88cb4f4 commit 4a273e0Copy full SHA for 4a273e0
Appraisals
@@ -124,7 +124,7 @@ if RUBY_VERSION >= '2.2.2' && RUBY_PLATFORM != 'java'
124
else
125
appraise 'contrib-old' do
126
gem 'elasticsearch-transport'
127
- gem 'redis'
+ gem 'redis', '< 4.0.0'
128
gem 'hiredis'
129
gem 'rack', '1.4.7'
130
gem 'rack-test'
gemfiles/contrib_old.gemfile
@@ -3,7 +3,7 @@
3
source "https://rubygems.org"
4
5
gem "elasticsearch-transport"
6
-gem "redis"
+gem "redis", "< 4.0.0"
7
gem "hiredis"
8
gem "rack", "1.4.7"
9
gem "rack-test"
0 commit comments