Skip to content

Commit 0e77b80

Browse files
committed
Fix rubocop on ruby-head
1 parent 030cb7e commit 0e77b80

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
@@ -10,6 +10,7 @@ gem "debug"
1010
gem "rake", "~> 13.0"
1111

1212
gem "rubocop", "~> 1.21"
13+
gem "ostruct" # For rubocop
1314
gem "base64" # For rubocop
1415

1516
gem "redis-client", ">= 0.22"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ GEM
1212
debug (0.2.1)
1313
json (2.7.2)
1414
json (2.7.2-java)
15+
ostruct (0.6.1)
1516
parallel (1.24.0)
1617
parser (3.3.3.0)
1718
ast (~> 2.4.1)
@@ -53,6 +54,7 @@ DEPENDENCIES
5354
base64
5455
debug
5556
megatest!
57+
ostruct
5658
rake (~> 13.0)
5759
redis-client (>= 0.22)
5860
rubocop (~> 1.21)

0 commit comments

Comments
 (0)