main
 1PATH
 2  remote: .
 3  specs:
 4    mpeg (0.1.0)
 5
 6GEM
 7  remote: https://rubygems.org/
 8  specs:
 9    byebug (11.1.3)
10    diff-lcs (1.3)
11    rake (13.0.1)
12    rspec (3.8.0)
13      rspec-core (~> 3.8.0)
14      rspec-expectations (~> 3.8.0)
15      rspec-mocks (~> 3.8.0)
16    rspec-core (3.8.0)
17      rspec-support (~> 3.8.0)
18    rspec-expectations (3.8.3)
19      diff-lcs (>= 1.2.0, < 2.0)
20      rspec-support (~> 3.8.0)
21    rspec-mocks (3.8.0)
22      diff-lcs (>= 1.2.0, < 2.0)
23      rspec-support (~> 3.8.0)
24    rspec-support (3.8.0)
25
26PLATFORMS
27  ruby
28
29DEPENDENCIES
30  bundler (~> 2.0)
31  byebug (~> 11.0)
32  mpeg!
33  rake (~> 13.0)
34  rspec (~> 3.0)
35
36BUNDLED WITH
37   2.0.1