-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
47 lines (45 loc) · 846 Bytes
/
Gemfile.lock
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
GEM
remote: https://rubygems.org/
specs:
armor (0.0.3)
awesome_print (1.6.1)
daemons (1.1.9)
dotenv (2.0.0)
encrypted_cookie (0.0.4)
eventmachine (1.0.7)
logger (1.2.8)
pg (0.18.1)
que (0.10.0)
rack (1.6.0)
rack-protection (1.5.3)
rack
sequel (4.20.0)
sequel_pg (1.6.11)
pg (>= 0.8.0)
sequel (>= 3.39.0)
shield (2.1.1)
armor
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
thin (1.6.3)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
tilt (1.4.1)
PLATFORMS
ruby
DEPENDENCIES
awesome_print
dotenv
encrypted_cookie
logger
pg
que (>= 0.10.0)
rack (>= 1.6.0)
sequel (>= 4.20.0, < 5.0)
sequel_pg
shield
sinatra (>= 1.4.5, < 2.0)
thin (>= 1.6.3)