Gemfile.lock 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970
  1. GIT
  2. remote: https://github.com/ClearlyClaire/webpush.git
  3. revision: f14a4d52e201128b1b00245d11b6de80d6cfdcd9
  4. ref: f14a4d52e201128b1b00245d11b6de80d6cfdcd9
  5. specs:
  6. webpush (0.3.8)
  7. hkdf (~> 0.2)
  8. jwt (~> 2.0)
  9. GIT
  10. remote: https://github.com/jhawthorn/nsa.git
  11. revision: e020fcc3a54d993ab45b7194d89ab720296c111b
  12. ref: e020fcc3a54d993ab45b7194d89ab720296c111b
  13. specs:
  14. nsa (0.2.8)
  15. activesupport (>= 4.2, < 7.2)
  16. concurrent-ruby (~> 1.0, >= 1.0.2)
  17. sidekiq (>= 3.5)
  18. statsd-ruby (~> 1.4, >= 1.4.0)
  19. GIT
  20. remote: https://github.com/mastodon/rails-settings-cached.git
  21. revision: 86328ef0bd04ce21cc0504ff5e334591e8c2ccab
  22. branch: v0.6.6-aliases-true
  23. specs:
  24. rails-settings-cached (0.6.6)
  25. rails (>= 4.2.0)
  26. GIT
  27. remote: https://github.com/stanhu/omniauth-cas.git
  28. revision: 4211e6d05941b4a981f9a36b49ec166cecd0e271
  29. ref: 4211e6d05941b4a981f9a36b49ec166cecd0e271
  30. specs:
  31. omniauth-cas (2.0.0)
  32. addressable (~> 2.3)
  33. nokogiri (~> 1.5)
  34. omniauth (>= 1.2, < 3)
  35. GEM
  36. remote: https://rubygems.org/
  37. specs:
  38. actioncable (7.1.2)
  39. actionpack (= 7.1.2)
  40. activesupport (= 7.1.2)
  41. nio4r (~> 2.0)
  42. websocket-driver (>= 0.6.1)
  43. zeitwerk (~> 2.6)
  44. actionmailbox (7.1.2)
  45. actionpack (= 7.1.2)
  46. activejob (= 7.1.2)
  47. activerecord (= 7.1.2)
  48. activestorage (= 7.1.2)
  49. activesupport (= 7.1.2)
  50. mail (>= 2.7.1)
  51. net-imap
  52. net-pop
  53. net-smtp
  54. actionmailer (7.1.2)
  55. actionpack (= 7.1.2)
  56. actionview (= 7.1.2)
  57. activejob (= 7.1.2)
  58. activesupport (= 7.1.2)
  59. mail (~> 2.5, >= 2.5.4)
  60. net-imap
  61. net-pop
  62. net-smtp
  63. rails-dom-testing (~> 2.2)
  64. actionpack (7.1.2)
  65. actionview (= 7.1.2)
  66. activesupport (= 7.1.2)
  67. nokogiri (>= 1.8.5)
  68. racc
  69. rack (>= 2.2.4)
  70. rack-session (>= 1.0.1)
  71. rack-test (>= 0.6.3)
  72. rails-dom-testing (~> 2.2)
  73. rails-html-sanitizer (~> 1.6)
  74. actiontext (7.1.2)
  75. actionpack (= 7.1.2)
  76. activerecord (= 7.1.2)
  77. activestorage (= 7.1.2)
  78. activesupport (= 7.1.2)
  79. globalid (>= 0.6.0)
  80. nokogiri (>= 1.8.5)
  81. actionview (7.1.2)
  82. activesupport (= 7.1.2)
  83. builder (~> 3.1)
  84. erubi (~> 1.11)
  85. rails-dom-testing (~> 2.2)
  86. rails-html-sanitizer (~> 1.6)
  87. active_model_serializers (0.10.14)
  88. actionpack (>= 4.1)
  89. activemodel (>= 4.1)
  90. case_transform (>= 0.2)
  91. jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
  92. activejob (7.1.2)
  93. activesupport (= 7.1.2)
  94. globalid (>= 0.3.6)
  95. activemodel (7.1.2)
  96. activesupport (= 7.1.2)
  97. activerecord (7.1.2)
  98. activemodel (= 7.1.2)
  99. activesupport (= 7.1.2)
  100. timeout (>= 0.4.0)
  101. activestorage (7.1.2)
  102. actionpack (= 7.1.2)
  103. activejob (= 7.1.2)
  104. activerecord (= 7.1.2)
  105. activesupport (= 7.1.2)
  106. marcel (~> 1.0)
  107. activesupport (7.1.2)
  108. base64
  109. bigdecimal
  110. concurrent-ruby (~> 1.0, >= 1.0.2)
  111. connection_pool (>= 2.2.5)
  112. drb
  113. i18n (>= 1.6, < 2)
  114. minitest (>= 5.1)
  115. mutex_m
  116. tzinfo (~> 2.0)
  117. addressable (2.8.6)
  118. public_suffix (>= 2.0.2, < 6.0)
  119. aes_key_wrap (1.1.0)
  120. android_key_attestation (0.3.0)
  121. annotate (3.2.0)
  122. activerecord (>= 3.2, < 8.0)
  123. rake (>= 10.4, < 14.0)
  124. ast (2.4.2)
  125. attr_encrypted (4.0.0)
  126. encryptor (~> 3.0.0)
  127. attr_required (1.0.1)
  128. awrence (1.2.1)
  129. aws-eventstream (1.3.0)
  130. aws-partitions (1.860.0)
  131. aws-sdk-core (3.189.0)
  132. aws-eventstream (~> 1, >= 1.3.0)
  133. aws-partitions (~> 1, >= 1.651.0)
  134. aws-sigv4 (~> 1.8)
  135. jmespath (~> 1, >= 1.6.1)
  136. aws-sdk-kms (1.74.0)
  137. aws-sdk-core (~> 3, >= 3.188.0)
  138. aws-sigv4 (~> 1.1)
  139. aws-sdk-s3 (1.141.0)
  140. aws-sdk-core (~> 3, >= 3.189.0)
  141. aws-sdk-kms (~> 1)
  142. aws-sigv4 (~> 1.8)
  143. aws-sigv4 (1.8.0)
  144. aws-eventstream (~> 1, >= 1.0.2)
  145. azure-storage-blob (2.0.3)
  146. azure-storage-common (~> 2.0)
  147. nokogiri (~> 1, >= 1.10.8)
  148. azure-storage-common (2.0.4)
  149. faraday (~> 1.0)
  150. faraday_middleware (~> 1.0, >= 1.0.0.rc1)
  151. net-http-persistent (~> 4.0)
  152. nokogiri (~> 1, >= 1.10.8)
  153. base64 (0.2.0)
  154. bcp47_spec (0.2.1)
  155. bcrypt (3.1.20)
  156. better_errors (2.10.1)
  157. erubi (>= 1.0.0)
  158. rack (>= 0.9.0)
  159. rouge (>= 1.0.0)
  160. better_html (2.0.2)
  161. actionview (>= 6.0)
  162. activesupport (>= 6.0)
  163. ast (~> 2.0)
  164. erubi (~> 1.4)
  165. parser (>= 2.4)
  166. smart_properties
  167. bigdecimal (3.1.5)
  168. bindata (2.4.15)
  169. binding_of_caller (1.0.0)
  170. debug_inspector (>= 0.0.1)
  171. blurhash (0.1.7)
  172. bootsnap (1.17.0)
  173. msgpack (~> 1.2)
  174. brakeman (6.1.0)
  175. browser (5.3.1)
  176. brpoplpush-redis_script (0.1.3)
  177. concurrent-ruby (~> 1.0, >= 1.0.5)
  178. redis (>= 1.0, < 6)
  179. builder (3.2.4)
  180. bundler-audit (0.9.1)
  181. bundler (>= 1.2.0, < 3)
  182. thor (~> 1.0)
  183. capybara (3.39.2)
  184. addressable
  185. matrix
  186. mini_mime (>= 0.1.3)
  187. nokogiri (~> 1.8)
  188. rack (>= 1.6.0)
  189. rack-test (>= 0.6.3)
  190. regexp_parser (>= 1.5, < 3.0)
  191. xpath (~> 3.2)
  192. case_transform (0.2)
  193. activesupport
  194. cbor (0.5.9.6)
  195. charlock_holmes (0.7.7)
  196. chewy (7.4.0)
  197. activesupport (>= 5.2)
  198. elasticsearch (>= 7.12.0, < 7.14.0)
  199. elasticsearch-dsl
  200. chunky_png (1.4.0)
  201. climate_control (0.2.0)
  202. cocoon (1.2.15)
  203. color_diff (0.1)
  204. concurrent-ruby (1.2.2)
  205. connection_pool (2.4.1)
  206. cose (1.3.0)
  207. cbor (~> 0.5.9)
  208. openssl-signature_algorithm (~> 1.0)
  209. crack (0.4.5)
  210. rexml
  211. crass (1.0.6)
  212. css_parser (1.14.0)
  213. addressable
  214. database_cleaner-active_record (2.1.0)
  215. activerecord (>= 5.a)
  216. database_cleaner-core (~> 2.0.0)
  217. database_cleaner-core (2.0.1)
  218. date (3.3.4)
  219. debug (1.9.0)
  220. irb (~> 1.10)
  221. reline (>= 0.3.8)
  222. debug_inspector (1.1.0)
  223. devise (4.9.3)
  224. bcrypt (~> 3.0)
  225. orm_adapter (~> 0.1)
  226. railties (>= 4.1.0)
  227. responders
  228. warden (~> 1.2.3)
  229. devise-two-factor (4.1.1)
  230. activesupport (~> 7.0)
  231. attr_encrypted (>= 1.3, < 5, != 2)
  232. devise (~> 4.0)
  233. railties (~> 7.0)
  234. rotp (~> 6.0)
  235. devise_pam_authenticatable2 (9.2.0)
  236. devise (>= 4.0.0)
  237. rpam2 (~> 4.0)
  238. diff-lcs (1.5.0)
  239. discard (1.3.0)
  240. activerecord (>= 4.2, < 8)
  241. docile (1.4.0)
  242. domain_name (0.5.20190701)
  243. unf (>= 0.0.5, < 1.0.0)
  244. doorkeeper (5.6.8)
  245. railties (>= 5)
  246. dotenv (2.8.1)
  247. dotenv-rails (2.8.1)
  248. dotenv (= 2.8.1)
  249. railties (>= 3.2)
  250. drb (2.2.0)
  251. ruby2_keywords
  252. ed25519 (1.3.0)
  253. elasticsearch (7.13.3)
  254. elasticsearch-api (= 7.13.3)
  255. elasticsearch-transport (= 7.13.3)
  256. elasticsearch-api (7.13.3)
  257. multi_json
  258. elasticsearch-dsl (0.1.10)
  259. elasticsearch-transport (7.13.3)
  260. faraday (~> 1)
  261. multi_json
  262. email_spec (2.2.2)
  263. htmlentities (~> 4.3.3)
  264. launchy (~> 2.1)
  265. mail (~> 2.7)
  266. encryptor (3.0.0)
  267. erubi (1.12.0)
  268. et-orbi (1.2.7)
  269. tzinfo
  270. excon (0.104.0)
  271. fabrication (2.31.0)
  272. faker (3.2.2)
  273. i18n (>= 1.8.11, < 2)
  274. faraday (1.10.3)
  275. faraday-em_http (~> 1.0)
  276. faraday-em_synchrony (~> 1.0)
  277. faraday-excon (~> 1.1)
  278. faraday-httpclient (~> 1.0)
  279. faraday-multipart (~> 1.0)
  280. faraday-net_http (~> 1.0)
  281. faraday-net_http_persistent (~> 1.0)
  282. faraday-patron (~> 1.0)
  283. faraday-rack (~> 1.0)
  284. faraday-retry (~> 1.0)
  285. ruby2_keywords (>= 0.0.4)
  286. faraday-em_http (1.0.0)
  287. faraday-em_synchrony (1.0.0)
  288. faraday-excon (1.1.0)
  289. faraday-httpclient (1.0.1)
  290. faraday-multipart (1.0.4)
  291. multipart-post (~> 2)
  292. faraday-net_http (1.0.1)
  293. faraday-net_http_persistent (1.2.0)
  294. faraday-patron (1.0.0)
  295. faraday-rack (1.0.0)
  296. faraday-retry (1.0.3)
  297. faraday_middleware (1.2.0)
  298. faraday (~> 1.0)
  299. fast_blank (1.0.1)
  300. fastimage (2.2.7)
  301. ffi (1.15.5)
  302. ffi-compiler (1.0.1)
  303. ffi (>= 1.0.0)
  304. rake
  305. fog-core (2.3.0)
  306. builder
  307. excon (~> 0.71)
  308. formatador (>= 0.2, < 2.0)
  309. mime-types
  310. fog-json (1.2.0)
  311. fog-core
  312. multi_json (~> 1.10)
  313. fog-openstack (1.1.0)
  314. fog-core (~> 2.1)
  315. fog-json (>= 1.0)
  316. formatador (1.1.0)
  317. fugit (1.8.1)
  318. et-orbi (~> 1, >= 1.2.7)
  319. raabro (~> 1.4)
  320. fuubar (2.5.1)
  321. rspec-core (~> 3.0)
  322. ruby-progressbar (~> 1.4)
  323. globalid (1.2.1)
  324. activesupport (>= 6.1)
  325. haml (6.3.0)
  326. temple (>= 0.8.2)
  327. thor
  328. tilt
  329. haml-rails (2.1.0)
  330. actionpack (>= 5.1)
  331. activesupport (>= 5.1)
  332. haml (>= 4.0.6)
  333. railties (>= 5.1)
  334. haml_lint (0.52.0)
  335. haml (>= 4.0)
  336. parallel (~> 1.10)
  337. rainbow
  338. rubocop (>= 1.0)
  339. sysexits (~> 1.1)
  340. hashdiff (1.0.1)
  341. hashie (5.0.0)
  342. hcaptcha (7.1.0)
  343. json
  344. highline (2.1.0)
  345. hiredis (0.6.3)
  346. hkdf (0.3.0)
  347. htmlentities (4.3.4)
  348. http (5.1.1)
  349. addressable (~> 2.8)
  350. http-cookie (~> 1.0)
  351. http-form_data (~> 2.2)
  352. llhttp-ffi (~> 0.4.0)
  353. http-cookie (1.0.5)
  354. domain_name (~> 0.5)
  355. http-form_data (2.3.0)
  356. http_accept_language (2.1.1)
  357. httpclient (2.8.3)
  358. httplog (1.6.2)
  359. rack (>= 2.0)
  360. rainbow (>= 2.0.0)
  361. i18n (1.14.1)
  362. concurrent-ruby (~> 1.0)
  363. i18n-tasks (1.0.13)
  364. activesupport (>= 4.0.2)
  365. ast (>= 2.1.0)
  366. better_html (>= 1.0, < 3.0)
  367. erubi
  368. highline (>= 2.0.0)
  369. i18n
  370. parser (>= 3.2.2.1)
  371. rails-i18n
  372. rainbow (>= 2.2.2, < 4.0)
  373. terminal-table (>= 1.5.1)
  374. idn-ruby (0.1.5)
  375. io-console (0.6.0)
  376. irb (1.10.1)
  377. rdoc
  378. reline (>= 0.3.8)
  379. jmespath (1.6.2)
  380. json (2.7.1)
  381. json-canonicalization (1.0.0)
  382. json-jwt (1.15.3)
  383. activesupport (>= 4.2)
  384. aes_key_wrap
  385. bindata
  386. httpclient
  387. json-ld (3.3.1)
  388. htmlentities (~> 4.3)
  389. json-canonicalization (~> 1.0)
  390. link_header (~> 0.0, >= 0.0.8)
  391. multi_json (~> 1.15)
  392. rack (>= 2.2, < 4)
  393. rdf (~> 3.3)
  394. json-ld-preloaded (3.3.0)
  395. json-ld (~> 3.3)
  396. rdf (~> 3.3)
  397. json-schema (4.1.1)
  398. addressable (>= 2.8)
  399. jsonapi-renderer (0.2.2)
  400. jwt (2.7.1)
  401. kaminari (1.2.2)
  402. activesupport (>= 4.1.0)
  403. kaminari-actionview (= 1.2.2)
  404. kaminari-activerecord (= 1.2.2)
  405. kaminari-core (= 1.2.2)
  406. kaminari-actionview (1.2.2)
  407. actionview
  408. kaminari-core (= 1.2.2)
  409. kaminari-activerecord (1.2.2)
  410. activerecord
  411. kaminari-core (= 1.2.2)
  412. kaminari-core (1.2.2)
  413. kt-paperclip (7.2.1)
  414. activemodel (>= 4.2.0)
  415. activesupport (>= 4.2.0)
  416. marcel (~> 1.0.1)
  417. mime-types
  418. terrapin (~> 0.6.0)
  419. language_server-protocol (3.17.0.3)
  420. launchy (2.5.2)
  421. addressable (~> 2.8)
  422. letter_opener (1.8.1)
  423. launchy (>= 2.2, < 3)
  424. letter_opener_web (2.0.0)
  425. actionmailer (>= 5.2)
  426. letter_opener (~> 1.7)
  427. railties (>= 5.2)
  428. rexml
  429. link_header (0.0.8)
  430. llhttp-ffi (0.4.0)
  431. ffi-compiler (~> 1.0)
  432. rake (~> 13.0)
  433. lograge (0.14.0)
  434. actionpack (>= 4)
  435. activesupport (>= 4)
  436. railties (>= 4)
  437. request_store (~> 1.0)
  438. loofah (2.22.0)
  439. crass (~> 1.0.2)
  440. nokogiri (>= 1.12.0)
  441. mail (2.8.1)
  442. mini_mime (>= 0.1.1)
  443. net-imap
  444. net-pop
  445. net-smtp
  446. marcel (1.0.2)
  447. mario-redis-lock (1.2.1)
  448. redis (>= 3.0.5)
  449. matrix (0.4.2)
  450. md-paperclip-azure (2.2.0)
  451. addressable (~> 2.5)
  452. azure-storage-blob (~> 2.0.1)
  453. hashie (~> 5.0)
  454. memory_profiler (1.0.1)
  455. mime-types (3.5.1)
  456. mime-types-data (~> 3.2015)
  457. mime-types-data (3.2023.1003)
  458. mini_mime (1.1.5)
  459. mini_portile2 (2.8.5)
  460. minitest (5.20.0)
  461. msgpack (1.7.2)
  462. multi_json (1.15.0)
  463. multipart-post (2.3.0)
  464. mutex_m (0.2.0)
  465. net-http (0.4.0)
  466. uri
  467. net-http-persistent (4.0.2)
  468. connection_pool (~> 2.2)
  469. net-imap (0.4.4)
  470. date
  471. net-protocol
  472. net-ldap (0.18.0)
  473. net-pop (0.1.2)
  474. net-protocol
  475. net-protocol (0.2.2)
  476. timeout
  477. net-smtp (0.4.0)
  478. net-protocol
  479. nio4r (2.5.9)
  480. nokogiri (1.15.5)
  481. mini_portile2 (~> 2.8.2)
  482. racc (~> 1.4)
  483. oj (3.16.3)
  484. bigdecimal (>= 3.0)
  485. omniauth (2.1.1)
  486. hashie (>= 3.4.6)
  487. rack (>= 2.2.3)
  488. rack-protection
  489. omniauth-rails_csrf_protection (1.0.1)
  490. actionpack (>= 4.2)
  491. omniauth (~> 2.0)
  492. omniauth-saml (2.1.0)
  493. omniauth (~> 2.0)
  494. ruby-saml (~> 1.12)
  495. omniauth_openid_connect (0.6.1)
  496. omniauth (>= 1.9, < 3)
  497. openid_connect (~> 1.1)
  498. openid_connect (1.4.2)
  499. activemodel
  500. attr_required (>= 1.0.0)
  501. json-jwt (>= 1.15.0)
  502. net-smtp
  503. rack-oauth2 (~> 1.21)
  504. swd (~> 1.3)
  505. tzinfo
  506. validate_email
  507. validate_url
  508. webfinger (~> 1.2)
  509. openssl (3.1.0)
  510. openssl-signature_algorithm (1.3.0)
  511. openssl (> 2.0)
  512. orm_adapter (0.5.0)
  513. ox (2.14.17)
  514. parallel (1.24.0)
  515. parser (3.2.2.4)
  516. ast (~> 2.4.1)
  517. racc
  518. parslet (2.0.0)
  519. pastel (0.8.0)
  520. tty-color (~> 0.5)
  521. pg (1.5.4)
  522. pghero (3.4.0)
  523. activerecord (>= 6)
  524. posix-spawn (0.3.15)
  525. premailer (1.21.0)
  526. addressable
  527. css_parser (>= 1.12.0)
  528. htmlentities (>= 4.0.0)
  529. premailer-rails (1.12.0)
  530. actionmailer (>= 3)
  531. net-smtp
  532. premailer (~> 1.7, >= 1.7.9)
  533. private_address_check (0.5.0)
  534. propshaft (0.8.0)
  535. actionpack (>= 7.0.0)
  536. activesupport (>= 7.0.0)
  537. rack
  538. railties (>= 7.0.0)
  539. psych (5.1.1.1)
  540. stringio
  541. public_suffix (5.0.4)
  542. puma (6.4.0)
  543. nio4r (~> 2.0)
  544. pundit (2.3.1)
  545. activesupport (>= 3.0.0)
  546. raabro (1.4.0)
  547. racc (1.7.3)
  548. rack (2.2.8)
  549. rack-attack (6.7.0)
  550. rack (>= 1.0, < 4)
  551. rack-cors (2.0.1)
  552. rack (>= 2.0.0)
  553. rack-oauth2 (1.21.3)
  554. activesupport
  555. attr_required
  556. httpclient
  557. json-jwt (>= 1.11.0)
  558. rack (>= 2.1.0)
  559. rack-protection (3.0.5)
  560. rack
  561. rack-proxy (0.7.6)
  562. rack
  563. rack-session (1.0.1)
  564. rack (< 3)
  565. rack-test (2.1.0)
  566. rack (>= 1.3)
  567. rackup (1.0.0)
  568. rack (< 3)
  569. webrick
  570. rails (7.1.2)
  571. actioncable (= 7.1.2)
  572. actionmailbox (= 7.1.2)
  573. actionmailer (= 7.1.2)
  574. actionpack (= 7.1.2)
  575. actiontext (= 7.1.2)
  576. actionview (= 7.1.2)
  577. activejob (= 7.1.2)
  578. activemodel (= 7.1.2)
  579. activerecord (= 7.1.2)
  580. activestorage (= 7.1.2)
  581. activesupport (= 7.1.2)
  582. bundler (>= 1.15.0)
  583. railties (= 7.1.2)
  584. rails-controller-testing (1.0.5)
  585. actionpack (>= 5.0.1.rc1)
  586. actionview (>= 5.0.1.rc1)
  587. activesupport (>= 5.0.1.rc1)
  588. rails-dom-testing (2.2.0)
  589. activesupport (>= 5.0.0)
  590. minitest
  591. nokogiri (>= 1.6)
  592. rails-html-sanitizer (1.6.0)
  593. loofah (~> 2.21)
  594. nokogiri (~> 1.14)
  595. rails-i18n (7.0.8)
  596. i18n (>= 0.7, < 2)
  597. railties (>= 6.0.0, < 8)
  598. railties (7.1.2)
  599. actionpack (= 7.1.2)
  600. activesupport (= 7.1.2)
  601. irb
  602. rackup (>= 1.0.0)
  603. rake (>= 12.2)
  604. thor (~> 1.0, >= 1.2.2)
  605. zeitwerk (~> 2.6)
  606. rainbow (3.1.1)
  607. rake (13.1.0)
  608. rdf (3.3.1)
  609. bcp47_spec (~> 0.2)
  610. link_header (~> 0.0, >= 0.0.8)
  611. rdf-normalize (0.6.1)
  612. rdf (~> 3.2)
  613. rdoc (6.6.1)
  614. psych (>= 4.0.0)
  615. redcarpet (3.6.0)
  616. redis (4.8.1)
  617. redis-namespace (1.11.0)
  618. redis (>= 4)
  619. redlock (1.3.2)
  620. redis (>= 3.0.0, < 6.0)
  621. regexp_parser (2.8.3)
  622. reline (0.4.1)
  623. io-console (~> 0.5)
  624. request_store (1.5.1)
  625. rack (>= 1.4)
  626. responders (3.1.1)
  627. actionpack (>= 5.2)
  628. railties (>= 5.2)
  629. rexml (3.2.6)
  630. rotp (6.3.0)
  631. rouge (4.1.2)
  632. rpam2 (4.0.2)
  633. rqrcode (2.2.0)
  634. chunky_png (~> 1.0)
  635. rqrcode_core (~> 1.0)
  636. rqrcode_core (1.2.0)
  637. rspec-core (3.12.2)
  638. rspec-support (~> 3.12.0)
  639. rspec-expectations (3.12.3)
  640. diff-lcs (>= 1.2.0, < 2.0)
  641. rspec-support (~> 3.12.0)
  642. rspec-github (2.4.0)
  643. rspec-core (~> 3.0)
  644. rspec-mocks (3.12.6)
  645. diff-lcs (>= 1.2.0, < 2.0)
  646. rspec-support (~> 3.12.0)
  647. rspec-rails (6.1.0)
  648. actionpack (>= 6.1)
  649. activesupport (>= 6.1)
  650. railties (>= 6.1)
  651. rspec-core (~> 3.12)
  652. rspec-expectations (~> 3.12)
  653. rspec-mocks (~> 3.12)
  654. rspec-support (~> 3.12)
  655. rspec-sidekiq (4.1.0)
  656. rspec-core (~> 3.0)
  657. rspec-expectations (~> 3.0)
  658. rspec-mocks (~> 3.0)
  659. sidekiq (>= 5, < 8)
  660. rspec-support (3.12.1)
  661. rubocop (1.59.0)
  662. json (~> 2.3)
  663. language_server-protocol (>= 3.17.0)
  664. parallel (~> 1.10)
  665. parser (>= 3.2.2.4)
  666. rainbow (>= 2.2.2, < 4.0)
  667. regexp_parser (>= 1.8, < 3.0)
  668. rexml (>= 3.2.5, < 4.0)
  669. rubocop-ast (>= 1.30.0, < 2.0)
  670. ruby-progressbar (~> 1.7)
  671. unicode-display_width (>= 2.4.0, < 3.0)
  672. rubocop-ast (1.30.0)
  673. parser (>= 3.2.1.0)
  674. rubocop-capybara (2.19.0)
  675. rubocop (~> 1.41)
  676. rubocop-factory_bot (2.24.0)
  677. rubocop (~> 1.33)
  678. rubocop-performance (1.20.0)
  679. rubocop (>= 1.48.1, < 2.0)
  680. rubocop-ast (>= 1.30.0, < 2.0)
  681. rubocop-rails (2.23.0)
  682. activesupport (>= 4.2.0)
  683. rack (>= 1.1)
  684. rubocop (>= 1.33.0, < 2.0)
  685. rubocop-ast (>= 1.30.0, < 2.0)
  686. rubocop-rspec (2.25.0)
  687. rubocop (~> 1.40)
  688. rubocop-capybara (~> 2.17)
  689. rubocop-factory_bot (~> 2.22)
  690. ruby-prof (1.6.3)
  691. ruby-progressbar (1.13.0)
  692. ruby-saml (1.15.0)
  693. nokogiri (>= 1.13.10)
  694. rexml
  695. ruby2_keywords (0.0.5)
  696. rubyzip (2.3.2)
  697. rufus-scheduler (3.9.1)
  698. fugit (~> 1.1, >= 1.1.6)
  699. safety_net_attestation (0.4.0)
  700. jwt (~> 2.0)
  701. sanitize (6.1.0)
  702. crass (~> 1.0.2)
  703. nokogiri (>= 1.12.0)
  704. scenic (1.7.0)
  705. activerecord (>= 4.0.0)
  706. railties (>= 4.0.0)
  707. selenium-webdriver (4.16.0)
  708. rexml (~> 3.2, >= 3.2.5)
  709. rubyzip (>= 1.2.2, < 3.0)
  710. websocket (~> 1.0)
  711. semantic_range (3.0.0)
  712. sidekiq (6.5.12)
  713. connection_pool (>= 2.2.5, < 3)
  714. rack (~> 2.0)
  715. redis (>= 4.5.0, < 5)
  716. sidekiq-bulk (0.2.0)
  717. sidekiq
  718. sidekiq-scheduler (5.0.3)
  719. rufus-scheduler (~> 3.2)
  720. sidekiq (>= 6, < 8)
  721. tilt (>= 1.4.0)
  722. sidekiq-unique-jobs (7.1.30)
  723. brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
  724. concurrent-ruby (~> 1.0, >= 1.0.5)
  725. redis (< 5.0)
  726. sidekiq (>= 5.0, < 7.0)
  727. thor (>= 0.20, < 3.0)
  728. simple-navigation (4.4.0)
  729. activesupport (>= 2.3.2)
  730. simple_form (5.3.0)
  731. actionpack (>= 5.2)
  732. activemodel (>= 5.2)
  733. simplecov (0.22.0)
  734. docile (~> 1.1)
  735. simplecov-html (~> 0.11)
  736. simplecov_json_formatter (~> 0.1)
  737. simplecov-html (0.12.3)
  738. simplecov-lcov (0.8.0)
  739. simplecov_json_formatter (0.1.4)
  740. smart_properties (1.17.0)
  741. stackprof (0.2.25)
  742. statsd-ruby (1.5.0)
  743. stoplight (3.0.2)
  744. redlock (~> 1.0)
  745. stringio (3.1.0)
  746. strong_migrations (1.6.4)
  747. activerecord (>= 5.2)
  748. swd (1.3.0)
  749. activesupport (>= 3)
  750. attr_required (>= 0.0.5)
  751. httpclient (>= 2.4)
  752. sysexits (1.2.0)
  753. temple (0.10.3)
  754. terminal-table (3.0.2)
  755. unicode-display_width (>= 1.1.1, < 3)
  756. terrapin (0.6.0)
  757. climate_control (>= 0.0.3, < 1.0)
  758. test-prof (1.3.1)
  759. thor (1.3.0)
  760. tilt (2.3.0)
  761. timeout (0.4.1)
  762. tpm-key_attestation (0.12.0)
  763. bindata (~> 2.4)
  764. openssl (> 2.0)
  765. openssl-signature_algorithm (~> 1.0)
  766. tty-color (0.6.0)
  767. tty-cursor (0.7.1)
  768. tty-prompt (0.23.1)
  769. pastel (~> 0.8)
  770. tty-reader (~> 0.8)
  771. tty-reader (0.9.0)
  772. tty-cursor (~> 0.7)
  773. tty-screen (~> 0.8)
  774. wisper (~> 2.0)
  775. tty-screen (0.8.1)
  776. twitter-text (3.1.0)
  777. idn-ruby
  778. unf (~> 0.1.0)
  779. tzinfo (2.0.6)
  780. concurrent-ruby (~> 1.0)
  781. tzinfo-data (1.2023.3)
  782. tzinfo (>= 1.0.0)
  783. unf (0.1.4)
  784. unf_ext
  785. unf_ext (0.0.8.2)
  786. unicode-display_width (2.5.0)
  787. uri (0.12.2)
  788. validate_email (0.1.6)
  789. activemodel (>= 3.0)
  790. mail (>= 2.2.5)
  791. validate_url (1.0.15)
  792. activemodel (>= 3.0.0)
  793. public_suffix
  794. warden (1.2.9)
  795. rack (>= 2.0.9)
  796. webauthn (3.0.0)
  797. android_key_attestation (~> 0.3.0)
  798. awrence (~> 1.1)
  799. bindata (~> 2.4)
  800. cbor (~> 0.5.9)
  801. cose (~> 1.1)
  802. openssl (>= 2.2)
  803. safety_net_attestation (~> 0.4.0)
  804. tpm-key_attestation (~> 0.12.0)
  805. webfinger (1.2.0)
  806. activesupport
  807. httpclient (>= 2.4)
  808. webmock (3.19.1)
  809. addressable (>= 2.8.0)
  810. crack (>= 0.3.2)
  811. hashdiff (>= 0.4.0, < 2.0.0)
  812. webpacker (5.4.4)
  813. activesupport (>= 5.2)
  814. rack-proxy (>= 0.6.1)
  815. railties (>= 5.2)
  816. semantic_range (>= 2.3.0)
  817. webrick (1.8.1)
  818. websocket (1.2.10)
  819. websocket-driver (0.7.6)
  820. websocket-extensions (>= 0.1.0)
  821. websocket-extensions (0.1.5)
  822. wisper (2.0.1)
  823. xorcist (1.1.3)
  824. xpath (3.2.0)
  825. nokogiri (~> 1.8)
  826. zeitwerk (2.6.12)
  827. PLATFORMS
  828. ruby
  829. DEPENDENCIES
  830. active_model_serializers (~> 0.10)
  831. addressable (~> 2.8)
  832. annotate (~> 3.2)
  833. aws-sdk-s3 (~> 1.123)
  834. better_errors (~> 2.9)
  835. binding_of_caller (~> 1.0)
  836. blurhash (~> 0.1)
  837. bootsnap (~> 1.17.0)
  838. brakeman (~> 6.0)
  839. browser
  840. bundler-audit (~> 0.9)
  841. capybara (~> 3.39)
  842. charlock_holmes (~> 0.7.7)
  843. chewy (~> 7.3)
  844. climate_control (~> 0.2)
  845. cocoon (~> 1.2)
  846. color_diff (~> 0.1)
  847. concurrent-ruby
  848. connection_pool
  849. database_cleaner-active_record
  850. debug (~> 1.8)
  851. devise (~> 4.9)
  852. devise-two-factor (~> 4.1)
  853. devise_pam_authenticatable2 (~> 9.2)
  854. discard (~> 1.2)
  855. doorkeeper (~> 5.6)
  856. dotenv-rails (~> 2.8)
  857. ed25519 (~> 1.3)
  858. email_spec
  859. fabrication (~> 2.30)
  860. faker (~> 3.2)
  861. fast_blank (~> 1.0)
  862. fastimage
  863. fog-core (<= 2.4.0)
  864. fog-openstack (~> 1.0)
  865. fuubar (~> 2.5)
  866. haml-rails (~> 2.0)
  867. haml_lint
  868. hcaptcha (~> 7.1)
  869. hiredis (~> 0.6)
  870. htmlentities (~> 4.3)
  871. http (~> 5.1)
  872. http_accept_language (~> 2.1)
  873. httplog (~> 1.6.2)
  874. i18n-tasks (~> 1.0)
  875. idn-ruby
  876. irb (~> 1.8)
  877. json-ld
  878. json-ld-preloaded (~> 3.2)
  879. json-schema (~> 4.0)
  880. kaminari (~> 1.2)
  881. kt-paperclip (~> 7.2)
  882. letter_opener (~> 1.8)
  883. letter_opener_web (~> 2.0)
  884. link_header (~> 0.0)
  885. lograge (~> 0.12)
  886. mario-redis-lock (~> 1.2)
  887. md-paperclip-azure (~> 2.2)
  888. memory_profiler
  889. mime-types (~> 3.5.0)
  890. net-http (~> 0.4.0)
  891. net-ldap (~> 0.18)
  892. nokogiri (~> 1.15)
  893. nsa!
  894. oj (~> 3.14)
  895. omniauth (~> 2.0)
  896. omniauth-cas!
  897. omniauth-rails_csrf_protection (~> 1.0)
  898. omniauth-saml (~> 2.0)
  899. omniauth_openid_connect (~> 0.6.1)
  900. ox (~> 2.14)
  901. parslet
  902. pg (~> 1.5)
  903. pghero
  904. posix-spawn
  905. premailer-rails
  906. private_address_check (~> 0.5)
  907. propshaft
  908. public_suffix (~> 5.0)
  909. puma (~> 6.3)
  910. pundit (~> 2.3)
  911. rack (~> 2.2.7)
  912. rack-attack (~> 6.6)
  913. rack-cors (~> 2.0)
  914. rack-test (~> 2.1)
  915. rails (~> 7.1.1)
  916. rails-controller-testing (~> 1.0)
  917. rails-i18n (~> 7.0)
  918. rails-settings-cached (~> 0.6)!
  919. rdf-normalize (~> 0.5)
  920. redcarpet (~> 3.6)
  921. redis (~> 4.5)
  922. redis-namespace (~> 1.10)
  923. rqrcode (~> 2.2)
  924. rspec-github (~> 2.4)
  925. rspec-rails (~> 6.0)
  926. rspec-sidekiq (~> 4.0)
  927. rubocop
  928. rubocop-capybara
  929. rubocop-performance
  930. rubocop-rails
  931. rubocop-rspec
  932. ruby-prof
  933. ruby-progressbar (~> 1.13)
  934. rubyzip (~> 2.3)
  935. sanitize (~> 6.0)
  936. scenic (~> 1.7)
  937. selenium-webdriver
  938. sidekiq (~> 6.5)
  939. sidekiq-bulk (~> 0.2.0)
  940. sidekiq-scheduler (~> 5.0)
  941. sidekiq-unique-jobs (~> 7.1)
  942. simple-navigation (~> 4.4)
  943. simple_form (~> 5.2)
  944. simplecov (~> 0.22)
  945. simplecov-lcov (~> 0.8)
  946. stackprof
  947. stoplight (~> 3.0.1)
  948. strong_migrations (= 1.6.4)
  949. test-prof
  950. thor (~> 1.2)
  951. tty-prompt (~> 0.23)
  952. twitter-text (~> 3.1.0)
  953. tzinfo-data (~> 1.2023)
  954. webauthn (~> 3.0)
  955. webmock (~> 3.18)
  956. webpacker (~> 5.4)
  957. webpush!
  958. xorcist (~> 1.1)
  959. RUBY VERSION
  960. ruby 3.2.2p53
  961. BUNDLED WITH
  962. 2.4.20