aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
blob: cfdb202c6b40db48bb3eb9e82edf3631f8dcfed6 (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
GEM
  remote: https://rubygems.org/
  specs:
    mustermann (1.0.3)
    puma (3.12.0)
    rack (2.0.5)
    rack-protection (2.0.3)
      rack
    simple_oauth (0.3.1)
    sinatra (2.0.3)
      mustermann (~> 1.0)
      rack (~> 2.0)
      rack-protection (= 2.0.3)
      tilt (~> 2.0)
    tilt (2.0.8)

PLATFORMS
  ruby

DEPENDENCIES
  puma
  simple_oauth (~> 0.3.1)
  sinatra (~> 2.0)

BUNDLED WITH
   1.16.3