Gemfile.lock 23 KB

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