aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/Gemfile.lock
blob: 64561be715488ce9c5851372f05585b4b8653408 (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
51
GEM
  remote: https://rubygems.org/
  specs:
    codecov (0.1.9)
      json
      simplecov
      url
    diff-lcs (1.3)
    docile (1.1.5)
    json (2.0.3)
    parallel (1.10.0)
    parallel_tests (2.13.0)
      parallel
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.4)
      rspec-support (~> 3.5.0)
    rspec-expectations (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-its (1.2.0)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
    rspec-mocks (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-support (3.5.0)
    rspec-wait (0.0.9)
      rspec (>= 3, < 4)
    simplecov (0.13.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    url (0.3.2)

PLATFORMS
  ruby

DEPENDENCIES
  codecov
  parallel_tests
  rspec
  rspec-its
  rspec-wait
  simplecov

BUNDLED WITH
   1.14.5