about summary refs log tree commit diff
path: root/pkgs/development/tools/gemstash/Gemfile.lock
blob: eed8dffc622588cdf1ab21bf0e424021da0e9b71 (plain) (blame)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.1.2)
      base64
      bigdecimal
      concurrent-ruby (~> 1.0, >= 1.0.2)
      connection_pool (>= 2.2.5)
      drb
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      mutex_m
      tzinfo (~> 2.0)
    base64 (0.2.0)
    bigdecimal (3.1.4)
    concurrent-ruby (1.2.2)
    connection_pool (2.4.1)
    dalli (3.2.6)
    drb (2.2.0)
      ruby2_keywords
    faraday (1.10.3)
      faraday-em_http (~> 1.0)
      faraday-em_synchrony (~> 1.0)
      faraday-excon (~> 1.1)
      faraday-httpclient (~> 1.0)
      faraday-multipart (~> 1.0)
      faraday-net_http (~> 1.0)
      faraday-net_http_persistent (~> 1.0)
      faraday-patron (~> 1.0)
      faraday-rack (~> 1.0)
      faraday-retry (~> 1.0)
      ruby2_keywords (>= 0.0.4)
    faraday-em_http (1.0.0)
    faraday-em_synchrony (1.0.0)
    faraday-excon (1.1.0)
    faraday-httpclient (1.0.1)
    faraday-multipart (1.0.4)
      multipart-post (~> 2)
    faraday-net_http (1.0.1)
    faraday-net_http_persistent (1.2.0)
    faraday-patron (1.0.0)
    faraday-rack (1.0.0)
    faraday-retry (1.0.3)
    faraday_middleware (1.2.0)
      faraday (~> 1.0)
    gemstash (2.7.1)
      activesupport (>= 4.2, < 8)
      dalli (>= 3.2.3, < 4)
      faraday (>= 1, < 3)
      faraday_middleware (~> 1.0)
      lru_redux (~> 1.1)
      psych (>= 3.2.1)
      puma (~> 6.1)
      sequel (~> 5.0)
      server_health_check-rack (~> 0.1)
      sinatra (>= 1.4, < 4.0)
      sqlite3 (~> 1.3)
      terminal-table (~> 3.0)
      thor (~> 1.0)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    lru_redux (1.1.0)
    mini_portile2 (2.8.5)
    minitest (5.20.0)
    multipart-post (2.3.0)
    mustermann (3.0.0)
      ruby2_keywords (~> 0.0.1)
    mutex_m (0.2.0)
    nio4r (2.6.1)
    psych (5.1.1.1)
      stringio
    puma (6.4.0)
      nio4r (~> 2.0)
    rack (2.2.8)
    rack-protection (3.1.0)
      rack (~> 2.2, >= 2.2.4)
    ruby2_keywords (0.0.5)
    sequel (5.74.0)
      bigdecimal
    server_health_check (1.0.2)
    server_health_check-rack (0.1.0)
      server_health_check (~> 1.0, >= 1.0.1)
    sinatra (3.1.0)
      mustermann (~> 3.0)
      rack (~> 2.2, >= 2.2.4)
      rack-protection (= 3.1.0)
      tilt (~> 2.0)
    sqlite3 (1.6.9)
      mini_portile2 (~> 2.8.0)
    stringio (3.1.0)
    terminal-table (3.0.2)
      unicode-display_width (>= 1.1.1, < 3)
    thor (1.3.0)
    tilt (2.3.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.5.0)

PLATFORMS
  ruby

DEPENDENCIES
  gemstash

BUNDLED WITH
   2.4.22