Blame view

Gemfile.lock 1018 Bytes
e7885ed5a   John Barnette   Update for Boxen ...
1
2
3
  GIT
    remote: https://github.com/boxen/boxen
    revision: 8bde53257faeeb444987a251ada9e40f5d927168
9d3e514b9   John Barnette   Initial commit
4
    specs:
e7885ed5a   John Barnette   Update for Boxen ...
5
      boxen (0.1.0)
57e5649ce   John Barnette   Depend on a real gem
6
7
8
        ansi (~> 1.4)
        highline (~> 1.6)
        json_pure (~> 1.7)
e7885ed5a   John Barnette   Update for Boxen ...
9
        librarian-puppet (~> 0.9)
57e5649ce   John Barnette   Depend on a real gem
10
11
        octokit (~> 1.15)
        puppet (~> 3.0)
e7885ed5a   John Barnette   Update for Boxen ...
12
13
14
15
16
17
  
  GEM
    remote: http://rubygems.org/
    specs:
      addressable (2.3.2)
      ansi (1.4.3)
17f628fea   John Barnette   Update deps
18
      facter (1.6.12)
9d3e514b9   John Barnette   Initial commit
19
20
21
22
23
      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
24
25
      hiera (1.1.0.rc1)
        json
1282818ed   John Barnette   Bump deps
26
      highline (1.6.15)
17f628fea   John Barnette   Update deps
27
      json (1.7.5)
9d3e514b9   John Barnette   Initial commit
28
      json_pure (1.7.5)
f4cad7de3   Will Farrington   add librarian-pup...
29
30
31
32
      librarian-puppet (0.9.5)
        json
        puppet
        thor (~> 0.15)
9d3e514b9   John Barnette   Initial commit
33
34
35
36
37
38
39
40
      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
41
42
43
      puppet (3.0.0)
        facter (>= 1.6.11)
        hiera (>= 1.0.0rc)
f4cad7de3   Will Farrington   add librarian-pup...
44
      thor (0.16.0)
9d3e514b9   John Barnette   Initial commit
45
46
47
48
49
  
  PLATFORMS
    ruby
  
  DEPENDENCIES
e7885ed5a   John Barnette   Update for Boxen ...
50
    boxen (~> 0.1)!