summaryrefslogtreecommitdiff
blob: 9aa3dd88683b23cee70e1f305553522aa8fd4cfe (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
GEM
  remote: https://rubygems.org/
  specs:
    json (2.5.1)
    mustermann (1.1.1)
      ruby2_keywords (~> 0.0.1)
    nio4r (2.5.8)
    puma (5.4.0)
      nio4r (~> 2.0)
    rack (2.2.3)
    rack-protection (2.1.0)
      rack
    redcarpet (3.5.1)
    ruby2_keywords (0.0.5)
    sinatra (2.1.0)
      mustermann (~> 1.0)
      rack (~> 2.2)
      rack-protection (= 2.1.0)
      tilt (~> 2.0)
    sinatra-partial (1.0.1)
      sinatra (>= 1.4)
    tilt (2.0.10)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  json
  puma
  redcarpet
  sinatra
  sinatra-partial

BUNDLED WITH
   2.2.24