Gemfile.lock 20 KB

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