-
Notifications
You must be signed in to change notification settings - Fork 121
/
Gemfile.lock
110 lines (107 loc) · 2.28 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
PATH
remote: .
specs:
cramp (0.15.4)
activesupport (~> 4.2.0)
eventmachine (~> 1.0.3)
faye-websocket (~> 0.9.2)
rack (~> 1.6.0)
thor (~> 0.19.0)
GEM
remote: http://rubygems.org/
specs:
activemodel (4.2.0)
activesupport (= 4.2.0)
builder (~> 3.1)
activerecord (4.2.0)
activemodel (= 4.2.0)
activesupport (= 4.2.0)
arel (~> 6.0)
activesupport (4.2.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.6)
arel (6.0.0)
async-rack (0.5.1)
rack (~> 1.1)
async_sinatra (1.1.0)
rack (>= 1.4.1)
sinatra (>= 1.3.2)
builder (3.2.2)
cookiejar (0.3.2)
daemons (1.1.9)
em-http-request (1.1.2)
addressable (>= 2.3.4)
cookiejar
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.0)
eventmachine (>= 1.0.0.beta.4)
em-synchrony (1.0.3)
eventmachine (>= 1.0.0.beta.1)
erubis (2.7.0)
eventmachine (1.0.4)
faye-websocket (0.9.2)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
http_parser.rb (0.6.0)
http_router (0.11.1)
rack (>= 1.0.0)
url_mount (~> 0.2.1)
i18n (0.7.0)
json (1.8.2)
kgio (2.9.3)
minitest (5.5.1)
mysql2 (0.2.24)
rack (1.6.0)
rack-protection (1.5.3)
rack
rainbows (4.6.2)
kgio (~> 2.5)
rack (~> 1.1)
unicorn (~> 4.8)
raindrops (0.13.0)
rake (10.4.2)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
thin (1.2.11)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicorn (4.8.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
url_mount (0.2.1)
rack
websocket-driver (0.5.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.1)
yajl-ruby (1.2.1)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 4.2.0)
async-rack
async_sinatra
cramp!
em-http-request
em-synchrony
erubis
http_router
mysql2 (~> 0.2.11)
rainbows
rake
thin (~> 1.2.11)
yajl-ruby