aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/Gemfile.lock
blob: 9663a26c47839d6a25fd2fd60406ce363be29732 (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
GEM
  remote: https://rubygems.org/
  specs:
    docile (1.1.5)
    json (1.8.3)
    metaclass (0.0.4)
    minitest (5.7.0)
    mocha (1.1.0)
      metaclass (~> 0.0.1)
    rake (10.4.2)
    simplecov (0.10.0)
      docile (~> 1.1.0)
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)

PLATFORMS
  ruby

DEPENDENCIES
  minitest (~> 5.3)
  mocha (~> 1.1)
  rake (~> 10.3)
  simplecov (~> 0.10.0)