Gemfile.lock 23 KB

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