Skip to content

Commit 68b0906

Browse files
committed
Add cgi to Gemfile and remove unused gems
1 parent 8c7d294 commit 68b0906

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ gem "megatest"
99
gem "rake", "~> 13.3"
1010
gem "rake-compiler"
1111
gem "rubocop"
12-
gem "base64"
1312
gem "rubocop-minitest"
1413
gem "toxiproxy"
1514
gem "benchmark"
@@ -18,7 +17,6 @@ group :benchmark do
1817
gem "benchmark-ips"
1918
gem "hiredis"
2019
gem "redis", "~> 4.6"
20+
gem "cgi", ">= 0.5.0.beta2" # For Redis 4.x
2121
gem "stackprof", platform: :mri
2222
end
23-
24-
gem "byebug", platform: :mri

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ GEM
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.5.0.beta2)
14+
cgi (0.5.0.beta2-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

5959
DEPENDENCIES
60-
base64
6160
benchmark
6261
benchmark-ips
63-
byebug
62+
cgi (>= 0.5.0.beta2)
6463
hiredis
6564
megatest
6665
rake (~> 13.3)

0 commit comments

Comments
 (0)