summary refs log tree commit diff stats
path: root/web/Gemfile.lock
blob: d2bd8c74492c85c7db8f8a9dc182f2df6d8c81c3 (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
GEM
  remote: https://rubygems.org/
  specs:
    base64 (0.3.0)
    bigdecimal (3.2.2)
    ffi (1.17.2-x86_64-darwin)
    ffi (1.17.2-x86_64-linux-gnu)
    haml (6.3.0)
      temple (>= 0.8.2)
      thor
      tilt
    logger (1.7.0)
    mustermann (3.0.4)
      ruby2_keywords (~> 0.0.1)
    nio4r (2.7.4)
    puma (6.6.1)
      nio4r (~> 2.0)
    rack (3.2.0)
    rack-cache (1.17.0)
      rack (>= 0.4)
    rack-protection (4.1.1)
      base64 (>= 0.1.0)
      logger (>= 1.6.0)
      rack (>= 3.0.0, < 4)
    rack-session (2.1.1)
      base64 (>= 0.1.0)
      rack (>= 3.0.0)
    ruby2_keywords (0.0.5)
    sassc (2.4.0)
      ffi (~> 1.9)
    sequel (5.95.1)
      bigdecimal
    sinatra (4.1.1)
      logger (>= 1.6.0)
      mustermann (~> 3.0)
      rack (>= 3.0.0, < 4)
      rack-protection (= 4.1.1)
      rack-session (>= 2.0.0, < 3)
      tilt (~> 2.0)
    sqlite3 (2.7.3-x86_64-darwin)
    sqlite3 (2.7.3-x86_64-linux-gnu)
    temple (0.10.4)
    thor (1.4.0)
    tilt (2.6.1)

PLATFORMS
  x86_64-darwin-22
  x86_64-linux

DEPENDENCIES
  haml
  puma
  rack-cache
  sassc
  sequel
  sinatra
  sqlite3

BUNDLED WITH
   2.4.21