aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/Gemfile.lock
blob: 71ac06f7054d5a449c5a1b99b161cd18849c1ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
GIT
  remote: https://github.com/Homebrew/simplecov.git
  revision: 4c7642496e902ba9028a74500971e40b3e3aaa29
  branch: tracked-files-root-fix
  specs:
    simplecov (0.11.2)
      docile (~> 1.1.0)
      json (~> 1.8)
      simplecov-html (~> 0.10.0)

GEM
  remote: https://rubygems.org/
  specs:
    coveralls (0.8.10)
      json (~> 1.8)
      rest-client (>= 1.6.8, < 2)
      simplecov (~> 0.11.0)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.1)
      tins (~> 1.6.0)
    docile (1.1.5)
    json (1.8.3)
    metaclass (0.0.4)
    mime-types (1.25.1)
    minitest (5.8.4)
    mocha (1.1.0)
      metaclass (~> 0.0.1)
    rake (10.5.0)
    rest-client (1.6.9)
      mime-types (~> 1.16)
    simplecov-html (0.10.0)
    term-ansicolor (1.3.2)
      tins (~> 1.0)
    thor (0.19.1)
    tins (1.6.0)

PLATFORMS
  ruby

DEPENDENCIES
  coveralls (= 0.8.10)
  mime-types (~> 1.16)
  minitest (~> 5.3)
  mocha (~> 1.1)
  rake (~> 10.3)
  rest-client (= 1.6.9)
  simplecov (= 0.11.2)!

BUNDLED WITH
   1.11.2