Gemfile.lock 21 KB

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