-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
executable file
·134 lines (130 loc) · 2.93 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
PATH
remote: .
specs:
raptor-server (0.0.1)
activesupport (~> 4.0.1)
em-hiredis (~> 0.2.1)
em-http-request (~> 1.0.3)
em-websocket (~> 0.5.0)
eventmachine (~> 1.0.3)
glamazon (~> 0.3.1)
rack (~> 1.5.2)
rack-fiber_pool (~> 0.9.3)
signature (~> 0.1.7)
sinatra (~> 1.4.4)
thin (~> 1.6.1)
PATH
remote: ../raptor-gem
specs:
raptor (0.0.0)
httpclient (~> 2.3.0)
multi_json (~> 1.0)
signature (~> 0.1.6)
GEM
remote: https://rubygems.org/
specs:
activesupport (4.0.2)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
addressable (2.3.5)
atomic (1.1.14)
atomic (1.1.14-java)
columnize (0.3.6)
cookiejar (0.3.0)
crack (0.4.2)
safe_yaml (~> 1.0.0)
daemons (1.1.9)
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
diff-lcs (1.2.5)
em-hiredis (0.2.1)
hiredis (~> 0.4.0)
em-http-request (1.0.3)
addressable (>= 2.2.3)
cookiejar
em-socksify
eventmachine (>= 1.0.0.beta.4)
http_parser.rb (>= 0.5.3)
em-socksify (0.3.0)
eventmachine (>= 1.0.0.beta.4)
em-websocket (0.5.0)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.5.3)
em-websocket-client (0.1.2)
eventmachine
websocket
eventmachine (1.0.3)
eventmachine (1.0.3-java)
glamazon (0.3.1)
activesupport (>= 3.1.0)
i18n (~> 0.6.0)
yajl-ruby (>= 0.7.7)
haml (4.0.5)
tilt
hiredis (0.4.5)
hiredis (0.4.5-java)
http_parser.rb (0.5.3)
http_parser.rb (0.5.3-java)
httpclient (2.3.4.1)
i18n (0.6.9)
metaclass (0.0.2)
minitest (4.7.5)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.8.4)
rack (1.5.2)
rack-fiber_pool (0.9.3)
rack-protection (1.5.2)
rack
rake (10.1.1)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.7)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.5)
safe_yaml (1.0.1)
signature (0.1.7)
sinatra (1.4.4)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
thin (1.6.1)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
thread_safe (0.1.3)
atomic
thread_safe (0.1.3-java)
atomic
tilt (1.4.1)
timecop (0.7.1)
tzinfo (0.3.38)
webmock (1.16.1)
addressable (>= 2.2.7)
crack (>= 0.3.2)
websocket (1.1.2)
yajl-ruby (1.2.0)
PLATFORMS
java
ruby
DEPENDENCIES
debugger
em-websocket-client (~> 0.1.2)
haml (~> 4.0.4)
mocha (~> 0.14.0)
rake
raptor!
raptor-server!
rspec (~> 2.14.1)
timecop (~> 0.7.0)
webmock (~> 1.16.0)