main
 1PATH
 2  remote: .
 3  specs:
 4    straw (0.1.2)
 5
 6GEM
 7  remote: https://rubygems.org/
 8  specs:
 9    ast (2.4.2)
10    minitest (5.15.0)
11    parallel (1.21.0)
12    parser (3.0.3.2)
13      ast (~> 2.4.1)
14    rainbow (3.0.0)
15    rake (13.0.6)
16    regexp_parser (2.2.0)
17    rexml (3.2.5)
18    rubocop (1.23.0)
19      parallel (~> 1.10)
20      parser (>= 3.0.0.0)
21      rainbow (>= 2.2.2, < 4.0)
22      regexp_parser (>= 1.8, < 3.0)
23      rexml
24      rubocop-ast (>= 1.12.0, < 2.0)
25      ruby-progressbar (~> 1.7)
26      unicode-display_width (>= 1.4.0, < 3.0)
27    rubocop-ast (1.15.0)
28      parser (>= 3.0.1.1)
29    rubocop-minitest (0.17.0)
30      rubocop (>= 0.90, < 2.0)
31    rubocop-rake (0.6.0)
32      rubocop (~> 1.0)
33    ruby-progressbar (1.11.0)
34    unicode-display_width (2.1.0)
35
36PLATFORMS
37  x86_64-linux
38
39DEPENDENCIES
40  minitest (~> 5.0)
41  rake (~> 13.0)
42  rubocop (~> 1.21)
43  rubocop-minitest (~> 0.17)
44  rubocop-rake (~> 0.6)
45  straw!
46
47BUNDLED WITH
48   2.3.0