main
 1PATH
 2  remote: .
 3  specs:
 4    examine (0.1.3)
 5      down (~> 4.8)
 6      thor (~> 0.20)
 7
 8GEM
 9  remote: https://rubygems.org/
10  specs:
11    addressable (2.7.0)
12      public_suffix (>= 2.0.2, < 5.0)
13    ast (2.4.0)
14    bundler-audit (0.6.1)
15      bundler (>= 1.2.0, < 3)
16      thor (~> 0.18)
17    diff-lcs (1.3)
18    down (4.8.1)
19      addressable (~> 2.5)
20    jaro_winkler (1.5.2)
21    parallel (1.17.0)
22    parser (2.6.3.0)
23      ast (~> 2.4.0)
24    public_suffix (4.0.6)
25    rainbow (3.0.0)
26    rake (10.5.0)
27    rspec (3.8.0)
28      rspec-core (~> 3.8.0)
29      rspec-expectations (~> 3.8.0)
30      rspec-mocks (~> 3.8.0)
31    rspec-core (3.8.2)
32      rspec-support (~> 3.8.0)
33    rspec-expectations (3.8.4)
34      diff-lcs (>= 1.2.0, < 2.0)
35      rspec-support (~> 3.8.0)
36    rspec-mocks (3.8.1)
37      diff-lcs (>= 1.2.0, < 2.0)
38      rspec-support (~> 3.8.0)
39    rspec-support (3.8.2)
40    rubocop (0.71.0)
41      jaro_winkler (~> 1.5.1)
42      parallel (~> 1.10)
43      parser (>= 2.6)
44      rainbow (>= 2.2.2, < 4.0)
45      ruby-progressbar (~> 1.7)
46      unicode-display_width (>= 1.4.0, < 1.7)
47    rubocop-rspec (1.33.0)
48      rubocop (>= 0.60.0)
49    ruby-progressbar (1.10.1)
50    thor (0.20.3)
51    unicode-display_width (1.6.0)
52
53PLATFORMS
54  ruby
55
56DEPENDENCIES
57  bundler (~> 2.0)
58  bundler-audit (~> 0.6)
59  examine!
60  rake (~> 10.0)
61  rspec (~> 3.0)
62  rubocop (~> 0.52)
63  rubocop-rspec (~> 1.22)
64
65BUNDLED WITH
66   2.1.4