-
Notifications
You must be signed in to change notification settings - Fork 18
/
Gemfile.lock
487 lines (475 loc) · 10.8 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
GIT
remote: https://github.com/edave/enumerated_attribute.git
revision: ec1021d11874f37d30589f91814d069884348fdf
specs:
enumerated_attribute (0.2.16)
meta_programming (>= 0.2.1)
GIT
remote: https://github.com/instedd/alto_guisso.git
revision: f9452bb8eb0b8a2788b3f290d5bdb4f545f89427
branch: master
specs:
alto_guisso (0.0.2)
rack-oauth2
GIT
remote: https://github.com/instedd/alto_guisso_rails.git
revision: 3324e4e85040b4db6279099309e9cb6f836ee331
branch: master
specs:
alto_guisso_rails (0.0.2)
alto_guisso
dalli
omniauth
omniauth-openid
rack-oauth2
rails (>= 3.0)
ruby-openid
GIT
remote: https://github.com/instedd/machinist.git
revision: 2b6ea4c2e876d4e9b3b22cc975057268788c7ff5
branch: 1.0-maintenance
specs:
machinist (1.0.6)
GIT
remote: https://github.com/instedd/poirot.git
revision: ea1615dbd6f93b1808521e3869d1fca3a4ede894
branch: master
specs:
hercule (0.0.2)
elasticsearch
GIT
remote: https://github.com/instedd/poirot_rails.git
revision: 22bbb52ca0fba0603873ed7d9b0c976d2675664c
branch: master
specs:
poirot_rails (0.0.4)
bertrpc
ffi-rzmq (~> 2.0.1)
guid
json
rails (>= 3.2)
GIT
remote: https://github.com/instedd/recurring_select
revision: 84beb95166bf7451c7415f7edfbcdbf8a0db1472
branch: instedd
specs:
recurring_select (1.2.1)
coffee-rails (>= 3.1)
ice_cube (>= 0.11)
jquery-rails (>= 3.0)
rails (>= 3.2)
sass-rails (>= 3.1)
GIT
remote: https://github.com/instedd/ruby-hub_client.git
revision: dc96567ccd1a1c5e1f3eb851c86da6cd8c6c64f8
branch: master
specs:
hub_client (0.0.1)
alto_guisso
rest-client
GIT
remote: https://github.com/instedd/telemetry_rails.git
revision: 9c15d46229960ec9052d25cb7769298ffbdfb614
branch: master
specs:
instedd_telemetry (0.0.1)
global_phone
global_phone_dbgen
rails
GEM
remote: http://rubygems.org/
remote: https://rails-assets.org/
specs:
actionmailer (3.2.22.5)
actionpack (= 3.2.22.5)
mail (~> 2.5.4)
actionpack (3.2.22.5)
activemodel (= 3.2.22.5)
activesupport (= 3.2.22.5)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.22.5)
activesupport (= 3.2.22.5)
builder (~> 3.0.0)
activerecord (3.2.22.5)
activemodel (= 3.2.22.5)
activesupport (= 3.2.22.5)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.22.5)
activemodel (= 3.2.22.5)
activesupport (= 3.2.22.5)
activesupport (3.2.22.5)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.6)
aes_key_wrap (1.0.1)
arel (3.0.3)
attr_encrypted (1.2.0)
encryptor (>= 1.1.1)
attr_required (1.0.1)
bcrypt-ruby (3.0.1)
bert (1.1.6)
bertrpc (1.3.1)
bert (>= 1.1.0, < 2.0.0)
bindata (2.4.4)
bootstrap-kaminari-views (0.0.5)
kaminari (>= 0.13)
rails (>= 3.1)
breadcrumbs_on_rails (2.2.0)
builder (3.0.4)
byebug (9.0.6)
capistrano (2.15.5)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
ci_reporter (1.6.5)
builder (>= 2.1.2)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.3.1)
concurrent-ruby (1.1.4)
crack (0.3.1)
csv_builder (2.1.1)
actionpack (>= 3.0.0)
daemons (1.2.3)
dalli (2.7.9)
database_cleaner (1.5.0)
decent_exposure (1.0.1)
delayed_job (4.0.1)
activesupport (>= 3.0, < 4.2)
delayed_job_active_record (4.0.1)
activerecord (>= 3.0, < 4.2)
delayed_job (>= 3.0, < 4.1)
devise (1.5.4)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
warden (~> 1.1)
diff-lcs (1.3)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
dotenv (0.11.1)
dotenv-deployment (~> 0.0.2)
dotenv-deployment (0.0.2)
elasticsearch (1.0.0)
elasticsearch-api (= 1.0.0)
elasticsearch-transport (= 1.0.0)
elasticsearch-api (1.0.0)
multi_json
elasticsearch-transport (1.0.0)
faraday
multi_json
encryptor (1.1.3)
equivalent-xml (0.6.0)
nokogiri (>= 1.4.3)
erubis (2.7.0)
eventmachine (1.0.8)
execjs (1.3.0)
multi_json (~> 1.0)
fakefs (0.6.7)
faraday (0.8.0)
multipart-post (~> 1.1)
ffaker (1.4.0)
ffi (1.9.18)
ffi-rzmq (2.0.1)
ffi-rzmq-core (>= 1.0.1)
ffi-rzmq-core (1.0.3)
ffi (~> 1.9)
foreman (0.71.0)
dotenv (~> 0.11.1)
thor (~> 0.19.1)
formatted_rails_logger (0.3.0)
rails (~> 3.2.0)
global_phone (1.0.1)
global_phone_dbgen (1.0.0)
nokogiri (~> 1.5)
guid (0.1.1)
haml (4.0.7)
tilt
haml-rails (0.4)
actionpack (>= 3.1, < 4.1)
activesupport (>= 3.1, < 4.1)
haml (>= 3.1, < 4.1)
railties (>= 3.1, < 4.1)
hashie (3.6.0)
highline (1.6.19)
hike (1.2.3)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpauth (0.1)
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
ice_cube (0.12.1)
instedd-pigeon (0.2.2)
json
rails (~> 3.2)
rest-client
twitter_oauth
instedd-rails (0.0.18)
breadcrumbs_on_rails (>= 2.2.0)
haml-rails
rails (>= 3.0)
intercom-rails (0.4.0)
activesupport (> 3.0)
journey (1.0.4)
jquery-rails (3.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.6)
json-jwt (1.9.4)
activesupport
aes_key_wrap
bindata
json-schema (2.5.0)
addressable (~> 2.3)
kaminari (0.17.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
language_list (1.0.0)
licit (0.2.2)
listings (0.1.13)
bootstrap-kaminari-views
haml-rails
kaminari
rails
sass-rails
mail (2.5.5)
mime-types (~> 1.16)
treetop (~> 1.4.8)
meta_programming (0.2.2)
metaclass (0.0.1)
method_source (0.9.0)
mime-types (1.25.1)
mini_portile2 (2.3.0)
mocha (0.10.5)
metaclass (~> 0.0.1)
multi_json (1.13.1)
multipart-post (1.1.5)
mysql2 (0.3.21)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.9.4)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
netrc (0.11.0)
newrelic_rpm (3.7.3.204)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
oauth (0.4.7)
oauth2 (0.7.1)
faraday (~> 0.8)
httpauth (~> 0.1)
multi_json (~> 1.0)
rack (~> 1.4)
omniauth (1.4.2)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
orm_adapter (0.0.5)
polyglot (0.3.5)
power_assert (1.1.1)
puma (2.16.0)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.4.7)
rack-cache (1.8.0)
rack (>= 0.4)
rack-oauth2 (1.9.3)
activesupport
attr_required
httpclient
json-jwt (>= 1.9.0)
rack
rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-ssl (1.3.4)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (3.2.22.5)
actionmailer (= 3.2.22.5)
actionpack (= 3.2.22.5)
activerecord (= 3.2.22.5)
activeresource (= 3.2.22.5)
activesupport (= 3.2.22.5)
bundler (~> 1.0)
railties (= 3.2.22.5)
rails-assets-material-components-web (0.26.0)
rails-dev-tweaks (1.2.0)
actionpack (>= 3.1)
railties (>= 3.1)
railties (3.2.22.5)
actionpack (= 3.2.22.5)
activesupport (= 3.2.22.5)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (12.3.2)
rdoc (3.12.2)
json (~> 1.4)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-collection_matchers (1.1.3)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-mocks (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-rails (3.6.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
ruby-openid (2.7.0)
rubyzip (1.2.1)
rvm (1.11.3.3)
rvm-capistrano (1.0.2)
capistrano (>= 2.0.0)
sass (3.2.19)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
shoulda-matchers (2.8.0)
activesupport (>= 3.0.0)
sprockets (2.2.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
syntax (1.0.0)
test-unit (3.2.7)
power_assert
thin (1.6.3)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
thor (0.19.4)
tilt (1.4.1)
timecop (0.3.5)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
twitter_oauth (0.4.4)
json (>= 1.1.9)
mime-types (>= 1.16)
oauth (>= 0.4.1)
tzinfo (0.3.55)
uglifier (1.2.0)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
warden (1.2.7)
rack (>= 1.0)
webmock (1.7.10)
addressable (~> 2.2, > 2.2.5)
crack (>= 0.1.7)
zeus (0.15.14)
method_source (>= 0.6.7)
zip-zip (0.3)
rubyzip (>= 1.0.0)
PLATFORMS
ruby
DEPENDENCIES
alto_guisso!
alto_guisso_rails!
attr_encrypted
bertrpc
byebug
capistrano
ci_reporter
coffee-rails (~> 3.2.2)
csv_builder
database_cleaner
decent_exposure
delayed_job_active_record
devise
enumerated_attribute!
equivalent-xml
fakefs
ffaker
foreman
formatted_rails_logger
guid
haml-rails
hercule!
hub_client!
instedd-pigeon
instedd-rails
instedd_telemetry!
intercom-rails
jquery-rails
json-schema
language_list
licit
listings (= 0.1.13)
machinist!
mocha
mysql2 (~> 0.3.21)
newrelic_rpm
nokogiri
oauth2
omniauth
omniauth-openid
poirot_rails!
puma (= 2.16.0)
quiet_assets
rails (~> 3.2.0)
rails-assets-material-components-web!
rails-dev-tweaks
recurring_select!
rest-client (= 1.8.0)
rspec
rspec-collection_matchers
rspec-rails
ruby-openid
rubyzip
rvm
rvm-capistrano
sass (~> 3.2.5)
sass-rails (~> 3.2.5)
shoulda-matchers
syntax
test-unit
thin
timecop
uglifier (>= 1.0.3)
webmock
zeus
zip-zip
BUNDLED WITH
1.17.3