Blame view

Gemfile.lock 905 Bytes
70a8c928a   John Barnette   Use the released ...
1
2
  GEM
    remote: http://rubygems.org/
9d3e514b9   John Barnette   Initial commit
3
    specs:
70a8c928a   John Barnette   Use the released ...
4
5
      addressable (2.3.2)
      ansi (1.4.3)
582fc6ef7   Will Farrington   bump boxen to 0.2.3
6
      boxen (0.2.3)
57e5649ce   John Barnette   Depend on a real gem
7
        ansi (~> 1.4)
28352c3b4   Will Farrington   bump boxen versio...
8
        hiera (~> 1.0.0)
57e5649ce   John Barnette   Depend on a real gem
9
10
        highline (~> 1.6)
        json_pure (~> 1.7)
e7885ed5a   John Barnette   Update for Boxen ...
11
        librarian-puppet (~> 0.9)
57e5649ce   John Barnette   Depend on a real gem
12
13
        octokit (~> 1.15)
        puppet (~> 3.0)
17f628fea   John Barnette   Update deps
14
      facter (1.6.12)
9d3e514b9   John Barnette   Initial commit
15
16
17
18
19
      faraday (0.8.4)
        multipart-post (~> 1.1)
      faraday_middleware (0.8.8)
        faraday (>= 0.7.4, < 0.9)
      hashie (1.2.0)
d6e023ccb   Will Farrington   Update hiera and ...
20
      hiera (1.0.0)
1282818ed   John Barnette   Bump deps
21
      highline (1.6.15)
9d3e514b9   John Barnette   Initial commit
22
      json_pure (1.7.5)
c8da6c359   John Barnette   Bump to 0.9.6
23
24
      librarian-puppet (0.9.6)
        json_pure
f4cad7de3   Will Farrington   add librarian-pup...
25
26
        puppet
        thor (~> 0.15)
9d3e514b9   John Barnette   Initial commit
27
28
29
30
31
32
33
34
      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)
f4cad7de3   Will Farrington   add librarian-pup...
38
      thor (0.16.0)
9d3e514b9   John Barnette   Initial commit
39
40
41
42
43
  
  PLATFORMS
    ruby
  
  DEPENDENCIES
70a8c928a   John Barnette   Use the released ...
44
    boxen (~> 0.1)