Skip to content

Commit 9770028

Browse files
committed
Fix rubocop on newer rubies
1 parent ab113b9 commit 9770028

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ gem "megatest"
99
gem "rake", "~> 13.3"
1010
gem "rake-compiler"
1111
gem "rubocop"
12+
gem "base64" # For rubocop
1213
gem "rubocop-minitest"
1314
gem "toxiproxy"
1415
gem "benchmark"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.2)
11+
base64 (0.3.0)
1112
benchmark (0.4.1)
1213
benchmark-ips (2.14.0)
1314
cgi (0.5.0)
@@ -57,6 +58,7 @@ PLATFORMS
5758
x86_64-linux
5859

5960
DEPENDENCIES
61+
base64
6062
benchmark
6163
benchmark-ips
6264
cgi (>= 0.5.0)

0 commit comments

Comments
 (0)