Gemfile.lock 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860
  1. GIT
  2. remote: https://github.com/tschaefer/ruby-keycloak-admin/
  3. revision: 79b38d75859e08617879ffc75d5313e41c6974b1
  4. branch: main
  5. specs:
  6. keycloak-admin (23.0.7)
  7. httparty (~> 0.21.0)
  8. GIT
  9. remote: https://github.com/zammad-deps/autodiscover
  10. revision: ee9b53dfa797ce6d4f970b82beea7fbdd2df56bb
  11. specs:
  12. autodiscover (1.0.2)
  13. httpclient
  14. logging
  15. nokogiri
  16. nori
  17. GIT
  18. remote: https://github.com/zammad-deps/omniauth-weibo-oauth2
  19. revision: 06803ef97f822ede854322587db8049cc67dcfa6
  20. branch: unpin-dependencies
  21. specs:
  22. omniauth-weibo-oauth2 (0.5.2)
  23. omniauth
  24. omniauth-oauth2
  25. GEM
  26. remote: https://rubygems.org/
  27. specs:
  28. PoParser (3.2.6)
  29. simple_po_parser (~> 1.1.6)
  30. aasm (5.5.0)
  31. concurrent-ruby (~> 1.0)
  32. actioncable (7.0.8.1)
  33. actionpack (= 7.0.8.1)
  34. activesupport (= 7.0.8.1)
  35. nio4r (~> 2.0)
  36. websocket-driver (>= 0.6.1)
  37. actionmailbox (7.0.8.1)
  38. actionpack (= 7.0.8.1)
  39. activejob (= 7.0.8.1)
  40. activerecord (= 7.0.8.1)
  41. activestorage (= 7.0.8.1)
  42. activesupport (= 7.0.8.1)
  43. mail (>= 2.7.1)
  44. net-imap
  45. net-pop
  46. net-smtp
  47. actionmailer (7.0.8.1)
  48. actionpack (= 7.0.8.1)
  49. actionview (= 7.0.8.1)
  50. activejob (= 7.0.8.1)
  51. activesupport (= 7.0.8.1)
  52. mail (~> 2.5, >= 2.5.4)
  53. net-imap
  54. net-pop
  55. net-smtp
  56. rails-dom-testing (~> 2.0)
  57. actionpack (7.0.8.1)
  58. actionview (= 7.0.8.1)
  59. activesupport (= 7.0.8.1)
  60. rack (~> 2.0, >= 2.2.4)
  61. rack-test (>= 0.6.3)
  62. rails-dom-testing (~> 2.0)
  63. rails-html-sanitizer (~> 1.0, >= 1.2.0)
  64. actiontext (7.0.8.1)
  65. actionpack (= 7.0.8.1)
  66. activerecord (= 7.0.8.1)
  67. activestorage (= 7.0.8.1)
  68. activesupport (= 7.0.8.1)
  69. globalid (>= 0.6.0)
  70. nokogiri (>= 1.8.5)
  71. actionview (7.0.8.1)
  72. activesupport (= 7.0.8.1)
  73. builder (~> 3.1)
  74. erubi (~> 1.4)
  75. rails-dom-testing (~> 2.0)
  76. rails-html-sanitizer (~> 1.1, >= 1.2.0)
  77. activejob (7.0.8.1)
  78. activesupport (= 7.0.8.1)
  79. globalid (>= 0.3.6)
  80. activemodel (7.0.8.1)
  81. activesupport (= 7.0.8.1)
  82. activerecord (7.0.8.1)
  83. activemodel (= 7.0.8.1)
  84. activesupport (= 7.0.8.1)
  85. activerecord-import (1.6.0)
  86. activerecord (>= 4.2)
  87. activerecord-session_store (2.1.0)
  88. actionpack (>= 6.1)
  89. activerecord (>= 6.1)
  90. cgi (>= 0.3.6)
  91. multi_json (~> 1.11, >= 1.11.2)
  92. rack (>= 2.0.8, < 4)
  93. railties (>= 6.1)
  94. activestorage (7.0.8.1)
  95. actionpack (= 7.0.8.1)
  96. activejob (= 7.0.8.1)
  97. activerecord (= 7.0.8.1)
  98. activesupport (= 7.0.8.1)
  99. marcel (~> 1.0)
  100. mini_mime (>= 1.1.0)
  101. activesupport (7.0.8.1)
  102. concurrent-ruby (~> 1.0, >= 1.0.2)
  103. i18n (>= 1.6, < 2)
  104. minitest (>= 5.1)
  105. tzinfo (~> 2.0)
  106. acts_as_list (1.1.0)
  107. activerecord (>= 4.2)
  108. addressable (2.8.6)
  109. public_suffix (>= 2.0.2, < 6.0)
  110. android_key_attestation (0.3.0)
  111. argon2 (2.3.0)
  112. ffi (~> 1.15)
  113. ffi-compiler (~> 1.0)
  114. ast (2.4.2)
  115. autoprefixer-rails (10.4.16.0)
  116. execjs (~> 2)
  117. awrence (1.2.1)
  118. aws-eventstream (1.3.0)
  119. aws-partitions (1.923.0)
  120. aws-sdk-core (3.194.1)
  121. aws-eventstream (~> 1, >= 1.3.0)
  122. aws-partitions (~> 1, >= 1.651.0)
  123. aws-sigv4 (~> 1.8)
  124. jmespath (~> 1, >= 1.6.1)
  125. aws-sdk-kms (1.80.0)
  126. aws-sdk-core (~> 3, >= 3.193.0)
  127. aws-sigv4 (~> 1.1)
  128. aws-sdk-s3 (1.149.1)
  129. aws-sdk-core (~> 3, >= 3.194.0)
  130. aws-sdk-kms (~> 1)
  131. aws-sigv4 (~> 1.8)
  132. aws-sigv4 (1.8.0)
  133. aws-eventstream (~> 1, >= 1.0.2)
  134. base64 (0.2.0)
  135. bigdecimal (3.1.6)
  136. bindata (2.5.0)
  137. binding_of_caller (1.0.1)
  138. debug_inspector (>= 1.2.0)
  139. biz (1.8.2)
  140. clavius (~> 1.0)
  141. tzinfo
  142. bootsnap (1.18.3)
  143. msgpack (~> 1.2)
  144. brakeman (6.1.2)
  145. racc
  146. browser (6.0.0)
  147. buftok (0.2.0)
  148. builder (3.2.4)
  149. byebug (11.1.3)
  150. byk (1.1.0)
  151. capybara (3.40.0)
  152. addressable
  153. matrix
  154. mini_mime (>= 0.1.3)
  155. nokogiri (~> 1.11)
  156. rack (>= 1.6.0)
  157. rack-test (>= 0.6.3)
  158. regexp_parser (>= 1.5, < 3.0)
  159. xpath (~> 3.2)
  160. cbor (0.5.9.8)
  161. cgi (0.4.1)
  162. childprocess (5.0.0)
  163. chunky_png (1.4.0)
  164. clavius (1.0.4)
  165. clearbit (0.3.3)
  166. nestful (~> 1.1.0)
  167. coderay (1.1.3)
  168. coffee-rails (5.0.0)
  169. coffee-script (>= 2.2.0)
  170. railties (>= 5.2.0)
  171. coffee-script (2.4.1)
  172. coffee-script-source
  173. execjs
  174. coffee-script-source (1.12.2)
  175. composite_primary_keys (14.0.9)
  176. activerecord (~> 7.0.2)
  177. concurrent-ruby (1.2.3)
  178. cose (1.3.0)
  179. cbor (~> 0.5.9)
  180. openssl-signature_algorithm (~> 1.0)
  181. crack (1.0.0)
  182. bigdecimal
  183. rexml
  184. crass (1.0.6)
  185. csv (3.3.0)
  186. daemons (1.4.1)
  187. dalli (3.2.8)
  188. date (3.3.4)
  189. debug_inspector (1.2.0)
  190. delayed_job (4.1.11)
  191. activesupport (>= 3.0, < 8.0)
  192. delayed_job_active_record (4.1.8)
  193. activerecord (>= 3.0, < 8.0)
  194. delayed_job (>= 3.0, < 5)
  195. deprecation_toolkit (2.2.0)
  196. activesupport (>= 6.1)
  197. diff-lcs (1.5.1)
  198. diffy (3.4.2)
  199. domain_name (0.6.20240107)
  200. doorkeeper (5.7.0)
  201. railties (>= 5)
  202. dry-cli (1.0.0)
  203. dry-core (1.0.1)
  204. concurrent-ruby (~> 1.0)
  205. zeitwerk (~> 2.6)
  206. dry-inflector (1.0.0)
  207. dry-logic (1.5.0)
  208. concurrent-ruby (~> 1.0)
  209. dry-core (~> 1.0, < 2)
  210. zeitwerk (~> 2.6)
  211. dry-struct (1.6.0)
  212. dry-core (~> 1.0, < 2)
  213. dry-types (>= 1.7, < 2)
  214. ice_nine (~> 0.11)
  215. zeitwerk (~> 2.6)
  216. dry-types (1.7.2)
  217. bigdecimal (~> 3.0)
  218. concurrent-ruby (~> 1.0)
  219. dry-core (~> 1.0)
  220. dry-inflector (~> 1.0)
  221. dry-logic (~> 1.4)
  222. zeitwerk (~> 2.6)
  223. eco (1.0.0)
  224. coffee-script
  225. eco-source
  226. execjs
  227. eco-source (1.1.0.rc.1)
  228. em-websocket (0.5.3)
  229. eventmachine (>= 0.12.9)
  230. http_parser.rb (~> 0)
  231. email_address (0.2.4)
  232. simpleidn
  233. equalizer (0.0.11)
  234. erubi (1.12.0)
  235. eventmachine (1.2.7)
  236. execjs (2.9.1)
  237. factory_bot (6.4.6)
  238. activesupport (>= 5.0.0)
  239. factory_bot_rails (6.4.3)
  240. factory_bot (~> 6.4)
  241. railties (>= 5.0.0)
  242. faker (3.3.1)
  243. i18n (>= 1.8.11, < 2)
  244. faraday (2.9.0)
  245. faraday-net_http (>= 2.0, < 3.2)
  246. faraday-mashify (0.1.1)
  247. faraday (~> 2.0)
  248. hashie
  249. faraday-multipart (1.0.4)
  250. multipart-post (~> 2)
  251. faraday-net_http (3.1.0)
  252. net-http
  253. ffi (1.16.3)
  254. ffi-compiler (1.3.2)
  255. ffi (>= 1.15.5)
  256. rake
  257. gli (2.21.1)
  258. globalid (1.2.1)
  259. activesupport (>= 6.1)
  260. graphql (2.3.2)
  261. base64
  262. graphql-batch (0.6.0)
  263. graphql (>= 1.12.18, < 3)
  264. promise.rb (~> 0.7.2)
  265. hashdiff (1.1.0)
  266. hashie (5.0.0)
  267. hiredis (0.6.3)
  268. htmlentities (4.3.4)
  269. http (4.4.1)
  270. addressable (~> 2.3)
  271. http-cookie (~> 1.0)
  272. http-form_data (~> 2.2)
  273. http-parser (~> 1.2.0)
  274. http-cookie (1.0.5)
  275. domain_name (~> 0.5)
  276. http-form_data (2.3.0)
  277. http-parser (1.2.3)
  278. ffi-compiler (>= 1.0, < 2.0)
  279. http_parser.rb (0.6.0)
  280. httparty (0.21.0)
  281. mini_mime (>= 1.0.0)
  282. multi_xml (>= 0.5.2)
  283. httpclient (2.8.3)
  284. i18n (1.14.4)
  285. concurrent-ruby (~> 1.0)
  286. icalendar (2.10.1)
  287. ice_cube (~> 0.16)
  288. icalendar-recurrence (1.2.0)
  289. icalendar (~> 2.0)
  290. ice_cube (~> 0.16)
  291. tzinfo (~> 2.0)
  292. ice_cube (0.16.4)
  293. ice_nine (0.11.2)
  294. inflection (1.0.0)
  295. iniparse (1.5.0)
  296. interception (0.5)
  297. jmespath (1.6.2)
  298. json (2.7.2)
  299. jwt (2.3.0)
  300. koala (3.5.0)
  301. addressable
  302. faraday
  303. faraday-multipart
  304. json (>= 1.8)
  305. rexml
  306. language_server-protocol (3.17.0.3)
  307. listen (3.9.0)
  308. rb-fsevent (~> 0.10, >= 0.10.3)
  309. rb-inotify (~> 0.9, >= 0.9.10)
  310. little-plugger (1.1.4)
  311. localhost (1.3.1)
  312. logging (2.3.1)
  313. little-plugger (~> 1.1)
  314. multi_json (~> 1.14)
  315. loofah (2.22.0)
  316. crass (~> 1.0.2)
  317. nokogiri (>= 1.12.0)
  318. macaddr (1.7.2)
  319. systemu (~> 2.6.5)
  320. mail (2.8.1)
  321. mini_mime (>= 0.1.1)
  322. net-imap
  323. net-pop
  324. net-smtp
  325. marcel (1.0.4)
  326. matrix (0.4.2)
  327. memoizable (0.4.2)
  328. thread_safe (~> 0.3, >= 0.3.1)
  329. messagebird-rest (4.0.0)
  330. jwt (~> 2.3.0)
  331. method_source (1.1.0)
  332. mime-types (3.5.2)
  333. mime-types-data (~> 3.2015)
  334. mime-types-data (3.2024.0305)
  335. mini_mime (1.1.5)
  336. mini_portile2 (2.8.6)
  337. minitest (5.22.3)
  338. minitest-profile (0.0.2)
  339. msgpack (1.7.2)
  340. multi_json (1.15.0)
  341. multi_xml (0.6.0)
  342. multipart-post (2.4.0)
  343. mysql2 (0.5.6)
  344. naught (1.1.0)
  345. nestful (1.1.4)
  346. net-ftp (0.3.4)
  347. net-protocol
  348. time
  349. net-http (0.4.1)
  350. uri
  351. net-imap (0.4.10)
  352. date
  353. net-protocol
  354. net-ldap (0.19.0)
  355. net-pop (0.1.2)
  356. net-protocol
  357. net-protocol (0.2.2)
  358. timeout
  359. net-smtp (0.5.0)
  360. net-protocol
  361. nio4r (2.7.0)
  362. nkf (0.2.0)
  363. nokogiri (1.16.4)
  364. mini_portile2 (~> 2.8.2)
  365. racc (~> 1.4)
  366. nori (2.7.0)
  367. bigdecimal
  368. oauth (1.1.0)
  369. oauth-tty (~> 1.0, >= 1.0.1)
  370. snaky_hash (~> 2.0)
  371. version_gem (~> 1.1)
  372. oauth-tty (1.0.5)
  373. version_gem (~> 1.1, >= 1.1.1)
  374. oauth2 (2.0.9)
  375. faraday (>= 0.17.3, < 3.0)
  376. jwt (>= 1.0, < 3.0)
  377. multi_xml (~> 0.5)
  378. rack (>= 1.2, < 4)
  379. snaky_hash (~> 2.0)
  380. version_gem (~> 1.1)
  381. omniauth (2.1.2)
  382. hashie (>= 3.4.6)
  383. rack (>= 2.2.3)
  384. rack-protection
  385. omniauth-facebook (9.0.0)
  386. omniauth-oauth2 (~> 1.2)
  387. omniauth-github (2.0.1)
  388. omniauth (~> 2.0)
  389. omniauth-oauth2 (~> 1.8)
  390. omniauth-gitlab (4.1.0)
  391. omniauth (~> 2.0)
  392. omniauth-oauth2 (~> 1.8.0)
  393. omniauth-google-oauth2 (1.1.2)
  394. jwt (>= 2.0)
  395. oauth2 (~> 2.0)
  396. omniauth (~> 2.0)
  397. omniauth-oauth2 (~> 1.8)
  398. omniauth-linkedin-oauth2 (1.0.1)
  399. omniauth-oauth2
  400. omniauth-microsoft-office365 (0.0.8)
  401. omniauth
  402. omniauth-oauth2
  403. omniauth-oauth (1.2.0)
  404. oauth
  405. omniauth (>= 1.0, < 3)
  406. omniauth-oauth2 (1.8.0)
  407. oauth2 (>= 1.4, < 3)
  408. omniauth (~> 2.0)
  409. omniauth-rails_csrf_protection (1.0.1)
  410. actionpack (>= 4.2)
  411. omniauth (~> 2.0)
  412. omniauth-saml (2.1.0)
  413. omniauth (~> 2.0)
  414. ruby-saml (~> 1.12)
  415. omniauth-twitter (1.4.0)
  416. omniauth-oauth (~> 1.1)
  417. rack
  418. openssl (3.2.0)
  419. openssl-signature_algorithm (1.3.0)
  420. openssl (> 2.0)
  421. overcommit (0.63.0)
  422. childprocess (>= 0.6.3, < 6)
  423. iniparse (~> 1.4)
  424. rexml (~> 3.2)
  425. parallel (1.24.0)
  426. parser (3.3.1.0)
  427. ast (~> 2.4.1)
  428. racc
  429. pg (1.5.6)
  430. power_assert (2.0.3)
  431. promise.rb (0.7.4)
  432. pry (0.14.2)
  433. coderay (~> 1.1)
  434. method_source (~> 1.0)
  435. pry-byebug (3.10.1)
  436. byebug (~> 11.0)
  437. pry (>= 0.13, < 0.15)
  438. pry-doc (1.5.0)
  439. pry (~> 0.11)
  440. yard (~> 0.9.11)
  441. pry-rails (0.3.9)
  442. pry (>= 0.10.4)
  443. pry-remote (0.1.8)
  444. pry (~> 0.9)
  445. slop (~> 3.0)
  446. pry-rescue (1.6.0)
  447. interception (>= 0.5)
  448. pry (>= 0.12.0)
  449. pry-stack_explorer (0.6.1)
  450. binding_of_caller (~> 1.0)
  451. pry (~> 0.13)
  452. pry-theme (1.3.1)
  453. coderay (~> 1.1)
  454. public_suffix (5.0.4)
  455. puma (6.4.2)
  456. nio4r (~> 2.0)
  457. pundit (2.3.1)
  458. activesupport (>= 3.0.0)
  459. pundit-matchers (3.1.2)
  460. rspec-core (~> 3.12)
  461. rspec-expectations (~> 3.12)
  462. rspec-mocks (~> 3.12)
  463. rspec-support (~> 3.12)
  464. racc (1.7.3)
  465. rack (2.2.9)
  466. rack-attack (6.7.0)
  467. rack (>= 1.0, < 4)
  468. rack-protection (3.2.0)
  469. base64 (>= 0.1.0)
  470. rack (~> 2.2, >= 2.2.4)
  471. rack-proxy (0.7.7)
  472. rack
  473. rack-test (2.1.0)
  474. rack (>= 1.3)
  475. rails (7.0.8.1)
  476. actioncable (= 7.0.8.1)
  477. actionmailbox (= 7.0.8.1)
  478. actionmailer (= 7.0.8.1)
  479. actionpack (= 7.0.8.1)
  480. actiontext (= 7.0.8.1)
  481. actionview (= 7.0.8.1)
  482. activejob (= 7.0.8.1)
  483. activemodel (= 7.0.8.1)
  484. activerecord (= 7.0.8.1)
  485. activestorage (= 7.0.8.1)
  486. activesupport (= 7.0.8.1)
  487. bundler (>= 1.15.0)
  488. railties (= 7.0.8.1)
  489. rails-controller-testing (1.0.5)
  490. actionpack (>= 5.0.1.rc1)
  491. actionview (>= 5.0.1.rc1)
  492. activesupport (>= 5.0.1.rc1)
  493. rails-dom-testing (2.2.0)
  494. activesupport (>= 5.0.0)
  495. minitest
  496. nokogiri (>= 1.6)
  497. rails-html-sanitizer (1.6.0)
  498. loofah (~> 2.21)
  499. nokogiri (~> 1.14)
  500. railties (7.0.8.1)
  501. actionpack (= 7.0.8.1)
  502. activesupport (= 7.0.8.1)
  503. method_source
  504. rake (>= 12.2)
  505. thor (~> 1.0)
  506. zeitwerk (~> 2.5)
  507. rainbow (3.1.1)
  508. rake (13.2.1)
  509. rb-fsevent (0.11.2)
  510. rb-inotify (0.10.1)
  511. ffi (~> 1.0)
  512. rchardet (1.8.0)
  513. redis (4.8.1)
  514. regexp_parser (2.9.0)
  515. rexml (3.2.6)
  516. rotp (6.3.0)
  517. rspec-core (3.13.0)
  518. rspec-support (~> 3.13.0)
  519. rspec-expectations (3.13.0)
  520. diff-lcs (>= 1.2.0, < 2.0)
  521. rspec-support (~> 3.13.0)
  522. rspec-mocks (3.13.0)
  523. diff-lcs (>= 1.2.0, < 2.0)
  524. rspec-support (~> 3.13.0)
  525. rspec-rails (6.1.2)
  526. actionpack (>= 6.1)
  527. activesupport (>= 6.1)
  528. railties (>= 6.1)
  529. rspec-core (~> 3.13)
  530. rspec-expectations (~> 3.13)
  531. rspec-mocks (~> 3.13)
  532. rspec-support (~> 3.13)
  533. rspec-retry (0.6.2)
  534. rspec-core (> 3.3)
  535. rspec-support (3.13.1)
  536. rszr (1.5.0)
  537. rubocop (1.63.4)
  538. json (~> 2.3)
  539. language_server-protocol (>= 3.17.0)
  540. parallel (~> 1.10)
  541. parser (>= 3.3.0.2)
  542. rainbow (>= 2.2.2, < 4.0)
  543. regexp_parser (>= 1.8, < 3.0)
  544. rexml (>= 3.2.5, < 4.0)
  545. rubocop-ast (>= 1.31.1, < 2.0)
  546. ruby-progressbar (~> 1.7)
  547. unicode-display_width (>= 2.4.0, < 3.0)
  548. rubocop-ast (1.31.3)
  549. parser (>= 3.3.1.0)
  550. rubocop-capybara (2.20.0)
  551. rubocop (~> 1.41)
  552. rubocop-factory_bot (2.25.1)
  553. rubocop (~> 1.41)
  554. rubocop-faker (1.1.0)
  555. faker (>= 2.12.0)
  556. rubocop (>= 0.82.0)
  557. rubocop-graphql (1.5.1)
  558. rubocop (>= 0.90, < 2)
  559. rubocop-inflector (0.2.1)
  560. activesupport
  561. rubocop
  562. rubocop-rspec
  563. rubocop-performance (1.21.0)
  564. rubocop (>= 1.48.1, < 2.0)
  565. rubocop-ast (>= 1.31.1, < 2.0)
  566. rubocop-rails (2.24.1)
  567. activesupport (>= 4.2.0)
  568. rack (>= 1.1)
  569. rubocop (>= 1.33.0, < 2.0)
  570. rubocop-ast (>= 1.31.1, < 2.0)
  571. rubocop-rspec (2.29.2)
  572. rubocop (~> 1.40)
  573. rubocop-capybara (~> 2.17)
  574. rubocop-factory_bot (~> 2.22)
  575. rubocop-rspec_rails (~> 2.28)
  576. rubocop-rspec_rails (2.28.3)
  577. rubocop (~> 1.40)
  578. ruby-progressbar (1.13.0)
  579. ruby-saml (1.16.0)
  580. nokogiri (>= 1.13.10)
  581. rexml
  582. rubyntlm (0.6.3)
  583. rubyzip (2.3.2)
  584. safety_net_attestation (0.4.0)
  585. jwt (~> 2.0)
  586. sass (3.7.4)
  587. sass-listen (~> 4.0.0)
  588. sass-listen (4.0.0)
  589. rb-fsevent (~> 0.9, >= 0.9.4)
  590. rb-inotify (~> 0.9, >= 0.9.7)
  591. sass-rails (5.1.0)
  592. railties (>= 5.2.0)
  593. sass (~> 3.1)
  594. sprockets (>= 2.8, < 4.0)
  595. sprockets-rails (>= 2.0, < 4.0)
  596. tilt (>= 1.1, < 3)
  597. selenium-webdriver (4.20.1)
  598. base64 (~> 0.2)
  599. rexml (~> 3.2, >= 3.2.5)
  600. rubyzip (>= 1.2.2, < 3.0)
  601. websocket (~> 1.0)
  602. shoulda-matchers (6.2.0)
  603. activesupport (>= 5.2.0)
  604. simple_oauth (0.3.1)
  605. simple_po_parser (1.1.6)
  606. simpleidn (0.2.2)
  607. unf (~> 0.1.4)
  608. slack-notifier (2.4.0)
  609. slack-ruby-client (2.3.0)
  610. faraday (>= 2.0)
  611. faraday-mashify
  612. faraday-multipart
  613. gli
  614. hashie
  615. slop (3.6.0)
  616. snaky_hash (2.0.1)
  617. hashie
  618. version_gem (~> 1.1, >= 1.1.1)
  619. sorbet-runtime (0.5.11292)
  620. sprockets (3.7.3)
  621. base64
  622. concurrent-ruby (~> 1.0)
  623. rack (> 1, < 3)
  624. sprockets-rails (3.4.2)
  625. actionpack (>= 5.2)
  626. activesupport (>= 5.2)
  627. sprockets (>= 3.0.0)
  628. systemu (2.6.5)
  629. tcr (0.4.0)
  630. telegram-bot-ruby (2.0.0)
  631. dry-struct (~> 1.6)
  632. faraday (~> 2.0)
  633. faraday-multipart (~> 1.0)
  634. zeitwerk (~> 2.6)
  635. telephone_number (1.4.21)
  636. terser (1.2.2)
  637. execjs (>= 0.3.0, < 3)
  638. test-unit (3.6.2)
  639. power_assert
  640. thor (1.3.1)
  641. thread_safe (0.3.6)
  642. tilt (2.3.0)
  643. time (0.3.0)
  644. date
  645. timeout (0.4.1)
  646. tpm-key_attestation (0.12.0)
  647. bindata (~> 2.4)
  648. openssl (> 2.0)
  649. openssl-signature_algorithm (~> 1.0)
  650. twilio-ruby (7.0.2)
  651. faraday (>= 0.9, < 3.0)
  652. jwt (>= 1.5, < 3.0)
  653. nokogiri (>= 1.6, < 2.0)
  654. twitter (7.0.0)
  655. addressable (~> 2.3)
  656. buftok (~> 0.2.0)
  657. equalizer (~> 0.0.11)
  658. http (~> 4.0)
  659. http-form_data (~> 2.0)
  660. http_parser.rb (~> 0.6.0)
  661. memoizable (~> 0.4.0)
  662. multipart-post (~> 2.0)
  663. naught (~> 1.0)
  664. simple_oauth (~> 0.3.0)
  665. tzinfo (2.0.6)
  666. concurrent-ruby (~> 1.0)
  667. tzinfo-data (1.2024.1)
  668. tzinfo (>= 1.0.0)
  669. unf (0.1.4)
  670. unf_ext
  671. unf_ext (0.0.9.1)
  672. unicode-display_width (2.5.0)
  673. uri (0.13.0)
  674. vcr (6.2.0)
  675. version_gem (1.1.4)
  676. viewpoint (1.1.1)
  677. httpclient
  678. logging
  679. nokogiri
  680. rubyntlm
  681. vite_rails (3.0.17)
  682. railties (>= 5.1, < 8)
  683. vite_ruby (~> 3.0, >= 3.2.2)
  684. vite_ruby (3.5.0)
  685. dry-cli (>= 0.7, < 2)
  686. rack-proxy (~> 0.6, >= 0.6.1)
  687. zeitwerk (~> 2.2)
  688. webauthn (3.1.0)
  689. android_key_attestation (~> 0.3.0)
  690. awrence (~> 1.1)
  691. bindata (~> 2.4)
  692. cbor (~> 0.5.9)
  693. cose (~> 1.1)
  694. openssl (>= 2.2)
  695. safety_net_attestation (~> 0.4.0)
  696. tpm-key_attestation (~> 0.12.0)
  697. webmock (3.23.0)
  698. addressable (>= 2.8.0)
  699. crack (>= 0.3.2)
  700. hashdiff (>= 0.4.0, < 2.0.0)
  701. websocket (1.2.10)
  702. websocket-driver (0.7.6)
  703. websocket-extensions (>= 0.1.0)
  704. websocket-extensions (0.1.5)
  705. whatsapp_sdk (0.12.1)
  706. faraday (~> 2)
  707. faraday-multipart (~> 1)
  708. sorbet-runtime (~> 0.5)
  709. zeitwerk (~> 2)
  710. write_xlsx (1.12.1)
  711. nkf
  712. rubyzip (>= 1.0.0)
  713. xpath (3.2.0)
  714. nokogiri (~> 1.8)
  715. yard (0.9.36)
  716. zeitwerk (2.6.13)
  717. zendesk_api (2.0.1)
  718. faraday (> 2.0.0)
  719. faraday-multipart
  720. hashie (>= 3.5.2, < 6.0.0)
  721. inflection
  722. mini_mime
  723. multipart-post (~> 2.0)
  724. PLATFORMS
  725. ruby
  726. DEPENDENCIES
  727. PoParser
  728. aasm
  729. activerecord-import
  730. activerecord-session_store
  731. acts_as_list
  732. argon2
  733. autodiscover!
  734. autoprefixer-rails
  735. aws-sdk-s3
  736. biz
  737. bootsnap
  738. brakeman
  739. browser
  740. byebug
  741. byk
  742. capybara
  743. chunky_png
  744. clearbit
  745. coffee-rails
  746. composite_primary_keys
  747. csv
  748. daemons
  749. dalli
  750. delayed_job_active_record
  751. deprecation_toolkit
  752. diffy
  753. doorkeeper
  754. eco
  755. em-websocket
  756. email_address
  757. eventmachine
  758. execjs
  759. factory_bot_rails
  760. faker
  761. graphql
  762. graphql-batch
  763. hiredis
  764. htmlentities
  765. icalendar
  766. icalendar-recurrence
  767. json
  768. keycloak-admin!
  769. koala
  770. listen
  771. localhost
  772. macaddr
  773. mail
  774. messagebird-rest
  775. mime-types
  776. minitest-profile
  777. mysql2
  778. net-ftp
  779. net-http
  780. net-imap
  781. net-ldap
  782. net-pop
  783. net-smtp
  784. oauth2
  785. omniauth-facebook
  786. omniauth-github
  787. omniauth-gitlab
  788. omniauth-google-oauth2
  789. omniauth-linkedin-oauth2
  790. omniauth-microsoft-office365
  791. omniauth-rails_csrf_protection
  792. omniauth-saml
  793. omniauth-twitter
  794. omniauth-weibo-oauth2!
  795. openssl
  796. overcommit
  797. parallel
  798. pg (~> 1.5, >= 1.5.4)
  799. pry-byebug
  800. pry-doc
  801. pry-rails
  802. pry-remote
  803. pry-rescue
  804. pry-stack_explorer
  805. pry-theme
  806. puma
  807. pundit
  808. pundit-matchers
  809. rack-attack
  810. rails (~> 7.0.8)
  811. rails-controller-testing
  812. rchardet (>= 1.8.0)
  813. redis (>= 3, < 5)
  814. rotp
  815. rspec-rails
  816. rspec-retry
  817. rszr
  818. rubocop
  819. rubocop-faker
  820. rubocop-graphql
  821. rubocop-inflector
  822. rubocop-performance
  823. rubocop-rails
  824. rubocop-rspec
  825. sass-rails (~> 5)
  826. selenium-webdriver
  827. shoulda-matchers
  828. simpleidn
  829. slack-notifier
  830. slack-ruby-client
  831. sprockets (~> 3.7.2)
  832. sprockets-rails
  833. tcr
  834. telegram-bot-ruby
  835. telephone_number
  836. terser
  837. test-unit
  838. thor
  839. twilio-ruby
  840. twitter (~> 7)
  841. tzinfo-data
  842. vcr
  843. viewpoint
  844. vite_rails
  845. webauthn
  846. webmock
  847. whatsapp_sdk
  848. write_xlsx
  849. zendesk_api
  850. RUBY VERSION
  851. ruby 3.2.3p157
  852. BUNDLED WITH
  853. 2.4.1