This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
forked from seomoz/qless
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Gemfile.lock
157 lines (153 loc) · 3.3 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
PATH
remote: .
specs:
qless (0.11.5)
erubi (~> 1.7)
metriks (~> 0.9)
redis (~> 4.4.0)
rusage (~> 0.2.0)
sinatra (>= 1.3, <= 2.2.3)
statsd-ruby (~> 1.3)
thin (~> 1.7)
thor
vegas (~> 0.1.11)
GEM
remote: http://rubygems.org/
specs:
ast (1.1.0)
atomic (1.1.101)
avl_tree (1.2.1)
atomic (~> 1.1)
byebug (2.7.0)
columnize (~> 0.3)
debugger-linecache (~> 1.2)
cane (2.6.2)
parallel
capybara (1.1.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
coderay (1.1.0)
columnize (0.3.6)
daemons (1.2.4)
debugger (1.6.2)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.3)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.3)
diff-lcs (1.2.4)
erubi (1.10.0)
eventmachine (1.2.1)
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
ffi (1.15.5)
hitimes (1.3.1)
http_parser.rb (0.5.3)
method_source (0.8.2)
metriks (0.9.9.8)
atomic (~> 1.0)
avl_tree (~> 1.2.0)
hitimes (~> 1.1)
mime-types (1.25)
mini_portile (0.5.1)
multi_json (1.8.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
parallel (1.4.1)
parser (2.0.0.pre8)
ast (~> 1.1)
slop (~> 3.4, >= 3.4.5)
poltergeist (1.0.3)
capybara (~> 1.1)
childprocess (~> 0.3)
faye-websocket (~> 0.4.4)
http_parser.rb (~> 0.5.3)
multi_json (~> 1.0)
powerpack (0.0.8)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (1.3.3)
byebug (~> 2.7)
pry (~> 0.10)
rack (2.2.3)
rack-protection (2.2.0)
rack
rack-test (0.6.2)
rack (>= 1.0)
rainbow (1.1.4)
rake (10.1.0)
redis (4.4.0)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.3)
diff-lcs (>= 1.1.3, < 2.0)
rspec-fire (1.2.0)
rspec (~> 2.11)
rspec-mocks (2.14.3)
rubocop (0.13.1)
parser (~> 2.0.0.pre6)
powerpack (~> 0.0.6)
rainbow (>= 1.1.4)
ruby2_keywords (0.0.5)
rubyzip (0.9.9)
rusage (0.2.0)
selenium-webdriver (2.35.1)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip (< 1.0.0)
websocket (~> 1.0.4)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sinatra (2.2.3)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
slop (3.4.6)
statsd-ruby (1.5.0)
thin (1.7.0)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.20.3)
tilt (2.0.10)
timecop (0.9.5)
vegas (0.1.11)
rack (>= 1.0.0)
websocket (1.0.7)
xpath (0.1.4)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
byebug
cane
debugger
poltergeist (~> 1.0.0)
pry
pry-byebug
qless!
rake
rspec
rspec-fire
rubocop
simplecov
thin
timecop
BUNDLED WITH
2.2.22