Gemfile.lock 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actioncable (6.1.3.2)
  5. actionpack (= 6.1.3.2)
  6. activesupport (= 6.1.3.2)
  7. nio4r (~> 2.0)
  8. websocket-driver (>= 0.6.1)
  9. actionmailbox (6.1.3.2)
  10. actionpack (= 6.1.3.2)
  11. activejob (= 6.1.3.2)
  12. activerecord (= 6.1.3.2)
  13. activestorage (= 6.1.3.2)
  14. activesupport (= 6.1.3.2)
  15. mail (>= 2.7.1)
  16. actionmailer (6.1.3.2)
  17. actionpack (= 6.1.3.2)
  18. actionview (= 6.1.3.2)
  19. activejob (= 6.1.3.2)
  20. activesupport (= 6.1.3.2)
  21. mail (~> 2.5, >= 2.5.4)
  22. rails-dom-testing (~> 2.0)
  23. actionpack (6.1.3.2)
  24. actionview (= 6.1.3.2)
  25. activesupport (= 6.1.3.2)
  26. rack (~> 2.0, >= 2.0.9)
  27. rack-test (>= 0.6.3)
  28. rails-dom-testing (~> 2.0)
  29. rails-html-sanitizer (~> 1.0, >= 1.2.0)
  30. actiontext (6.1.3.2)
  31. actionpack (= 6.1.3.2)
  32. activerecord (= 6.1.3.2)
  33. activestorage (= 6.1.3.2)
  34. activesupport (= 6.1.3.2)
  35. nokogiri (>= 1.8.5)
  36. actionview (6.1.3.2)
  37. activesupport (= 6.1.3.2)
  38. builder (~> 3.1)
  39. erubi (~> 1.4)
  40. rails-dom-testing (~> 2.0)
  41. rails-html-sanitizer (~> 1.1, >= 1.2.0)
  42. active_model_serializers (0.10.12)
  43. actionpack (>= 4.1, < 6.2)
  44. activemodel (>= 4.1, < 6.2)
  45. case_transform (>= 0.2)
  46. jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
  47. active_record_query_trace (1.8)
  48. activejob (6.1.3.2)
  49. activesupport (= 6.1.3.2)
  50. globalid (>= 0.3.6)
  51. activemodel (6.1.3.2)
  52. activesupport (= 6.1.3.2)
  53. activerecord (6.1.3.2)
  54. activemodel (= 6.1.3.2)
  55. activesupport (= 6.1.3.2)
  56. activestorage (6.1.3.2)
  57. actionpack (= 6.1.3.2)
  58. activejob (= 6.1.3.2)
  59. activerecord (= 6.1.3.2)
  60. activesupport (= 6.1.3.2)
  61. marcel (~> 1.0.0)
  62. mini_mime (~> 1.0.2)
  63. activesupport (6.1.3.2)
  64. concurrent-ruby (~> 1.0, >= 1.0.2)
  65. i18n (>= 1.6, < 2)
  66. minitest (>= 5.1)
  67. tzinfo (~> 2.0)
  68. zeitwerk (~> 2.3)
  69. addressable (2.7.0)
  70. public_suffix (>= 2.0.2, < 5.0)
  71. airbrussh (1.4.0)
  72. sshkit (>= 1.6.1, != 1.7.0)
  73. android_key_attestation (0.3.0)
  74. annotate (3.1.1)
  75. activerecord (>= 3.2, < 7.0)
  76. rake (>= 10.4, < 14.0)
  77. ast (2.4.2)
  78. attr_encrypted (3.1.0)
  79. encryptor (~> 3.0.0)
  80. awrence (1.1.1)
  81. aws-eventstream (1.1.1)
  82. aws-partitions (1.465.0)
  83. aws-sdk-core (3.114.0)
  84. aws-eventstream (~> 1, >= 1.0.2)
  85. aws-partitions (~> 1, >= 1.239.0)
  86. aws-sigv4 (~> 1.1)
  87. jmespath (~> 1.0)
  88. aws-sdk-kms (1.43.0)
  89. aws-sdk-core (~> 3, >= 3.112.0)
  90. aws-sigv4 (~> 1.1)
  91. aws-sdk-s3 (1.95.1)
  92. aws-sdk-core (~> 3, >= 3.112.0)
  93. aws-sdk-kms (~> 1)
  94. aws-sigv4 (~> 1.1)
  95. aws-sigv4 (1.2.3)
  96. aws-eventstream (~> 1, >= 1.0.2)
  97. bcrypt (3.1.16)
  98. better_errors (2.9.1)
  99. coderay (>= 1.0.0)
  100. erubi (>= 1.0.0)
  101. rack (>= 0.9.0)
  102. bindata (2.4.8)
  103. binding_of_caller (1.0.0)
  104. debug_inspector (>= 0.0.1)
  105. blurhash (0.1.5)
  106. ffi (~> 1.14)
  107. bootsnap (1.6.0)
  108. msgpack (~> 1.0)
  109. brakeman (5.0.1)
  110. browser (4.2.0)
  111. brpoplpush-redis_script (0.1.2)
  112. concurrent-ruby (~> 1.0, >= 1.0.5)
  113. redis (>= 1.0, <= 5.0)
  114. builder (3.2.4)
  115. bullet (6.1.4)
  116. activesupport (>= 3.0.0)
  117. uniform_notifier (~> 1.11)
  118. bundler-audit (0.8.0)
  119. bundler (>= 1.2.0, < 3)
  120. thor (~> 1.0)
  121. byebug (11.1.3)
  122. capistrano (3.16.0)
  123. airbrussh (>= 1.0.0)
  124. i18n
  125. rake (>= 10.0.0)
  126. sshkit (>= 1.9.0)
  127. capistrano-bundler (2.0.1)
  128. capistrano (~> 3.1)
  129. capistrano-rails (1.6.1)
  130. capistrano (~> 3.1)
  131. capistrano-bundler (>= 1.1, < 3)
  132. capistrano-rbenv (2.2.0)
  133. capistrano (~> 3.1)
  134. sshkit (~> 1.3)
  135. capistrano-yarn (2.0.2)
  136. capistrano (~> 3.0)
  137. capybara (3.35.3)
  138. addressable
  139. mini_mime (>= 0.1.3)
  140. nokogiri (~> 1.8)
  141. rack (>= 1.6.0)
  142. rack-test (>= 0.6.3)
  143. regexp_parser (>= 1.5, < 3.0)
  144. xpath (~> 3.2)
  145. case_transform (0.2)
  146. activesupport
  147. cbor (0.5.9.6)
  148. charlock_holmes (0.7.7)
  149. chewy (5.2.0)
  150. activesupport (>= 5.2)
  151. elasticsearch (>= 2.0.0)
  152. elasticsearch-dsl
  153. chunky_png (1.4.0)
  154. cld3 (3.4.2)
  155. ffi (>= 1.1.0, < 1.16.0)
  156. climate_control (0.2.0)
  157. coderay (1.1.3)
  158. color_diff (0.1)
  159. concurrent-ruby (1.1.8)
  160. connection_pool (2.2.5)
  161. cose (1.0.0)
  162. cbor (~> 0.5.9)
  163. openssl-signature_algorithm (~> 0.4.0)
  164. crack (0.4.5)
  165. rexml
  166. crass (1.0.6)
  167. css_parser (1.7.1)
  168. addressable
  169. debug_inspector (1.0.0)
  170. devise (4.8.0)
  171. bcrypt (~> 3.0)
  172. orm_adapter (~> 0.1)
  173. railties (>= 4.1.0)
  174. responders
  175. warden (~> 1.2.3)
  176. devise-two-factor (4.0.0)
  177. activesupport (< 6.2)
  178. attr_encrypted (>= 1.3, < 4, != 2)
  179. devise (~> 4.0)
  180. railties (< 6.2)
  181. rotp (~> 6.0)
  182. devise_pam_authenticatable2 (9.2.0)
  183. devise (>= 4.0.0)
  184. rpam2 (~> 4.0)
  185. diff-lcs (1.4.4)
  186. discard (1.2.0)
  187. activerecord (>= 4.2, < 7)
  188. docile (1.3.4)
  189. domain_name (0.5.20190701)
  190. unf (>= 0.0.5, < 1.0.0)
  191. doorkeeper (5.5.1)
  192. railties (>= 5)
  193. dotenv (2.7.6)
  194. dotenv-rails (2.7.6)
  195. dotenv (= 2.7.6)
  196. railties (>= 3.2)
  197. e2mmap (0.1.0)
  198. ed25519 (1.2.4)
  199. elasticsearch (7.10.1)
  200. elasticsearch-api (= 7.10.1)
  201. elasticsearch-transport (= 7.10.1)
  202. elasticsearch-api (7.10.1)
  203. multi_json
  204. elasticsearch-dsl (0.1.9)
  205. elasticsearch-transport (7.10.1)
  206. faraday (~> 1)
  207. multi_json
  208. encryptor (3.0.0)
  209. erubi (1.10.0)
  210. et-orbi (1.2.4)
  211. tzinfo
  212. excon (0.76.0)
  213. fabrication (2.22.0)
  214. faker (2.18.0)
  215. i18n (>= 1.6, < 2)
  216. faraday (1.3.0)
  217. faraday-net_http (~> 1.0)
  218. multipart-post (>= 1.2, < 3)
  219. ruby2_keywords
  220. faraday-net_http (1.0.1)
  221. fast_blank (1.0.0)
  222. fastimage (2.2.3)
  223. ffi (1.15.0)
  224. ffi-compiler (1.0.1)
  225. ffi (>= 1.0.0)
  226. rake
  227. fog-core (2.1.0)
  228. builder
  229. excon (~> 0.58)
  230. formatador (~> 0.2)
  231. mime-types
  232. fog-json (1.2.0)
  233. fog-core
  234. multi_json (~> 1.10)
  235. fog-openstack (0.3.10)
  236. fog-core (>= 1.45, <= 2.1.0)
  237. fog-json (>= 1.0)
  238. ipaddress (>= 0.8)
  239. formatador (0.2.5)
  240. fugit (1.3.9)
  241. et-orbi (~> 1.1, >= 1.1.8)
  242. raabro (~> 1.3)
  243. fuubar (2.5.1)
  244. rspec-core (~> 3.0)
  245. ruby-progressbar (~> 1.4)
  246. globalid (0.4.2)
  247. activesupport (>= 4.2.0)
  248. hamlit (2.13.0)
  249. temple (>= 0.8.2)
  250. thor
  251. tilt
  252. hamlit-rails (0.2.3)
  253. actionpack (>= 4.0.1)
  254. activesupport (>= 4.0.1)
  255. hamlit (>= 1.2.0)
  256. railties (>= 4.0.1)
  257. hamster (3.0.0)
  258. concurrent-ruby (~> 1.0)
  259. hashdiff (1.0.1)
  260. hashie (4.1.0)
  261. highline (2.0.3)
  262. hiredis (0.6.3)
  263. hkdf (0.3.0)
  264. htmlentities (4.3.4)
  265. http (4.4.1)
  266. addressable (~> 2.3)
  267. http-cookie (~> 1.0)
  268. http-form_data (~> 2.2)
  269. http-parser (~> 1.2.0)
  270. http-cookie (1.0.3)
  271. domain_name (~> 0.5)
  272. http-form_data (2.3.0)
  273. http-parser (1.2.1)
  274. ffi-compiler (>= 1.0, < 2.0)
  275. http_accept_language (2.1.1)
  276. httplog (1.5.0)
  277. rack (>= 1.0)
  278. rainbow (>= 2.0.0)
  279. i18n (1.8.10)
  280. concurrent-ruby (~> 1.0)
  281. i18n-tasks (0.9.34)
  282. activesupport (>= 4.0.2)
  283. ast (>= 2.1.0)
  284. erubi
  285. highline (>= 2.0.0)
  286. i18n
  287. parser (>= 2.2.3.0)
  288. rails-i18n
  289. rainbow (>= 2.2.2, < 4.0)
  290. terminal-table (>= 1.5.1)
  291. idn-ruby (0.1.0)
  292. ipaddress (0.8.3)
  293. iso-639 (0.3.5)
  294. jmespath (1.4.0)
  295. json (2.5.1)
  296. json-canonicalization (0.2.1)
  297. json-ld (3.1.9)
  298. htmlentities (~> 4.3)
  299. json-canonicalization (~> 0.2)
  300. link_header (~> 0.0, >= 0.0.8)
  301. multi_json (~> 1.14)
  302. rack (~> 2.0)
  303. rdf (~> 3.1)
  304. json-ld-preloaded (3.1.5)
  305. json-ld (~> 3.1)
  306. rdf (~> 3.1)
  307. jsonapi-renderer (0.2.2)
  308. jwt (2.2.2)
  309. kaminari (1.2.1)
  310. activesupport (>= 4.1.0)
  311. kaminari-actionview (= 1.2.1)
  312. kaminari-activerecord (= 1.2.1)
  313. kaminari-core (= 1.2.1)
  314. kaminari-actionview (1.2.1)
  315. actionview
  316. kaminari-core (= 1.2.1)
  317. kaminari-activerecord (1.2.1)
  318. activerecord
  319. kaminari-core (= 1.2.1)
  320. kaminari-core (1.2.1)
  321. launchy (2.5.0)
  322. addressable (~> 2.7)
  323. letter_opener (1.7.0)
  324. launchy (~> 2.2)
  325. letter_opener_web (1.4.0)
  326. actionmailer (>= 3.2)
  327. letter_opener (~> 1.0)
  328. railties (>= 3.2)
  329. link_header (0.0.8)
  330. lograge (0.11.2)
  331. actionpack (>= 4)
  332. activesupport (>= 4)
  333. railties (>= 4)
  334. request_store (~> 1.0)
  335. loofah (2.9.1)
  336. crass (~> 1.0.2)
  337. nokogiri (>= 1.5.9)
  338. mail (2.7.1)
  339. mini_mime (>= 0.1.1)
  340. makara (0.5.0)
  341. activerecord (>= 3.0.0)
  342. marcel (1.0.1)
  343. mario-redis-lock (1.2.1)
  344. redis (>= 3.0.5)
  345. memory_profiler (1.0.0)
  346. method_source (1.0.0)
  347. microformats (4.3.1)
  348. json (~> 2.2)
  349. nokogiri (~> 1.10)
  350. mime-types (3.3.1)
  351. mime-types-data (~> 3.2015)
  352. mime-types-data (3.2020.0512)
  353. mimemagic (0.3.10)
  354. nokogiri (~> 1)
  355. rake
  356. mini_mime (1.0.3)
  357. mini_portile2 (2.5.2)
  358. net-ftp (~> 0.1)
  359. minitest (5.14.4)
  360. msgpack (1.4.2)
  361. multi_json (1.15.0)
  362. multipart-post (2.1.1)
  363. net-ftp (0.1.2)
  364. net-protocol
  365. time
  366. net-ldap (0.17.0)
  367. net-protocol (0.1.0)
  368. net-scp (3.0.0)
  369. net-ssh (>= 2.6.5, < 7.0.0)
  370. net-ssh (6.1.0)
  371. nio4r (2.5.7)
  372. nokogiri (1.11.6)
  373. mini_portile2 (~> 2.5.0)
  374. racc (~> 1.4)
  375. nokogumbo (2.0.4)
  376. nokogiri (~> 1.8, >= 1.8.4)
  377. nsa (0.2.8)
  378. activesupport (>= 4.2, < 7)
  379. concurrent-ruby (~> 1.0, >= 1.0.2)
  380. sidekiq (>= 3.5)
  381. statsd-ruby (~> 1.4, >= 1.4.0)
  382. oj (3.11.5)
  383. omniauth (1.9.1)
  384. hashie (>= 3.4.6)
  385. rack (>= 1.6.2, < 3)
  386. omniauth-cas (2.0.0)
  387. addressable (~> 2.3)
  388. nokogiri (~> 1.5)
  389. omniauth (~> 1.2)
  390. omniauth-rails_csrf_protection (0.1.2)
  391. actionpack (>= 4.2)
  392. omniauth (>= 1.3.1)
  393. omniauth-saml (1.10.3)
  394. omniauth (~> 1.3, >= 1.3.2)
  395. ruby-saml (~> 1.9)
  396. openssl (2.2.0)
  397. openssl-signature_algorithm (0.4.0)
  398. orm_adapter (0.5.0)
  399. ox (2.14.4)
  400. paperclip (6.0.0)
  401. activemodel (>= 4.2.0)
  402. activesupport (>= 4.2.0)
  403. mime-types
  404. mimemagic (~> 0.3.0)
  405. terrapin (~> 0.6.0)
  406. parallel (1.20.1)
  407. parallel_tests (3.7.0)
  408. parallel
  409. parser (3.0.1.1)
  410. ast (~> 2.4.1)
  411. parslet (2.0.0)
  412. pastel (0.8.0)
  413. tty-color (~> 0.5)
  414. pg (1.2.3)
  415. pghero (2.8.1)
  416. activerecord (>= 5)
  417. pkg-config (1.4.6)
  418. posix-spawn (0.3.15)
  419. premailer (1.14.2)
  420. addressable
  421. css_parser (>= 1.6.0)
  422. htmlentities (>= 4.0.0)
  423. premailer-rails (1.11.1)
  424. actionmailer (>= 3)
  425. premailer (~> 1.7, >= 1.7.9)
  426. private_address_check (0.5.0)
  427. pry (0.13.1)
  428. coderay (~> 1.1)
  429. method_source (~> 1.0)
  430. pry-byebug (3.9.0)
  431. byebug (~> 11.0)
  432. pry (~> 0.13.0)
  433. pry-rails (0.3.9)
  434. pry (>= 0.10.4)
  435. public_suffix (4.0.6)
  436. puma (5.3.2)
  437. nio4r (~> 2.0)
  438. pundit (2.1.0)
  439. activesupport (>= 3.0.0)
  440. raabro (1.3.3)
  441. racc (1.5.2)
  442. rack (2.2.3)
  443. rack-attack (6.5.0)
  444. rack (>= 1.0, < 3)
  445. rack-cors (1.1.1)
  446. rack (>= 2.0.0)
  447. rack-proxy (0.6.5)
  448. rack
  449. rack-test (1.1.0)
  450. rack (>= 1.0, < 3)
  451. rails (6.1.3.2)
  452. actioncable (= 6.1.3.2)
  453. actionmailbox (= 6.1.3.2)
  454. actionmailer (= 6.1.3.2)
  455. actionpack (= 6.1.3.2)
  456. actiontext (= 6.1.3.2)
  457. actionview (= 6.1.3.2)
  458. activejob (= 6.1.3.2)
  459. activemodel (= 6.1.3.2)
  460. activerecord (= 6.1.3.2)
  461. activestorage (= 6.1.3.2)
  462. activesupport (= 6.1.3.2)
  463. bundler (>= 1.15.0)
  464. railties (= 6.1.3.2)
  465. sprockets-rails (>= 2.0.0)
  466. rails-controller-testing (1.0.5)
  467. actionpack (>= 5.0.1.rc1)
  468. actionview (>= 5.0.1.rc1)
  469. activesupport (>= 5.0.1.rc1)
  470. rails-dom-testing (2.0.3)
  471. activesupport (>= 4.2.0)
  472. nokogiri (>= 1.6)
  473. rails-html-sanitizer (1.3.0)
  474. loofah (~> 2.3)
  475. rails-i18n (6.0.0)
  476. i18n (>= 0.7, < 2)
  477. railties (>= 6.0.0, < 7)
  478. rails-settings-cached (0.6.6)
  479. rails (>= 4.2.0)
  480. railties (6.1.3.2)
  481. actionpack (= 6.1.3.2)
  482. activesupport (= 6.1.3.2)
  483. method_source
  484. rake (>= 0.8.7)
  485. thor (~> 1.0)
  486. rainbow (3.0.0)
  487. rake (13.0.3)
  488. rdf (3.1.13)
  489. hamster (~> 3.0)
  490. link_header (~> 0.0, >= 0.0.8)
  491. rdf-normalize (0.4.0)
  492. rdf (~> 3.1)
  493. redis (4.2.5)
  494. redis-namespace (1.8.1)
  495. redis (>= 3.0.4)
  496. regexp_parser (2.1.1)
  497. request_store (1.5.0)
  498. rack (>= 1.4)
  499. resolv (0.1.0)
  500. responders (3.0.1)
  501. actionpack (>= 5.0)
  502. railties (>= 5.0)
  503. rexml (3.2.5)
  504. rotp (6.2.0)
  505. rpam2 (4.0.2)
  506. rqrcode (2.0.0)
  507. chunky_png (~> 1.0)
  508. rqrcode_core (~> 1.0)
  509. rqrcode_core (1.0.0)
  510. rspec-core (3.10.1)
  511. rspec-support (~> 3.10.0)
  512. rspec-expectations (3.10.1)
  513. diff-lcs (>= 1.2.0, < 2.0)
  514. rspec-support (~> 3.10.0)
  515. rspec-mocks (3.10.2)
  516. diff-lcs (>= 1.2.0, < 2.0)
  517. rspec-support (~> 3.10.0)
  518. rspec-rails (5.0.1)
  519. actionpack (>= 5.2)
  520. activesupport (>= 5.2)
  521. railties (>= 5.2)
  522. rspec-core (~> 3.10)
  523. rspec-expectations (~> 3.10)
  524. rspec-mocks (~> 3.10)
  525. rspec-support (~> 3.10)
  526. rspec-sidekiq (3.1.0)
  527. rspec-core (~> 3.0, >= 3.0.0)
  528. sidekiq (>= 2.4.0)
  529. rspec-support (3.10.2)
  530. rspec_junit_formatter (0.4.1)
  531. rspec-core (>= 2, < 4, != 2.12.0)
  532. rubocop (1.15.0)
  533. parallel (~> 1.10)
  534. parser (>= 3.0.0.0)
  535. rainbow (>= 2.2.2, < 4.0)
  536. regexp_parser (>= 1.8, < 3.0)
  537. rexml
  538. rubocop-ast (>= 1.5.0, < 2.0)
  539. ruby-progressbar (~> 1.7)
  540. unicode-display_width (>= 1.4.0, < 3.0)
  541. rubocop-ast (1.5.0)
  542. parser (>= 3.0.1.1)
  543. rubocop-rails (2.10.1)
  544. activesupport (>= 4.2.0)
  545. rack (>= 1.1)
  546. rubocop (>= 1.7.0, < 2.0)
  547. ruby-progressbar (1.11.0)
  548. ruby-saml (1.13.0)
  549. nokogiri (>= 1.10.5)
  550. rexml
  551. ruby2_keywords (0.0.4)
  552. rufus-scheduler (3.6.0)
  553. fugit (~> 1.1, >= 1.1.6)
  554. safety_net_attestation (0.4.0)
  555. jwt (~> 2.0)
  556. sanitize (5.2.3)
  557. crass (~> 1.0.2)
  558. nokogiri (>= 1.8.0)
  559. nokogumbo (~> 2.0)
  560. scenic (1.5.4)
  561. activerecord (>= 4.0.0)
  562. railties (>= 4.0.0)
  563. securecompare (1.0.0)
  564. semantic_range (3.0.0)
  565. sidekiq (6.2.1)
  566. connection_pool (>= 2.2.2)
  567. rack (~> 2.0)
  568. redis (>= 4.2.0)
  569. sidekiq-bulk (0.2.0)
  570. sidekiq
  571. sidekiq-scheduler (3.0.1)
  572. e2mmap
  573. redis (>= 3, < 5)
  574. rufus-scheduler (~> 3.2)
  575. sidekiq (>= 3)
  576. thwait
  577. tilt (>= 1.4.0)
  578. sidekiq-unique-jobs (7.0.11)
  579. brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
  580. concurrent-ruby (~> 1.0, >= 1.0.5)
  581. sidekiq (>= 5.0, < 7.0)
  582. thor (>= 0.20, < 2.0)
  583. simple-navigation (4.3.0)
  584. activesupport (>= 2.3.2)
  585. simple_form (5.1.0)
  586. actionpack (>= 5.2)
  587. activemodel (>= 5.2)
  588. simplecov (0.21.2)
  589. docile (~> 1.1)
  590. simplecov-html (~> 0.11)
  591. simplecov_json_formatter (~> 0.1)
  592. simplecov-html (0.12.3)
  593. simplecov_json_formatter (0.1.2)
  594. sprockets (3.7.2)
  595. concurrent-ruby (~> 1.0)
  596. rack (> 1, < 3)
  597. sprockets-rails (3.2.2)
  598. actionpack (>= 4.0)
  599. activesupport (>= 4.0)
  600. sprockets (>= 3.0.0)
  601. sshkit (1.21.2)
  602. net-scp (>= 1.1.2)
  603. net-ssh (>= 2.8.0)
  604. stackprof (0.2.17)
  605. statsd-ruby (1.5.0)
  606. stoplight (2.2.1)
  607. strong_migrations (0.7.6)
  608. activerecord (>= 5)
  609. temple (0.8.2)
  610. terminal-table (3.0.0)
  611. unicode-display_width (~> 1.1, >= 1.1.1)
  612. terrapin (0.6.0)
  613. climate_control (>= 0.0.3, < 1.0)
  614. thor (1.1.0)
  615. thwait (0.2.0)
  616. e2mmap
  617. tilt (2.0.10)
  618. time (0.1.0)
  619. tpm-key_attestation (0.9.0)
  620. bindata (~> 2.4)
  621. openssl-signature_algorithm (~> 0.4.0)
  622. tty-color (0.6.0)
  623. tty-cursor (0.7.1)
  624. tty-prompt (0.23.1)
  625. pastel (~> 0.8)
  626. tty-reader (~> 0.8)
  627. tty-reader (0.9.0)
  628. tty-cursor (~> 0.7)
  629. tty-screen (~> 0.8)
  630. wisper (~> 2.0)
  631. tty-screen (0.8.1)
  632. twitter-text (3.1.0)
  633. idn-ruby
  634. unf (~> 0.1.0)
  635. tzinfo (2.0.4)
  636. concurrent-ruby (~> 1.0)
  637. tzinfo-data (1.2021.1)
  638. tzinfo (>= 1.0.0)
  639. unf (0.1.4)
  640. unf_ext
  641. unf_ext (0.0.7.7)
  642. unicode-display_width (1.7.0)
  643. uniform_notifier (1.14.1)
  644. warden (1.2.9)
  645. rack (>= 2.0.9)
  646. webauthn (3.0.0.alpha1)
  647. android_key_attestation (~> 0.3.0)
  648. awrence (~> 1.1)
  649. bindata (~> 2.4)
  650. cbor (~> 0.5.9)
  651. cose (~> 1.0)
  652. openssl (~> 2.0)
  653. safety_net_attestation (~> 0.4.0)
  654. securecompare (~> 1.0)
  655. tpm-key_attestation (~> 0.9.0)
  656. webmock (3.13.0)
  657. addressable (>= 2.3.6)
  658. crack (>= 0.3.2)
  659. hashdiff (>= 0.4.0, < 2.0.0)
  660. webpacker (5.4.0)
  661. activesupport (>= 5.2)
  662. rack-proxy (>= 0.6.1)
  663. railties (>= 5.2)
  664. semantic_range (>= 2.3.0)
  665. webpush (0.3.8)
  666. hkdf (~> 0.2)
  667. jwt (~> 2.0)
  668. websocket-driver (0.7.3)
  669. websocket-extensions (>= 0.1.0)
  670. websocket-extensions (0.1.5)
  671. wisper (2.0.1)
  672. xorcist (1.1.2)
  673. xpath (3.2.0)
  674. nokogiri (~> 1.8)
  675. zeitwerk (2.4.2)
  676. PLATFORMS
  677. ruby
  678. DEPENDENCIES
  679. active_model_serializers (~> 0.10)
  680. active_record_query_trace (~> 1.8)
  681. addressable (~> 2.7)
  682. annotate (~> 3.1)
  683. aws-sdk-s3 (~> 1.95)
  684. better_errors (~> 2.9)
  685. binding_of_caller (~> 1.0)
  686. blurhash (~> 0.1)
  687. bootsnap (~> 1.6.0)
  688. brakeman (~> 5.0)
  689. browser
  690. bullet (~> 6.1)
  691. bundler-audit (~> 0.8)
  692. capistrano (~> 3.16)
  693. capistrano-rails (~> 1.6)
  694. capistrano-rbenv (~> 2.2)
  695. capistrano-yarn (~> 2.0)
  696. capybara (~> 3.35)
  697. charlock_holmes (~> 0.7.7)
  698. chewy (~> 5.2)
  699. cld3 (~> 3.4.2)
  700. climate_control (~> 0.2)
  701. color_diff (~> 0.1)
  702. concurrent-ruby
  703. connection_pool
  704. devise (~> 4.8)
  705. devise-two-factor (~> 4.0)
  706. devise_pam_authenticatable2 (~> 9.2)
  707. discard (~> 1.2)
  708. doorkeeper (~> 5.5)
  709. dotenv-rails (~> 2.7)
  710. ed25519 (~> 1.2)
  711. fabrication (~> 2.22)
  712. faker (~> 2.18)
  713. fast_blank (~> 1.0)
  714. fastimage
  715. fog-core (<= 2.1.0)
  716. fog-openstack (~> 0.3)
  717. fuubar (~> 2.5)
  718. hamlit-rails (~> 0.2)
  719. hiredis (~> 0.6)
  720. htmlentities (~> 4.3)
  721. http (~> 4.4)
  722. http_accept_language (~> 2.1)
  723. httplog (~> 1.5.0)
  724. i18n-tasks (~> 0.9)
  725. idn-ruby
  726. iso-639
  727. json-ld
  728. json-ld-preloaded (~> 3.1)
  729. kaminari (~> 1.2)
  730. letter_opener (~> 1.7)
  731. letter_opener_web (~> 1.4)
  732. link_header (~> 0.0)
  733. lograge (~> 0.11)
  734. makara (~> 0.5)
  735. mario-redis-lock (~> 1.2)
  736. memory_profiler
  737. microformats (~> 4.2)
  738. mime-types (~> 3.3.1)
  739. net-ldap (~> 0.17)
  740. nokogiri (~> 1.11)
  741. nsa (~> 0.2)
  742. oj (~> 3.11)
  743. omniauth (~> 1.9)
  744. omniauth-cas (~> 2.0)
  745. omniauth-rails_csrf_protection (~> 0.1)
  746. omniauth-saml (~> 1.10)
  747. ox (~> 2.14)
  748. paperclip (~> 6.0)
  749. parallel (~> 1.20)
  750. parallel_tests (~> 3.7)
  751. parslet
  752. pg (~> 1.2)
  753. pghero (~> 2.8)
  754. pkg-config (~> 1.4)
  755. posix-spawn
  756. premailer-rails
  757. private_address_check (~> 0.5)
  758. pry-byebug (~> 3.9)
  759. pry-rails (~> 0.3)
  760. puma (~> 5.3)
  761. pundit (~> 2.1)
  762. rack (~> 2.2.3)
  763. rack-attack (~> 6.5)
  764. rack-cors (~> 1.1)
  765. rails (~> 6.1.3)
  766. rails-controller-testing (~> 1.0)
  767. rails-i18n (~> 6.0)
  768. rails-settings-cached (~> 0.6)
  769. rdf-normalize (~> 0.4)
  770. redis (~> 4.2)
  771. redis-namespace (~> 1.8)
  772. resolv (~> 0.1.0)
  773. rqrcode (~> 2.0)
  774. rspec-rails (~> 5.0)
  775. rspec-sidekiq (~> 3.1)
  776. rspec_junit_formatter (~> 0.4)
  777. rubocop (~> 1.15)
  778. rubocop-rails (~> 2.10)
  779. ruby-progressbar (~> 1.11)
  780. sanitize (~> 5.2)
  781. scenic (~> 1.5)
  782. sidekiq (~> 6.2)
  783. sidekiq-bulk (~> 0.2.0)
  784. sidekiq-scheduler (~> 3.0)
  785. sidekiq-unique-jobs (~> 7.0)
  786. simple-navigation (~> 4.3)
  787. simple_form (~> 5.1)
  788. simplecov (~> 0.21)
  789. sprockets (~> 3.7.2)
  790. sprockets-rails (~> 3.2)
  791. stackprof
  792. stoplight (~> 2.2.1)
  793. strong_migrations (~> 0.7)
  794. thor (~> 1.1)
  795. tty-prompt (~> 0.23)
  796. twitter-text (~> 3.1.0)
  797. tzinfo-data (~> 1.2021)
  798. webauthn (~> 3.0.0.alpha1)
  799. webmock (~> 3.13)
  800. webpacker (~> 5.4)
  801. webpush (~> 0.3)
  802. xorcist (~> 1.1)