about summary refs log tree commit diff
path: root/pkgs/development/tools/gemstash/Gemfile.lock
blob: b7f9f963f3b8ffa3c8257c5577415172a999e166 (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
GEM
  remote: https://rubygems.org/
  specs:
    activesupport (5.2.6.2)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    concurrent-ruby (1.1.9)
    dalli (2.7.11)
    faraday (0.17.5)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.14.0)
      faraday (>= 0.7.4, < 1.0)
    gemstash (2.1.0)
      activesupport (>= 4.2, < 6)
      dalli (~> 2.7)
      faraday (~> 0.9)
      faraday_middleware (~> 0.10)
      lru_redux (~> 1.1)
      puma (~> 4.0)
      sequel (~> 5.0)
      server_health_check-rack (~> 0.1)
      sinatra (>= 1.4, < 3.0)
      sqlite3 (~> 1.3)
      thor (~> 0.20)
    i18n (1.10.0)
      concurrent-ruby (~> 1.0)
    lru_redux (1.1.0)
    minitest (5.15.0)
    multipart-post (2.1.1)
    mustermann (1.1.1)
      ruby2_keywords (~> 0.0.1)
    nio4r (2.5.8)
    puma (4.3.11)
      nio4r (~> 2.0)
    rack (2.2.3)
    rack-protection (2.2.0)
      rack
    ruby2_keywords (0.0.5)
    sequel (5.54.0)
    server_health_check (1.0.2)
    server_health_check-rack (0.1.0)
      server_health_check (~> 1.0, >= 1.0.1)
    sinatra (2.2.0)
      mustermann (~> 1.0)
      rack (~> 2.2)
      rack-protection (= 2.2.0)
      tilt (~> 2.0)
    sqlite3 (1.4.2)
    thor (0.20.3)
    thread_safe (0.3.6)
    tilt (2.0.10)
    tzinfo (1.2.9)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  gemstash

BUNDLED WITH
   2.1.4