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"
99gem "rake" , "~> 13.3"
1010gem "rake-compiler"
1111gem "rubocop"
12- gem "base64"
1312gem "rubocop-minitest"
1413gem "toxiproxy"
1514gem "benchmark"
@@ -18,7 +17,6 @@ group :benchmark do
1817 gem "benchmark-ips"
1918 gem "hiredis"
2019 gem "redis" , "~> 4.6"
20+ gem "cgi" # For Redis 4.x
2121 gem "stackprof" , platform : :mri
2222end
23-
24- gem "byebug" , platform : :mri
Original file line number Diff line number Diff line change 88 remote: https://rubygems.org/
99 specs:
1010 ast (2.4.2 )
11- base64 (0.3.0 )
1211 benchmark (0.4.1 )
1312 benchmark-ips (2.14.0 )
14- byebug (11.1.3 )
13+ cgi (0.4.2 )
14+ cgi (0.4.2-java )
1515 connection_pool (2.5.3 )
1616 hiredis (0.6.3 )
1717 hiredis (0.6.3-java )
@@ -57,10 +57,9 @@ PLATFORMS
5757 x86_64-linux
5858
5959DEPENDENCIES
60- base64
6160 benchmark
6261 benchmark-ips
63- byebug
62+ cgi
6463 hiredis
6564 megatest
6665 rake (~> 13.3 )
You can’t perform that action at this time.
0 commit comments