We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030cb7e commit 0e77b80Copy full SHA for 0e77b80
Gemfile
@@ -10,6 +10,7 @@ gem "debug"
10
gem "rake", "~> 13.0"
11
12
gem "rubocop", "~> 1.21"
13
+gem "ostruct" # For rubocop
14
gem "base64" # For rubocop
15
16
gem "redis-client", ">= 0.22"
Gemfile.lock
@@ -12,6 +12,7 @@ GEM
debug (0.2.1)
json (2.7.2)
json (2.7.2-java)
+ ostruct (0.6.1)
parallel (1.24.0)
17
parser (3.3.3.0)
18
ast (~> 2.4.1)
@@ -53,6 +54,7 @@ DEPENDENCIES
53
54
base64
55
debug
56
megatest!
57
+ ostruct
58
rake (~> 13.0)
59
redis-client (>= 0.22)
60
rubocop (~> 1.21)
0 commit comments