aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/tools/misc/travis/Gemfile.lock
blob: 91df15a9bb658bf9e6297649e88885481e663f22 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
GEM
  remote: https://rubygems.org/
  specs:
    activesupport (5.2.4.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    coderay (1.1.3)
    concurrent-ruby (1.1.6)
    ethon (0.12.0)
      ffi (>= 1.3.0)
    faraday (1.0.1)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (1.0.0)
      faraday (~> 1.0)
    ffi (1.13.1)
    gh (0.17.0)
      activesupport (~> 5.0)
      addressable (~> 2.4)
      faraday (~> 1.0)
      faraday_middleware (~> 1.0)
      multi_json (~> 1.0)
      net-http-persistent (~> 2.9)
      net-http-pipeline
    highline (2.0.3)
    i18n (1.8.3)
      concurrent-ruby (~> 1.0)
    json (2.3.0)
    launchy (2.4.3)
      addressable (~> 2.3)
    method_source (0.9.2)
    minitest (5.14.1)
    multi_json (1.14.1)
    multipart-post (2.1.1)
    net-http-persistent (2.9.4)
    net-http-pipeline (1.0.1)
    pry (0.11.3)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    public_suffix (4.0.5)
    pusher-client (0.6.2)
      json
      websocket (~> 1.0)
    thread_safe (0.3.6)
    travis (1.9.1)
      faraday (~> 1.0)
      faraday_middleware (~> 1.0)
      gh (~> 0.13)
      highline (~> 2.0)
      json (~> 2.3)
      launchy (~> 2.1, < 2.5.0)
      pusher-client (~> 0.4)
      typhoeus (~> 0.6, >= 0.6.8)
    typhoeus (0.8.0)
      ethon (>= 0.8.0)
    tzinfo (1.2.7)
      thread_safe (~> 0.1)
    websocket (1.2.8)

PLATFORMS
  ruby

DEPENDENCIES
  pry (~> 0.11.0)
  travis

BUNDLED WITH
   2.1.4