File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ gem "megatest"
9
9
gem "rake" , "~> 13.3"
10
10
gem "rake-compiler"
11
11
gem "rubocop"
12
- gem "base64"
13
12
gem "rubocop-minitest"
14
13
gem "toxiproxy"
15
14
gem "benchmark"
@@ -18,7 +17,6 @@ group :benchmark do
18
17
gem "benchmark-ips"
19
18
gem "hiredis"
20
19
gem "redis" , "~> 4.6"
20
+ gem "cgi" , ">= 0.5.0.beta2" # For Redis 4.x
21
21
gem "stackprof" , platform : :mri
22
22
end
23
-
24
- gem "byebug" , platform : :mri
Original file line number Diff line number Diff line change 8
8
remote: https://rubygems.org/
9
9
specs:
10
10
ast (2.4.2 )
11
- base64 (0.3.0 )
12
11
benchmark (0.4.1 )
13
12
benchmark-ips (2.14.0 )
14
- byebug (11.1.3 )
13
+ cgi (0.5.0.beta2 )
14
+ cgi (0.5.0.beta2-java )
15
15
connection_pool (2.5.3 )
16
16
hiredis (0.6.3 )
17
17
hiredis (0.6.3-java )
@@ -57,10 +57,9 @@ PLATFORMS
57
57
x86_64-linux
58
58
59
59
DEPENDENCIES
60
- base64
61
60
benchmark
62
61
benchmark-ips
63
- byebug
62
+ cgi ( >= 0.5.0.beta2 )
64
63
hiredis
65
64
megatest
66
65
rake (~> 13.3 )
You can’t perform that action at this time.
0 commit comments