Blame view

Gemfile.lock 795 Bytes
9d3e514b9   John Barnette   Initial commit
1
  PATH
ae16a8376   John Barnette   "Fix" location
2
    remote: /Users/jbarnette/boxen/boxen
9d3e514b9   John Barnette   Initial commit
3
4
5
    specs:
      boxen (0.0.0)
        ansi
1282818ed   John Barnette   Bump deps
6
        highline
9d3e514b9   John Barnette   Initial commit
7
8
        json_pure
        octokit
17f628fea   John Barnette   Update deps
9
        puppet
9d3e514b9   John Barnette   Initial commit
10
11
12
13
14
15
  
  GEM
    remote: http://rubygems.org/
    specs:
      addressable (2.3.2)
      ansi (1.4.3)
17f628fea   John Barnette   Update deps
16
      facter (1.6.12)
9d3e514b9   John Barnette   Initial commit
17
18
19
20
21
      faraday (0.8.4)
        multipart-post (~> 1.1)
      faraday_middleware (0.8.8)
        faraday (>= 0.7.4, < 0.9)
      hashie (1.2.0)
17f628fea   John Barnette   Update deps
22
23
      hiera (1.1.0.rc1)
        json
1282818ed   John Barnette   Bump deps
24
      highline (1.6.15)
17f628fea   John Barnette   Update deps
25
      json (1.7.5)
9d3e514b9   John Barnette   Initial commit
26
27
28
29
30
31
32
33
34
      json_pure (1.7.5)
      multi_json (1.3.6)
      multipart-post (1.1.5)
      octokit (1.15.1)
        addressable (~> 2.2)
        faraday (~> 0.8)
        faraday_middleware (~> 0.8)
        hashie (~> 1.2)
        multi_json (~> 1.3)
17f628fea   John Barnette   Update deps
35
36
37
      puppet (3.0.0)
        facter (>= 1.6.11)
        hiera (>= 1.0.0rc)
9d3e514b9   John Barnette   Initial commit
38
39
40
41
42
43
  
  PLATFORMS
    ruby
  
  DEPENDENCIES
    boxen (= 0.0.0)!