Gemfile.lock 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actioncable (6.1.4.6)
  5. actionpack (= 6.1.4.6)
  6. activesupport (= 6.1.4.6)
  7. nio4r (~> 2.0)
  8. websocket-driver (>= 0.6.1)
  9. actionmailbox (6.1.4.6)
  10. actionpack (= 6.1.4.6)
  11. activejob (= 6.1.4.6)
  12. activerecord (= 6.1.4.6)
  13. activestorage (= 6.1.4.6)
  14. activesupport (= 6.1.4.6)
  15. mail (>= 2.7.1)
  16. actionmailer (6.1.4.6)
  17. actionpack (= 6.1.4.6)
  18. actionview (= 6.1.4.6)
  19. activejob (= 6.1.4.6)
  20. activesupport (= 6.1.4.6)
  21. mail (~> 2.5, >= 2.5.4)
  22. rails-dom-testing (~> 2.0)
  23. actionpack (6.1.4.6)
  24. actionview (= 6.1.4.6)
  25. activesupport (= 6.1.4.6)
  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.4.6)
  31. actionpack (= 6.1.4.6)
  32. activerecord (= 6.1.4.6)
  33. activestorage (= 6.1.4.6)
  34. activesupport (= 6.1.4.6)
  35. nokogiri (>= 1.8.5)
  36. actionview (6.1.4.6)
  37. activesupport (= 6.1.4.6)
  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.13)
  43. actionpack (>= 4.1, < 7.1)
  44. activemodel (>= 4.1, < 7.1)
  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.4.6)
  49. activesupport (= 6.1.4.6)
  50. globalid (>= 0.3.6)
  51. activemodel (6.1.4.6)
  52. activesupport (= 6.1.4.6)
  53. activerecord (6.1.4.6)
  54. activemodel (= 6.1.4.6)
  55. activesupport (= 6.1.4.6)
  56. activestorage (6.1.4.6)
  57. actionpack (= 6.1.4.6)
  58. activejob (= 6.1.4.6)
  59. activerecord (= 6.1.4.6)
  60. activesupport (= 6.1.4.6)
  61. marcel (~> 1.0.0)
  62. mini_mime (>= 1.1.0)
  63. activesupport (6.1.4.6)
  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.8.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.2.0)
  75. activerecord (>= 3.2, < 8.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.2.0)
  82. aws-partitions (1.558.0)
  83. aws-sdk-core (3.127.0)
  84. aws-eventstream (~> 1, >= 1.0.2)
  85. aws-partitions (~> 1, >= 1.525.0)
  86. aws-sigv4 (~> 1.1)
  87. jmespath (~> 1.0)
  88. aws-sdk-kms (1.55.0)
  89. aws-sdk-core (~> 3, >= 3.127.0)
  90. aws-sigv4 (~> 1.1)
  91. aws-sdk-s3 (1.113.0)
  92. aws-sdk-core (~> 3, >= 3.127.0)
  93. aws-sdk-kms (~> 1)
  94. aws-sigv4 (~> 1.4)
  95. aws-sigv4 (1.4.0)
  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.10)
  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.10.3)
  108. msgpack (~> 1.2)
  109. brakeman (5.2.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 (7.0.1)
  116. activesupport (>= 3.0.0)
  117. uniform_notifier (~> 1.11)
  118. bundler-audit (0.9.0.1)
  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.36.0)
  138. addressable
  139. matrix
  140. mini_mime (>= 0.1.3)
  141. nokogiri (~> 1.8)
  142. rack (>= 1.6.0)
  143. rack-test (>= 0.6.3)
  144. regexp_parser (>= 1.5, < 3.0)
  145. xpath (~> 3.2)
  146. case_transform (0.2)
  147. activesupport
  148. cbor (0.5.9.6)
  149. charlock_holmes (0.7.7)
  150. chewy (7.2.4)
  151. activesupport (>= 5.2)
  152. elasticsearch (>= 7.12.0, < 7.14.0)
  153. elasticsearch-dsl
  154. chunky_png (1.4.0)
  155. climate_control (0.2.0)
  156. coderay (1.1.3)
  157. color_diff (0.1)
  158. concurrent-ruby (1.1.9)
  159. connection_pool (2.2.5)
  160. cose (1.0.0)
  161. cbor (~> 0.5.9)
  162. openssl-signature_algorithm (~> 0.4.0)
  163. crack (0.4.5)
  164. rexml
  165. crass (1.0.6)
  166. css_parser (1.7.1)
  167. addressable
  168. debug_inspector (1.0.0)
  169. devise (4.8.1)
  170. bcrypt (~> 3.0)
  171. orm_adapter (~> 0.1)
  172. railties (>= 4.1.0)
  173. responders
  174. warden (~> 1.2.3)
  175. devise-two-factor (4.0.1)
  176. activesupport (< 6.2)
  177. attr_encrypted (>= 1.3, < 4, != 2)
  178. devise (~> 4.0)
  179. railties (< 6.2)
  180. rotp (~> 6.0)
  181. devise_pam_authenticatable2 (9.2.0)
  182. devise (>= 4.0.0)
  183. rpam2 (~> 4.0)
  184. diff-lcs (1.5.0)
  185. discard (1.2.1)
  186. activerecord (>= 4.2, < 8)
  187. docile (1.3.4)
  188. domain_name (0.5.20190701)
  189. unf (>= 0.0.5, < 1.0.0)
  190. doorkeeper (5.5.4)
  191. railties (>= 5)
  192. dotenv (2.7.6)
  193. dotenv-rails (2.7.6)
  194. dotenv (= 2.7.6)
  195. railties (>= 3.2)
  196. e2mmap (0.1.0)
  197. ed25519 (1.3.0)
  198. elasticsearch (7.13.3)
  199. elasticsearch-api (= 7.13.3)
  200. elasticsearch-transport (= 7.13.3)
  201. elasticsearch-api (7.13.3)
  202. multi_json
  203. elasticsearch-dsl (0.1.10)
  204. elasticsearch-transport (7.13.3)
  205. faraday (~> 1)
  206. multi_json
  207. encryptor (3.0.0)
  208. erubi (1.10.0)
  209. et-orbi (1.2.6)
  210. tzinfo
  211. excon (0.76.0)
  212. fabrication (2.27.0)
  213. faker (2.19.0)
  214. i18n (>= 1.6, < 2)
  215. faraday (1.9.3)
  216. faraday-em_http (~> 1.0)
  217. faraday-em_synchrony (~> 1.0)
  218. faraday-excon (~> 1.1)
  219. faraday-httpclient (~> 1.0)
  220. faraday-multipart (~> 1.0)
  221. faraday-net_http (~> 1.0)
  222. faraday-net_http_persistent (~> 1.0)
  223. faraday-patron (~> 1.0)
  224. faraday-rack (~> 1.0)
  225. faraday-retry (~> 1.0)
  226. ruby2_keywords (>= 0.0.4)
  227. faraday-em_http (1.0.0)
  228. faraday-em_synchrony (1.0.0)
  229. faraday-excon (1.1.0)
  230. faraday-httpclient (1.0.1)
  231. faraday-multipart (1.0.3)
  232. multipart-post (>= 1.2, < 3)
  233. faraday-net_http (1.0.1)
  234. faraday-net_http_persistent (1.2.0)
  235. faraday-patron (1.0.0)
  236. faraday-rack (1.0.0)
  237. faraday-retry (1.0.3)
  238. fast_blank (1.0.1)
  239. fastimage (2.2.6)
  240. ffi (1.15.5)
  241. ffi-compiler (1.0.1)
  242. ffi (>= 1.0.0)
  243. rake
  244. fog-core (2.1.0)
  245. builder
  246. excon (~> 0.58)
  247. formatador (~> 0.2)
  248. mime-types
  249. fog-json (1.2.0)
  250. fog-core
  251. multi_json (~> 1.10)
  252. fog-openstack (0.3.10)
  253. fog-core (>= 1.45, <= 2.1.0)
  254. fog-json (>= 1.0)
  255. ipaddress (>= 0.8)
  256. formatador (0.2.5)
  257. fugit (1.5.2)
  258. et-orbi (~> 1.1, >= 1.1.8)
  259. raabro (~> 1.4)
  260. fuubar (2.5.1)
  261. rspec-core (~> 3.0)
  262. ruby-progressbar (~> 1.4)
  263. globalid (1.0.0)
  264. activesupport (>= 5.0)
  265. hamlit (2.13.0)
  266. temple (>= 0.8.2)
  267. thor
  268. tilt
  269. hamlit-rails (0.2.3)
  270. actionpack (>= 4.0.1)
  271. activesupport (>= 4.0.1)
  272. hamlit (>= 1.2.0)
  273. railties (>= 4.0.1)
  274. hashdiff (1.0.1)
  275. hashie (4.1.0)
  276. highline (2.0.3)
  277. hiredis (0.6.3)
  278. hkdf (0.3.0)
  279. htmlentities (4.3.4)
  280. http (5.0.4)
  281. addressable (~> 2.8)
  282. http-cookie (~> 1.0)
  283. http-form_data (~> 2.2)
  284. llhttp-ffi (~> 0.4.0)
  285. http-cookie (1.0.4)
  286. domain_name (~> 0.5)
  287. http-form_data (2.3.0)
  288. http_accept_language (2.1.1)
  289. httplog (1.5.0)
  290. rack (>= 1.0)
  291. rainbow (>= 2.0.0)
  292. i18n (1.9.1)
  293. concurrent-ruby (~> 1.0)
  294. i18n-tasks (0.9.37)
  295. activesupport (>= 4.0.2)
  296. ast (>= 2.1.0)
  297. erubi
  298. highline (>= 2.0.0)
  299. i18n
  300. parser (>= 2.2.3.0)
  301. rails-i18n
  302. rainbow (>= 2.2.2, < 4.0)
  303. terminal-table (>= 1.5.1)
  304. idn-ruby (0.1.4)
  305. ipaddress (0.8.3)
  306. jmespath (1.6.0)
  307. json (2.5.1)
  308. json-canonicalization (0.3.0)
  309. json-ld (3.2.0)
  310. htmlentities (~> 4.3)
  311. json-canonicalization (~> 0.3)
  312. link_header (~> 0.0, >= 0.0.8)
  313. multi_json (~> 1.15)
  314. rack (~> 2.2)
  315. rdf (~> 3.2)
  316. json-ld-preloaded (3.2.0)
  317. json-ld (~> 3.2)
  318. rdf (~> 3.2)
  319. jsonapi-renderer (0.2.2)
  320. jwt (2.2.2)
  321. kaminari (1.2.2)
  322. activesupport (>= 4.1.0)
  323. kaminari-actionview (= 1.2.2)
  324. kaminari-activerecord (= 1.2.2)
  325. kaminari-core (= 1.2.2)
  326. kaminari-actionview (1.2.2)
  327. actionview
  328. kaminari-core (= 1.2.2)
  329. kaminari-activerecord (1.2.2)
  330. activerecord
  331. kaminari-core (= 1.2.2)
  332. kaminari-core (1.2.2)
  333. kt-paperclip (7.1.1)
  334. activemodel (>= 4.2.0)
  335. activesupport (>= 4.2.0)
  336. marcel (~> 1.0.1)
  337. mime-types
  338. terrapin (~> 0.6.0)
  339. launchy (2.5.0)
  340. addressable (~> 2.7)
  341. letter_opener (1.7.0)
  342. launchy (~> 2.2)
  343. letter_opener_web (2.0.0)
  344. actionmailer (>= 5.2)
  345. letter_opener (~> 1.7)
  346. railties (>= 5.2)
  347. rexml
  348. link_header (0.0.8)
  349. llhttp-ffi (0.4.0)
  350. ffi-compiler (~> 1.0)
  351. rake (~> 13.0)
  352. lograge (0.11.2)
  353. actionpack (>= 4)
  354. activesupport (>= 4)
  355. railties (>= 4)
  356. request_store (~> 1.0)
  357. loofah (2.14.0)
  358. crass (~> 1.0.2)
  359. nokogiri (>= 1.5.9)
  360. mail (2.7.1)
  361. mini_mime (>= 0.1.1)
  362. makara (0.5.1)
  363. activerecord (>= 5.2.0)
  364. marcel (1.0.2)
  365. mario-redis-lock (1.2.1)
  366. redis (>= 3.0.5)
  367. matrix (0.4.2)
  368. memory_profiler (1.0.0)
  369. method_source (1.0.0)
  370. microformats (4.3.1)
  371. json (~> 2.2)
  372. nokogiri (~> 1.10)
  373. mime-types (3.4.1)
  374. mime-types-data (~> 3.2015)
  375. mime-types-data (3.2022.0105)
  376. mini_mime (1.1.2)
  377. mini_portile2 (2.8.0)
  378. minitest (5.15.0)
  379. msgpack (1.4.4)
  380. multi_json (1.15.0)
  381. multipart-post (2.1.1)
  382. net-ldap (0.17.0)
  383. net-scp (3.0.0)
  384. net-ssh (>= 2.6.5, < 7.0.0)
  385. net-ssh (6.1.0)
  386. nio4r (2.5.8)
  387. nokogiri (1.13.3)
  388. mini_portile2 (~> 2.8.0)
  389. racc (~> 1.4)
  390. nsa (0.2.8)
  391. activesupport (>= 4.2, < 7)
  392. concurrent-ruby (~> 1.0, >= 1.0.2)
  393. sidekiq (>= 3.5)
  394. statsd-ruby (~> 1.4, >= 1.4.0)
  395. oj (3.13.11)
  396. omniauth (1.9.1)
  397. hashie (>= 3.4.6)
  398. rack (>= 1.6.2, < 3)
  399. omniauth-cas (2.0.0)
  400. addressable (~> 2.3)
  401. nokogiri (~> 1.5)
  402. omniauth (~> 1.2)
  403. omniauth-rails_csrf_protection (0.1.2)
  404. actionpack (>= 4.2)
  405. omniauth (>= 1.3.1)
  406. omniauth-saml (1.10.3)
  407. omniauth (~> 1.3, >= 1.3.2)
  408. ruby-saml (~> 1.9)
  409. openssl (2.2.0)
  410. openssl-signature_algorithm (0.4.0)
  411. orm_adapter (0.5.0)
  412. ox (2.14.9)
  413. parallel (1.21.0)
  414. parser (3.1.0.0)
  415. ast (~> 2.4.1)
  416. parslet (2.0.0)
  417. pastel (0.8.0)
  418. tty-color (~> 0.5)
  419. pg (1.3.3)
  420. pghero (2.8.2)
  421. activerecord (>= 5)
  422. pkg-config (1.4.7)
  423. posix-spawn (0.3.15)
  424. premailer (1.14.2)
  425. addressable
  426. css_parser (>= 1.6.0)
  427. htmlentities (>= 4.0.0)
  428. premailer-rails (1.11.1)
  429. actionmailer (>= 3)
  430. premailer (~> 1.7, >= 1.7.9)
  431. private_address_check (0.5.0)
  432. pry (0.13.1)
  433. coderay (~> 1.1)
  434. method_source (~> 1.0)
  435. pry-byebug (3.9.0)
  436. byebug (~> 11.0)
  437. pry (~> 0.13.0)
  438. pry-rails (0.3.9)
  439. pry (>= 0.10.4)
  440. public_suffix (4.0.6)
  441. puma (5.6.2)
  442. nio4r (~> 2.0)
  443. pundit (2.2.0)
  444. activesupport (>= 3.0.0)
  445. raabro (1.4.0)
  446. racc (1.6.0)
  447. rack (2.2.3)
  448. rack-attack (6.5.0)
  449. rack (>= 1.0, < 3)
  450. rack-cors (1.1.1)
  451. rack (>= 2.0.0)
  452. rack-proxy (0.7.0)
  453. rack
  454. rack-test (1.1.0)
  455. rack (>= 1.0, < 3)
  456. rails (6.1.4.6)
  457. actioncable (= 6.1.4.6)
  458. actionmailbox (= 6.1.4.6)
  459. actionmailer (= 6.1.4.6)
  460. actionpack (= 6.1.4.6)
  461. actiontext (= 6.1.4.6)
  462. actionview (= 6.1.4.6)
  463. activejob (= 6.1.4.6)
  464. activemodel (= 6.1.4.6)
  465. activerecord (= 6.1.4.6)
  466. activestorage (= 6.1.4.6)
  467. activesupport (= 6.1.4.6)
  468. bundler (>= 1.15.0)
  469. railties (= 6.1.4.6)
  470. sprockets-rails (>= 2.0.0)
  471. rails-controller-testing (1.0.5)
  472. actionpack (>= 5.0.1.rc1)
  473. actionview (>= 5.0.1.rc1)
  474. activesupport (>= 5.0.1.rc1)
  475. rails-dom-testing (2.0.3)
  476. activesupport (>= 4.2.0)
  477. nokogiri (>= 1.6)
  478. rails-html-sanitizer (1.4.2)
  479. loofah (~> 2.3)
  480. rails-i18n (6.0.0)
  481. i18n (>= 0.7, < 2)
  482. railties (>= 6.0.0, < 7)
  483. rails-settings-cached (0.6.6)
  484. rails (>= 4.2.0)
  485. railties (6.1.4.6)
  486. actionpack (= 6.1.4.6)
  487. activesupport (= 6.1.4.6)
  488. method_source
  489. rake (>= 0.13)
  490. thor (~> 1.0)
  491. rainbow (3.1.1)
  492. rake (13.0.6)
  493. rdf (3.2.3)
  494. link_header (~> 0.0, >= 0.0.8)
  495. rdf-normalize (0.5.0)
  496. rdf (~> 3.2)
  497. redis (4.5.1)
  498. redis-namespace (1.8.1)
  499. redis (>= 3.0.4)
  500. regexp_parser (2.2.0)
  501. request_store (1.5.0)
  502. rack (>= 1.4)
  503. responders (3.0.1)
  504. actionpack (>= 5.0)
  505. railties (>= 5.0)
  506. rexml (3.2.5)
  507. rotp (6.2.0)
  508. rpam2 (4.0.2)
  509. rqrcode (2.1.1)
  510. chunky_png (~> 1.0)
  511. rqrcode_core (~> 1.0)
  512. rqrcode_core (1.2.0)
  513. rspec-core (3.11.0)
  514. rspec-support (~> 3.11.0)
  515. rspec-expectations (3.11.0)
  516. diff-lcs (>= 1.2.0, < 2.0)
  517. rspec-support (~> 3.11.0)
  518. rspec-mocks (3.11.0)
  519. diff-lcs (>= 1.2.0, < 2.0)
  520. rspec-support (~> 3.11.0)
  521. rspec-rails (5.1.0)
  522. actionpack (>= 5.2)
  523. activesupport (>= 5.2)
  524. railties (>= 5.2)
  525. rspec-core (~> 3.10)
  526. rspec-expectations (~> 3.10)
  527. rspec-mocks (~> 3.10)
  528. rspec-support (~> 3.10)
  529. rspec-sidekiq (3.1.0)
  530. rspec-core (~> 3.0, >= 3.0.0)
  531. sidekiq (>= 2.4.0)
  532. rspec-support (3.11.0)
  533. rspec_junit_formatter (0.5.1)
  534. rspec-core (>= 2, < 4, != 2.12.0)
  535. rubocop (1.25.1)
  536. parallel (~> 1.10)
  537. parser (>= 3.1.0.0)
  538. rainbow (>= 2.2.2, < 4.0)
  539. regexp_parser (>= 1.8, < 3.0)
  540. rexml
  541. rubocop-ast (>= 1.15.1, < 2.0)
  542. ruby-progressbar (~> 1.7)
  543. unicode-display_width (>= 1.4.0, < 3.0)
  544. rubocop-ast (1.15.1)
  545. parser (>= 3.0.1.1)
  546. rubocop-rails (2.13.2)
  547. activesupport (>= 4.2.0)
  548. rack (>= 1.1)
  549. rubocop (>= 1.7.0, < 2.0)
  550. ruby-progressbar (1.11.0)
  551. ruby-saml (1.13.0)
  552. nokogiri (>= 1.10.5)
  553. rexml
  554. ruby2_keywords (0.0.5)
  555. rufus-scheduler (3.8.1)
  556. fugit (~> 1.1, >= 1.1.6)
  557. safety_net_attestation (0.4.0)
  558. jwt (~> 2.0)
  559. sanitize (6.0.0)
  560. crass (~> 1.0.2)
  561. nokogiri (>= 1.12.0)
  562. scenic (1.6.0)
  563. activerecord (>= 4.0.0)
  564. railties (>= 4.0.0)
  565. securecompare (1.0.0)
  566. semantic_range (3.0.0)
  567. sidekiq (6.4.1)
  568. connection_pool (>= 2.2.2)
  569. rack (~> 2.0)
  570. redis (>= 4.2.0)
  571. sidekiq-bulk (0.2.0)
  572. sidekiq
  573. sidekiq-scheduler (3.1.1)
  574. e2mmap
  575. redis (>= 3, < 5)
  576. rufus-scheduler (~> 3.2)
  577. sidekiq (>= 3)
  578. thwait
  579. tilt (>= 1.4.0)
  580. sidekiq-unique-jobs (7.1.15)
  581. brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
  582. concurrent-ruby (~> 1.0, >= 1.0.5)
  583. sidekiq (>= 5.0, < 8.0)
  584. thor (>= 0.20, < 3.0)
  585. simple-navigation (4.3.0)
  586. activesupport (>= 2.3.2)
  587. simple_form (5.1.0)
  588. actionpack (>= 5.2)
  589. activemodel (>= 5.2)
  590. simplecov (0.21.2)
  591. docile (~> 1.1)
  592. simplecov-html (~> 0.11)
  593. simplecov_json_formatter (~> 0.1)
  594. simplecov-html (0.12.3)
  595. simplecov_json_formatter (0.1.2)
  596. sprockets (3.7.2)
  597. concurrent-ruby (~> 1.0)
  598. rack (> 1, < 3)
  599. sprockets-rails (3.4.2)
  600. actionpack (>= 5.2)
  601. activesupport (>= 5.2)
  602. sprockets (>= 3.0.0)
  603. sshkit (1.21.2)
  604. net-scp (>= 1.1.2)
  605. net-ssh (>= 2.8.0)
  606. stackprof (0.2.17)
  607. statsd-ruby (1.5.0)
  608. stoplight (2.2.1)
  609. strong_migrations (0.7.9)
  610. activerecord (>= 5)
  611. temple (0.8.2)
  612. terminal-table (3.0.2)
  613. unicode-display_width (>= 1.1.1, < 3)
  614. terrapin (0.6.0)
  615. climate_control (>= 0.0.3, < 1.0)
  616. thor (1.2.1)
  617. thwait (0.2.0)
  618. e2mmap
  619. tilt (2.0.10)
  620. tpm-key_attestation (0.9.0)
  621. bindata (~> 2.4)
  622. openssl-signature_algorithm (~> 0.4.0)
  623. tty-color (0.6.0)
  624. tty-cursor (0.7.1)
  625. tty-prompt (0.23.1)
  626. pastel (~> 0.8)
  627. tty-reader (~> 0.8)
  628. tty-reader (0.9.0)
  629. tty-cursor (~> 0.7)
  630. tty-screen (~> 0.8)
  631. wisper (~> 2.0)
  632. tty-screen (0.8.1)
  633. twitter-text (3.1.0)
  634. idn-ruby
  635. unf (~> 0.1.0)
  636. tzinfo (2.0.4)
  637. concurrent-ruby (~> 1.0)
  638. tzinfo-data (1.2021.5)
  639. tzinfo (>= 1.0.0)
  640. unf (0.1.4)
  641. unf_ext
  642. unf_ext (0.0.8)
  643. unicode-display_width (2.1.0)
  644. uniform_notifier (1.14.2)
  645. warden (1.2.9)
  646. rack (>= 2.0.9)
  647. webauthn (3.0.0.alpha1)
  648. android_key_attestation (~> 0.3.0)
  649. awrence (~> 1.1)
  650. bindata (~> 2.4)
  651. cbor (~> 0.5.9)
  652. cose (~> 1.0)
  653. openssl (~> 2.0)
  654. safety_net_attestation (~> 0.4.0)
  655. securecompare (~> 1.0)
  656. tpm-key_attestation (~> 0.9.0)
  657. webmock (3.14.0)
  658. addressable (>= 2.8.0)
  659. crack (>= 0.3.2)
  660. hashdiff (>= 0.4.0, < 2.0.0)
  661. webpacker (5.4.3)
  662. activesupport (>= 5.2)
  663. rack-proxy (>= 0.6.1)
  664. railties (>= 5.2)
  665. semantic_range (>= 2.3.0)
  666. webpush (0.3.8)
  667. hkdf (~> 0.2)
  668. jwt (~> 2.0)
  669. websocket-driver (0.7.5)
  670. websocket-extensions (>= 0.1.0)
  671. websocket-extensions (0.1.5)
  672. wisper (2.0.1)
  673. xorcist (1.1.2)
  674. xpath (3.2.0)
  675. nokogiri (~> 1.8)
  676. zeitwerk (2.5.4)
  677. PLATFORMS
  678. ruby
  679. DEPENDENCIES
  680. active_model_serializers (~> 0.10)
  681. active_record_query_trace (~> 1.8)
  682. addressable (~> 2.8)
  683. annotate (~> 3.2)
  684. aws-sdk-s3 (~> 1.113)
  685. better_errors (~> 2.9)
  686. binding_of_caller (~> 1.0)
  687. blurhash (~> 0.1)
  688. bootsnap (~> 1.10.3)
  689. brakeman (~> 5.2)
  690. browser
  691. bullet (~> 7.0)
  692. bundler-audit (~> 0.9)
  693. capistrano (~> 3.16)
  694. capistrano-rails (~> 1.6)
  695. capistrano-rbenv (~> 2.2)
  696. capistrano-yarn (~> 2.0)
  697. capybara (~> 3.36)
  698. charlock_holmes (~> 0.7.7)
  699. chewy (~> 7.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.3)
  711. fabrication (~> 2.27)
  712. faker (~> 2.19)
  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 (~> 5.0)
  722. http_accept_language (~> 2.1)
  723. httplog (~> 1.5.0)
  724. i18n-tasks (~> 0.9)
  725. idn-ruby
  726. json-ld
  727. json-ld-preloaded (~> 3.2)
  728. kaminari (~> 1.2)
  729. kt-paperclip (~> 7.1)
  730. letter_opener (~> 1.7)
  731. letter_opener_web (~> 2.0)
  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.4.1)
  739. net-ldap (~> 0.17)
  740. nokogiri (~> 1.13)
  741. nsa (~> 0.2)
  742. oj (~> 3.13)
  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. parslet
  749. pg (~> 1.3)
  750. pghero (~> 2.8)
  751. pkg-config (~> 1.4)
  752. posix-spawn
  753. premailer-rails
  754. private_address_check (~> 0.5)
  755. pry-byebug (~> 3.9)
  756. pry-rails (~> 0.3)
  757. puma (~> 5.6)
  758. pundit (~> 2.2)
  759. rack (~> 2.2.3)
  760. rack-attack (~> 6.5)
  761. rack-cors (~> 1.1)
  762. rails (~> 6.1.4)
  763. rails-controller-testing (~> 1.0)
  764. rails-i18n (~> 6.0)
  765. rails-settings-cached (~> 0.6)
  766. rdf-normalize (~> 0.5)
  767. redis (~> 4.5)
  768. redis-namespace (~> 1.8)
  769. rexml (~> 3.2)
  770. rqrcode (~> 2.1)
  771. rspec-rails (~> 5.1)
  772. rspec-sidekiq (~> 3.1)
  773. rspec_junit_formatter (~> 0.5)
  774. rubocop (~> 1.25)
  775. rubocop-rails (~> 2.13)
  776. ruby-progressbar (~> 1.11)
  777. sanitize (~> 6.0)
  778. scenic (~> 1.6)
  779. sidekiq (~> 6.4)
  780. sidekiq-bulk (~> 0.2.0)
  781. sidekiq-scheduler (~> 3.1)
  782. sidekiq-unique-jobs (~> 7.1)
  783. simple-navigation (~> 4.3)
  784. simple_form (~> 5.1)
  785. simplecov (~> 0.21)
  786. sprockets (~> 3.7.2)
  787. sprockets-rails (~> 3.4)
  788. stackprof
  789. stoplight (~> 2.2.1)
  790. strong_migrations (~> 0.7)
  791. thor (~> 1.2)
  792. tty-prompt (~> 0.23)
  793. twitter-text (~> 3.1.0)
  794. tzinfo-data (~> 1.2021)
  795. webauthn (~> 3.0.0.alpha1)
  796. webmock (~> 3.14)
  797. webpacker (~> 5.4)
  798. webpush (~> 0.3)
  799. xorcist (~> 1.1)