aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: a12c300f78679c8fb86679d6a551969f17018a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GEM
  remote: https://rubygems.org/
  specs:
    daemons (1.4.1)
    eventmachine (1.2.7)
    rack (2.2.3.1)
    thin (1.8.1)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  rack
  thin

BUNDLED WITH
   2.3.15