Gemfile.lock 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
  1. GIT
  2. remote: https://github.com/toptal/chewy.git
  3. revision: a7d21eb4b0bd7415533ef134bb6d31b2df309701
  4. specs:
  5. chewy (0.10.1)
  6. activesupport (>= 4.0)
  7. elasticsearch (>= 2.0.0)
  8. elasticsearch-dsl
  9. GEM
  10. remote: https://rubygems.org/
  11. specs:
  12. actioncable (5.1.4)
  13. actionpack (= 5.1.4)
  14. nio4r (~> 2.0)
  15. websocket-driver (~> 0.6.1)
  16. actionmailer (5.1.4)
  17. actionpack (= 5.1.4)
  18. actionview (= 5.1.4)
  19. activejob (= 5.1.4)
  20. mail (~> 2.5, >= 2.5.4)
  21. rails-dom-testing (~> 2.0)
  22. actionpack (5.1.4)
  23. actionview (= 5.1.4)
  24. activesupport (= 5.1.4)
  25. rack (~> 2.0)
  26. rack-test (>= 0.6.3)
  27. rails-dom-testing (~> 2.0)
  28. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  29. actionview (5.1.4)
  30. activesupport (= 5.1.4)
  31. builder (~> 3.1)
  32. erubi (~> 1.4)
  33. rails-dom-testing (~> 2.0)
  34. rails-html-sanitizer (~> 1.0, >= 1.0.3)
  35. active_model_serializers (0.10.7)
  36. actionpack (>= 4.1, < 6)
  37. activemodel (>= 4.1, < 6)
  38. case_transform (>= 0.2)
  39. jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
  40. active_record_query_trace (1.5.4)
  41. activejob (5.1.4)
  42. activesupport (= 5.1.4)
  43. globalid (>= 0.3.6)
  44. activemodel (5.1.4)
  45. activesupport (= 5.1.4)
  46. activerecord (5.1.4)
  47. activemodel (= 5.1.4)
  48. activesupport (= 5.1.4)
  49. arel (~> 8.0)
  50. activesupport (5.1.4)
  51. concurrent-ruby (~> 1.0, >= 1.0.2)
  52. i18n (~> 0.7)
  53. minitest (~> 5.1)
  54. tzinfo (~> 1.1)
  55. addressable (2.5.2)
  56. public_suffix (>= 2.0.2, < 4.0)
  57. airbrussh (1.3.0)
  58. sshkit (>= 1.6.1, != 1.7.0)
  59. annotate (2.7.2)
  60. activerecord (>= 3.2, < 6.0)
  61. rake (>= 10.4, < 13.0)
  62. arel (8.0.0)
  63. ast (2.3.0)
  64. attr_encrypted (3.0.3)
  65. encryptor (~> 3.0.0)
  66. av (0.9.0)
  67. cocaine (~> 0.5.3)
  68. aws-sdk (2.10.100)
  69. aws-sdk-resources (= 2.10.100)
  70. aws-sdk-core (2.10.100)
  71. aws-sigv4 (~> 1.0)
  72. jmespath (~> 1.0)
  73. aws-sdk-resources (2.10.100)
  74. aws-sdk-core (= 2.10.100)
  75. aws-sigv4 (1.0.2)
  76. bcrypt (3.1.11)
  77. better_errors (2.4.0)
  78. coderay (>= 1.0.0)
  79. erubi (>= 1.0.0)
  80. rack (>= 0.9.0)
  81. binding_of_caller (0.8.0)
  82. debug_inspector (>= 0.0.1)
  83. bootsnap (1.1.5)
  84. msgpack (~> 1.0)
  85. brakeman (4.0.1)
  86. browser (2.5.2)
  87. builder (3.2.3)
  88. bullet (5.6.1)
  89. activesupport (>= 3.0.0)
  90. uniform_notifier (~> 1.10.0)
  91. bundler-audit (0.6.0)
  92. bundler (~> 1.2)
  93. thor (~> 0.18)
  94. capistrano (3.10.0)
  95. airbrussh (>= 1.0.0)
  96. i18n
  97. rake (>= 10.0.0)
  98. sshkit (>= 1.9.0)
  99. capistrano-bundler (1.3.0)
  100. capistrano (~> 3.1)
  101. sshkit (~> 1.2)
  102. capistrano-rails (1.3.1)
  103. capistrano (~> 3.1)
  104. capistrano-bundler (~> 1.1)
  105. capistrano-rbenv (2.1.3)
  106. capistrano (~> 3.1)
  107. sshkit (~> 1.3)
  108. capistrano-yarn (2.0.2)
  109. capistrano (~> 3.0)
  110. capybara (2.16.1)
  111. addressable
  112. mini_mime (>= 0.1.3)
  113. nokogiri (>= 1.3.3)
  114. rack (>= 1.0.0)
  115. rack-test (>= 0.5.4)
  116. xpath (~> 2.0)
  117. case_transform (0.2)
  118. activesupport
  119. charlock_holmes (0.7.5)
  120. chunky_png (1.3.8)
  121. cld3 (3.2.2)
  122. ffi (>= 1.1.0, < 1.10.0)
  123. climate_control (0.2.0)
  124. cocaine (0.5.8)
  125. climate_control (>= 0.0.3, < 1.0)
  126. coderay (1.1.2)
  127. colorize (0.8.1)
  128. concurrent-ruby (1.0.5)
  129. connection_pool (2.2.1)
  130. crack (0.4.3)
  131. safe_yaml (~> 1.0.0)
  132. crass (1.0.3)
  133. css_parser (1.6.0)
  134. addressable
  135. debug_inspector (0.0.3)
  136. devise (4.4.0)
  137. bcrypt (~> 3.0)
  138. orm_adapter (~> 0.1)
  139. railties (>= 4.1.0, < 5.2)
  140. responders
  141. warden (~> 1.2.3)
  142. devise-two-factor (3.0.2)
  143. activesupport (< 5.2)
  144. attr_encrypted (>= 1.3, < 4, != 2)
  145. devise (~> 4.0)
  146. railties (< 5.2)
  147. rotp (~> 2.0)
  148. devise_pam_authenticatable2 (8.0.1)
  149. devise (>= 4.0.0)
  150. rpam2 (~> 3.0)
  151. diff-lcs (1.3)
  152. docile (1.1.5)
  153. domain_name (0.5.20170404)
  154. unf (>= 0.0.5, < 1.0.0)
  155. doorkeeper (4.2.6)
  156. railties (>= 4.2)
  157. dotenv (2.2.1)
  158. dotenv-rails (2.2.1)
  159. dotenv (= 2.2.1)
  160. railties (>= 3.2, < 5.2)
  161. easy_translate (0.5.0)
  162. json
  163. thread
  164. thread_safe
  165. elasticsearch (6.0.1)
  166. elasticsearch-api (= 6.0.1)
  167. elasticsearch-transport (= 6.0.1)
  168. elasticsearch-api (6.0.1)
  169. multi_json
  170. elasticsearch-dsl (0.1.5)
  171. elasticsearch-transport (6.0.1)
  172. faraday
  173. multi_json
  174. encryptor (3.0.0)
  175. equatable (0.5.0)
  176. erubi (1.7.0)
  177. et-orbi (1.0.8)
  178. tzinfo
  179. excon (0.59.0)
  180. execjs (2.7.0)
  181. fabrication (2.18.0)
  182. faker (1.8.4)
  183. i18n (~> 0.5)
  184. faraday (0.14.0)
  185. multipart-post (>= 1.2, < 3)
  186. fast_blank (1.0.0)
  187. fastimage (2.1.1)
  188. ffi (1.9.18)
  189. fog-core (1.45.0)
  190. builder
  191. excon (~> 0.58)
  192. formatador (~> 0.2)
  193. fog-json (1.0.2)
  194. fog-core (~> 1.0)
  195. multi_json (~> 1.10)
  196. fog-local (0.4.0)
  197. fog-core (~> 1.27)
  198. fog-openstack (0.1.22)
  199. fog-core (>= 1.40)
  200. fog-json (>= 1.0)
  201. ipaddress (>= 0.8)
  202. formatador (0.2.5)
  203. fuubar (2.2.0)
  204. rspec-core (~> 3.0)
  205. ruby-progressbar (~> 1.4)
  206. globalid (0.4.1)
  207. activesupport (>= 4.2.0)
  208. goldfinger (2.1.0)
  209. addressable (~> 2.5)
  210. http (~> 3.0)
  211. nokogiri (~> 1.8)
  212. oj (~> 3.0)
  213. hamlit (2.8.5)
  214. temple (>= 0.8.0)
  215. thor
  216. tilt
  217. hamlit-rails (0.2.0)
  218. actionpack (>= 4.0.1)
  219. activesupport (>= 4.0.1)
  220. hamlit (>= 1.2.0)
  221. railties (>= 4.0.1)
  222. hamster (3.0.0)
  223. concurrent-ruby (~> 1.0)
  224. hashdiff (0.3.7)
  225. hashie (3.5.7)
  226. highline (1.7.10)
  227. hiredis (0.6.1)
  228. hitimes (1.2.6)
  229. hkdf (0.3.0)
  230. htmlentities (4.3.4)
  231. http (3.0.0)
  232. addressable (~> 2.3)
  233. http-cookie (~> 1.0)
  234. http-form_data (>= 2.0.0.pre.pre2, < 3)
  235. http_parser.rb (~> 0.6.0)
  236. http-cookie (1.0.3)
  237. domain_name (~> 0.5)
  238. http-form_data (2.0.0)
  239. http_accept_language (2.1.1)
  240. http_parser.rb (0.6.0)
  241. httplog (0.99.7)
  242. colorize
  243. rack
  244. i18n (0.9.3)
  245. concurrent-ruby (~> 1.0)
  246. i18n-tasks (0.9.19)
  247. activesupport (>= 4.0.2)
  248. ast (>= 2.1.0)
  249. easy_translate (>= 0.5.0)
  250. erubi
  251. highline (>= 1.7.3)
  252. i18n
  253. parser (>= 2.2.3.0)
  254. rainbow (~> 2.2)
  255. terminal-table (>= 1.5.1)
  256. idn-ruby (0.1.0)
  257. ipaddress (0.8.3)
  258. iso-639 (0.2.8)
  259. jmespath (1.3.1)
  260. json (2.1.0)
  261. json-ld (2.1.7)
  262. multi_json (~> 1.12)
  263. rdf (~> 2.2, >= 2.2.8)
  264. json-ld-preloaded (2.2.2)
  265. json-ld (~> 2.1, >= 2.1.5)
  266. multi_json (~> 1.11)
  267. rdf (~> 2.2)
  268. jsonapi-renderer (0.2.0)
  269. jwt (2.1.0)
  270. kaminari (1.1.1)
  271. activesupport (>= 4.1.0)
  272. kaminari-actionview (= 1.1.1)
  273. kaminari-activerecord (= 1.1.1)
  274. kaminari-core (= 1.1.1)
  275. kaminari-actionview (1.1.1)
  276. actionview
  277. kaminari-core (= 1.1.1)
  278. kaminari-activerecord (1.1.1)
  279. activerecord
  280. kaminari-core (= 1.1.1)
  281. kaminari-core (1.1.1)
  282. launchy (2.4.3)
  283. addressable (~> 2.3)
  284. letter_opener (1.4.1)
  285. launchy (~> 2.2)
  286. letter_opener_web (1.3.1)
  287. actionmailer (>= 3.2)
  288. letter_opener (~> 1.0)
  289. railties (>= 3.2)
  290. link_header (0.0.8)
  291. lograge (0.7.1)
  292. actionpack (>= 4, < 5.2)
  293. activesupport (>= 4, < 5.2)
  294. railties (>= 4, < 5.2)
  295. request_store (~> 1.0)
  296. loofah (2.1.1)
  297. crass (~> 1.0.2)
  298. nokogiri (>= 1.5.9)
  299. mail (2.7.0)
  300. mini_mime (>= 0.1.1)
  301. mario-redis-lock (1.2.0)
  302. redis (~> 3, >= 3.0.5)
  303. memory_profiler (0.9.10)
  304. method_source (0.9.0)
  305. microformats (4.0.7)
  306. json
  307. nokogiri
  308. mime-types (3.1)
  309. mime-types-data (~> 3.2015)
  310. mime-types-data (3.2016.0521)
  311. mimemagic (0.3.2)
  312. mini_mime (1.0.0)
  313. mini_portile2 (2.3.0)
  314. minitest (5.11.3)
  315. msgpack (1.1.0)
  316. multi_json (1.12.2)
  317. multipart-post (2.0.0)
  318. necromancer (0.4.0)
  319. net-scp (1.2.1)
  320. net-ssh (>= 2.6.5)
  321. net-ssh (4.2.0)
  322. nio4r (2.1.0)
  323. nokogiri (1.8.1)
  324. mini_portile2 (~> 2.3.0)
  325. nokogumbo (1.4.13)
  326. nokogiri
  327. nsa (0.2.4)
  328. activesupport (>= 4.2, < 6)
  329. concurrent-ruby (~> 1.0.0)
  330. sidekiq (>= 3.5.0)
  331. statsd-ruby (~> 1.2.0)
  332. oj (3.3.10)
  333. omniauth (1.8.1)
  334. hashie (>= 3.4.6, < 3.6.0)
  335. rack (>= 1.6.2, < 3)
  336. omniauth-cas (1.1.1)
  337. addressable (~> 2.3)
  338. nokogiri (~> 1.5)
  339. omniauth (~> 1.2)
  340. omniauth-saml (1.9.0)
  341. omniauth (~> 1.3, >= 1.3.2)
  342. ruby-saml (~> 1.4, >= 1.4.3)
  343. orm_adapter (0.5.0)
  344. ostatus2 (2.0.3)
  345. addressable (~> 2.5)
  346. http (~> 3.0)
  347. nokogiri (~> 1.8)
  348. ox (2.8.2)
  349. paperclip (5.2.1)
  350. activemodel (>= 4.2.0)
  351. activesupport (>= 4.2.0)
  352. cocaine (~> 0.5.5)
  353. mime-types
  354. mimemagic (~> 0.3.0)
  355. paperclip-av-transcoder (0.6.4)
  356. av (~> 0.9.0)
  357. paperclip (>= 2.5.2)
  358. parallel (1.12.0)
  359. parallel_tests (2.19.0)
  360. parallel
  361. parser (2.4.0.2)
  362. ast (~> 2.3)
  363. pastel (0.7.2)
  364. equatable (~> 0.5.0)
  365. tty-color (~> 0.4.0)
  366. pg (0.21.0)
  367. pghero (1.7.0)
  368. activerecord
  369. pkg-config (1.2.8)
  370. powerpack (0.1.1)
  371. premailer (1.11.1)
  372. addressable
  373. css_parser (>= 1.6.0)
  374. htmlentities (>= 4.0.0)
  375. premailer-rails (1.10.1)
  376. actionmailer (>= 3, < 6)
  377. premailer (~> 1.7, >= 1.7.9)
  378. private_address_check (0.4.1)
  379. pry (0.11.3)
  380. coderay (~> 1.1.0)
  381. method_source (~> 0.9.0)
  382. pry-rails (0.3.6)
  383. pry (>= 0.10.4)
  384. public_suffix (3.0.1)
  385. puma (3.11.0)
  386. pundit (1.1.0)
  387. activesupport (>= 3.0.0)
  388. rack (2.0.3)
  389. rack-attack (5.0.1)
  390. rack
  391. rack-cors (0.4.1)
  392. rack-protection (2.0.0)
  393. rack
  394. rack-proxy (0.6.2)
  395. rack
  396. rack-test (0.8.2)
  397. rack (>= 1.0, < 3)
  398. rack-timeout (0.4.2)
  399. rails (5.1.4)
  400. actioncable (= 5.1.4)
  401. actionmailer (= 5.1.4)
  402. actionpack (= 5.1.4)
  403. actionview (= 5.1.4)
  404. activejob (= 5.1.4)
  405. activemodel (= 5.1.4)
  406. activerecord (= 5.1.4)
  407. activesupport (= 5.1.4)
  408. bundler (>= 1.3.0)
  409. railties (= 5.1.4)
  410. sprockets-rails (>= 2.0.0)
  411. rails-controller-testing (1.0.2)
  412. actionpack (~> 5.x, >= 5.0.1)
  413. actionview (~> 5.x, >= 5.0.1)
  414. activesupport (~> 5.x)
  415. rails-dom-testing (2.0.3)
  416. activesupport (>= 4.2.0)
  417. nokogiri (>= 1.6)
  418. rails-html-sanitizer (1.0.3)
  419. loofah (~> 2.0)
  420. rails-i18n (5.0.4)
  421. i18n (~> 0.7)
  422. railties (~> 5.0)
  423. rails-settings-cached (0.6.6)
  424. rails (>= 4.2.0)
  425. railties (5.1.4)
  426. actionpack (= 5.1.4)
  427. activesupport (= 5.1.4)
  428. method_source
  429. rake (>= 0.8.7)
  430. thor (>= 0.18.1, < 2.0)
  431. rainbow (2.2.2)
  432. rake
  433. rake (12.3.0)
  434. rb-fsevent (0.10.2)
  435. rb-inotify (0.9.10)
  436. ffi (>= 0.5.0, < 2)
  437. rdf (2.2.12)
  438. hamster (~> 3.0)
  439. link_header (~> 0.0, >= 0.0.8)
  440. rdf-normalize (0.3.2)
  441. rdf (~> 2.0)
  442. redis (3.3.5)
  443. redis-actionpack (5.0.2)
  444. actionpack (>= 4.0, < 6)
  445. redis-rack (>= 1, < 3)
  446. redis-store (>= 1.1.0, < 2)
  447. redis-activesupport (5.0.4)
  448. activesupport (>= 3, < 6)
  449. redis-store (>= 1.3, < 2)
  450. redis-namespace (1.6.0)
  451. redis (>= 3.0.4)
  452. redis-rack (2.0.3)
  453. rack (>= 1.5, < 3)
  454. redis-store (>= 1.2, < 2)
  455. redis-rails (5.0.2)
  456. redis-actionpack (>= 5.0, < 6)
  457. redis-activesupport (>= 5.0, < 6)
  458. redis-store (>= 1.2, < 2)
  459. redis-store (1.4.1)
  460. redis (>= 2.2, < 5)
  461. request_store (1.3.2)
  462. responders (2.4.0)
  463. actionpack (>= 4.2.0, < 5.3)
  464. railties (>= 4.2.0, < 5.3)
  465. rotp (2.1.2)
  466. rpam2 (3.1.0)
  467. rqrcode (0.10.1)
  468. chunky_png (~> 1.0)
  469. rspec-core (3.7.0)
  470. rspec-support (~> 3.7.0)
  471. rspec-expectations (3.7.0)
  472. diff-lcs (>= 1.2.0, < 2.0)
  473. rspec-support (~> 3.7.0)
  474. rspec-mocks (3.7.0)
  475. diff-lcs (>= 1.2.0, < 2.0)
  476. rspec-support (~> 3.7.0)
  477. rspec-rails (3.7.2)
  478. actionpack (>= 3.0)
  479. activesupport (>= 3.0)
  480. railties (>= 3.0)
  481. rspec-core (~> 3.7.0)
  482. rspec-expectations (~> 3.7.0)
  483. rspec-mocks (~> 3.7.0)
  484. rspec-support (~> 3.7.0)
  485. rspec-sidekiq (3.0.3)
  486. rspec-core (~> 3.0, >= 3.0.0)
  487. sidekiq (>= 2.4.0)
  488. rspec-support (3.7.0)
  489. rubocop (0.51.0)
  490. parallel (~> 1.10)
  491. parser (>= 2.3.3.1, < 3.0)
  492. powerpack (~> 0.1)
  493. rainbow (>= 2.2.2, < 3.0)
  494. ruby-progressbar (~> 1.7)
  495. unicode-display_width (~> 1.0, >= 1.0.1)
  496. ruby-oembed (0.12.0)
  497. ruby-progressbar (1.9.0)
  498. ruby-saml (1.6.1)
  499. nokogiri (>= 1.5.10)
  500. rufus-scheduler (3.4.2)
  501. et-orbi (~> 1.0)
  502. safe_yaml (1.0.4)
  503. sanitize (4.5.0)
  504. crass (~> 1.0.2)
  505. nokogiri (>= 1.4.4)
  506. nokogumbo (~> 1.4.1)
  507. sass (3.5.3)
  508. sass-listen (~> 4.0.0)
  509. sass-listen (4.0.0)
  510. rb-fsevent (~> 0.9, >= 0.9.4)
  511. rb-inotify (~> 0.9, >= 0.9.7)
  512. scss_lint (0.56.0)
  513. rake (>= 0.9, < 13)
  514. sass (~> 3.5.3)
  515. sidekiq (5.0.5)
  516. concurrent-ruby (~> 1.0)
  517. connection_pool (~> 2.2, >= 2.2.0)
  518. rack-protection (>= 1.5.0)
  519. redis (>= 3.3.4, < 5)
  520. sidekiq-bulk (0.1.1)
  521. activesupport
  522. sidekiq
  523. sidekiq-scheduler (2.1.10)
  524. redis (>= 3, < 5)
  525. rufus-scheduler (~> 3.2)
  526. sidekiq (>= 3)
  527. tilt (>= 1.4.0)
  528. sidekiq-unique-jobs (5.0.10)
  529. sidekiq (>= 4.0, <= 6.0)
  530. thor (~> 0)
  531. simple-navigation (4.0.5)
  532. activesupport (>= 2.3.2)
  533. simple_form (3.5.0)
  534. actionpack (> 4, < 5.2)
  535. activemodel (> 4, < 5.2)
  536. simplecov (0.15.1)
  537. docile (~> 1.1.0)
  538. json (>= 1.8, < 3)
  539. simplecov-html (~> 0.10.0)
  540. simplecov-html (0.10.2)
  541. sprockets (3.7.1)
  542. concurrent-ruby (~> 1.0)
  543. rack (> 1, < 3)
  544. sprockets-rails (3.2.1)
  545. actionpack (>= 4.0)
  546. activesupport (>= 4.0)
  547. sprockets (>= 3.0.0)
  548. sshkit (1.15.1)
  549. net-scp (>= 1.1.2)
  550. net-ssh (>= 2.8.0)
  551. statsd-ruby (1.2.1)
  552. streamio-ffmpeg (3.0.2)
  553. multi_json (~> 1.8)
  554. strong_migrations (0.1.9)
  555. activerecord (>= 3.2.0)
  556. temple (0.8.0)
  557. terminal-table (1.8.0)
  558. unicode-display_width (~> 1.1, >= 1.1.1)
  559. thor (0.20.0)
  560. thread (0.2.2)
  561. thread_safe (0.3.6)
  562. tilt (2.0.8)
  563. timers (4.1.2)
  564. hitimes
  565. tty-color (0.4.2)
  566. tty-command (0.7.0)
  567. pastel (~> 0.7.0)
  568. tty-cursor (0.5.0)
  569. tty-prompt (0.15.0)
  570. necromancer (~> 0.4.0)
  571. pastel (~> 0.7.0)
  572. timers (~> 4.0)
  573. tty-cursor (~> 0.5.0)
  574. tty-reader (~> 0.2.0)
  575. tty-reader (0.2.0)
  576. tty-cursor (~> 0.5.0)
  577. tty-screen (~> 0.6.4)
  578. wisper (~> 2.0.0)
  579. tty-screen (0.6.4)
  580. twitter-text (1.14.7)
  581. unf (~> 0.1.0)
  582. tzinfo (1.2.4)
  583. thread_safe (~> 0.1)
  584. tzinfo-data (1.2017.3)
  585. tzinfo (>= 1.0.0)
  586. uglifier (3.2.0)
  587. execjs (>= 0.3.0, < 3)
  588. unf (0.1.4)
  589. unf_ext
  590. unf_ext (0.0.7.4)
  591. unicode-display_width (1.3.0)
  592. uniform_notifier (1.10.0)
  593. warden (1.2.7)
  594. rack (>= 1.0)
  595. webmock (3.1.1)
  596. addressable (>= 2.3.6)
  597. crack (>= 0.3.2)
  598. hashdiff
  599. webpacker (3.0.2)
  600. activesupport (>= 4.2)
  601. rack-proxy (>= 0.6.1)
  602. railties (>= 4.2)
  603. webpush (0.3.3)
  604. hkdf (~> 0.2)
  605. jwt (~> 2.0)
  606. websocket-driver (0.6.5)
  607. websocket-extensions (>= 0.1.0)
  608. websocket-extensions (0.1.3)
  609. wisper (2.0.0)
  610. xpath (2.1.0)
  611. nokogiri (~> 1.3)
  612. PLATFORMS
  613. ruby
  614. DEPENDENCIES
  615. active_model_serializers (~> 0.10)
  616. active_record_query_trace (~> 1.5)
  617. addressable (~> 2.5)
  618. annotate (~> 2.7)
  619. aws-sdk (~> 2.10)
  620. better_errors (~> 2.4)
  621. binding_of_caller (~> 0.7)
  622. bootsnap
  623. brakeman (~> 4.0)
  624. browser
  625. bullet (~> 5.5)
  626. bundler-audit (~> 0.6)
  627. capistrano (~> 3.10)
  628. capistrano-rails (~> 1.3)
  629. capistrano-rbenv (~> 2.1)
  630. capistrano-yarn (~> 2.0)
  631. capybara (~> 2.15)
  632. charlock_holmes (~> 0.7.5)
  633. chewy (~> 0.10)!
  634. cld3 (~> 3.2.0)
  635. climate_control (~> 0.2)
  636. devise (~> 4.4)
  637. devise-two-factor (~> 3.0)
  638. devise_pam_authenticatable2 (~> 8.0)
  639. doorkeeper (~> 4.2)
  640. dotenv-rails (~> 2.2)
  641. fabrication (~> 2.18)
  642. faker (~> 1.7)
  643. fast_blank (~> 1.0)
  644. fastimage
  645. fog-core (~> 1.45)
  646. fog-local (~> 0.4)
  647. fog-openstack (~> 0.1)
  648. fuubar (~> 2.2)
  649. goldfinger (~> 2.1)
  650. hamlit-rails (~> 0.2)
  651. hiredis (~> 0.6)
  652. htmlentities (~> 4.3)
  653. http (~> 3.0)
  654. http_accept_language (~> 2.1)
  655. httplog (~> 0.99)
  656. i18n-tasks (~> 0.9)
  657. idn-ruby
  658. iso-639
  659. json-ld-preloaded (~> 2.2.1)
  660. kaminari (~> 1.1)
  661. letter_opener (~> 1.4)
  662. letter_opener_web (~> 1.3)
  663. link_header (~> 0.0)
  664. lograge (~> 0.7)
  665. mario-redis-lock (~> 1.2)
  666. memory_profiler
  667. microformats (~> 4.0)
  668. mime-types (~> 3.1)
  669. nokogiri (~> 1.8)
  670. nsa (~> 0.2)
  671. oj (~> 3.3)
  672. omniauth (~> 1.2)
  673. omniauth-cas (~> 1.1)
  674. omniauth-saml (~> 1.8)
  675. ostatus2 (~> 2.0)
  676. ox (~> 2.8)
  677. paperclip (~> 5.1)
  678. paperclip-av-transcoder (~> 0.6)
  679. parallel_tests (~> 2.17)
  680. pg (~> 0.20)
  681. pghero (~> 1.7)
  682. pkg-config (~> 1.2)
  683. premailer-rails
  684. private_address_check (~> 0.4.1)
  685. pry-rails (~> 0.3)
  686. puma (~> 3.10)
  687. pundit (~> 1.1)
  688. rack-attack (~> 5.0)
  689. rack-cors (~> 0.4)
  690. rack-timeout (~> 0.4)
  691. rails (~> 5.1.4)
  692. rails-controller-testing (~> 1.0)
  693. rails-i18n (~> 5.0)
  694. rails-settings-cached (~> 0.6)
  695. rdf-normalize (~> 0.3.1)
  696. redis (~> 3.3)
  697. redis-namespace (~> 1.5)
  698. redis-rails (~> 5.0)
  699. rqrcode (~> 0.10)
  700. rspec-rails (~> 3.7)
  701. rspec-sidekiq (~> 3.0)
  702. rubocop
  703. ruby-oembed (~> 0.12)
  704. ruby-progressbar (~> 1.4)
  705. sanitize (~> 4.4)
  706. scss_lint (~> 0.55)
  707. sidekiq (~> 5.0)
  708. sidekiq-bulk (~> 0.1.1)
  709. sidekiq-scheduler (~> 2.1)
  710. sidekiq-unique-jobs (~> 5.0)
  711. simple-navigation (~> 4.0)
  712. simple_form (~> 3.4)
  713. simplecov (~> 0.14)
  714. sprockets-rails (~> 3.2)
  715. streamio-ffmpeg (~> 3.0)
  716. strong_migrations
  717. tty-command
  718. tty-prompt
  719. twitter-text (~> 1.14)
  720. tzinfo-data (~> 1.2017)
  721. uglifier (~> 3.2)
  722. webmock (~> 3.0)
  723. webpacker (~> 3.0)
  724. webpush
  725. RUBY VERSION
  726. ruby 2.5.0p0
  727. BUNDLED WITH
  728. 1.16.1