Gemfile.lock 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  1. GIT
  2. remote: https://github.com/zammad-deps/autodiscover
  3. revision: ee9b53dfa797ce6d4f970b82beea7fbdd2df56bb
  4. specs:
  5. autodiscover (1.0.2)
  6. httpclient
  7. logging
  8. nokogiri
  9. nori
  10. GEM
  11. remote: https://rubygems.org/
  12. specs:
  13. PoParser (3.2.6)
  14. simple_po_parser (~> 1.1.6)
  15. aasm (5.5.0)
  16. concurrent-ruby (~> 1.0)
  17. actioncable (6.1.7.3)
  18. actionpack (= 6.1.7.3)
  19. activesupport (= 6.1.7.3)
  20. nio4r (~> 2.0)
  21. websocket-driver (>= 0.6.1)
  22. actionmailbox (6.1.7.3)
  23. actionpack (= 6.1.7.3)
  24. activejob (= 6.1.7.3)
  25. activerecord (= 6.1.7.3)
  26. activestorage (= 6.1.7.3)
  27. activesupport (= 6.1.7.3)
  28. mail (>= 2.7.1)
  29. actionmailer (6.1.7.3)
  30. actionpack (= 6.1.7.3)
  31. actionview (= 6.1.7.3)
  32. activejob (= 6.1.7.3)
  33. activesupport (= 6.1.7.3)
  34. mail (~> 2.5, >= 2.5.4)
  35. rails-dom-testing (~> 2.0)
  36. actionpack (6.1.7.3)
  37. actionview (= 6.1.7.3)
  38. activesupport (= 6.1.7.3)
  39. rack (~> 2.0, >= 2.0.9)
  40. rack-test (>= 0.6.3)
  41. rails-dom-testing (~> 2.0)
  42. rails-html-sanitizer (~> 1.0, >= 1.2.0)
  43. actiontext (6.1.7.3)
  44. actionpack (= 6.1.7.3)
  45. activerecord (= 6.1.7.3)
  46. activestorage (= 6.1.7.3)
  47. activesupport (= 6.1.7.3)
  48. nokogiri (>= 1.8.5)
  49. actionview (6.1.7.3)
  50. activesupport (= 6.1.7.3)
  51. builder (~> 3.1)
  52. erubi (~> 1.4)
  53. rails-dom-testing (~> 2.0)
  54. rails-html-sanitizer (~> 1.1, >= 1.2.0)
  55. activejob (6.1.7.3)
  56. activesupport (= 6.1.7.3)
  57. globalid (>= 0.3.6)
  58. activemodel (6.1.7.3)
  59. activesupport (= 6.1.7.3)
  60. activerecord (6.1.7.3)
  61. activemodel (= 6.1.7.3)
  62. activesupport (= 6.1.7.3)
  63. activerecord-import (1.4.1)
  64. activerecord (>= 4.2)
  65. activerecord-nulldb-adapter (0.8.0)
  66. activerecord (>= 5.2.0, < 7.1)
  67. activerecord-session_store (2.0.0)
  68. actionpack (>= 5.2.4.1)
  69. activerecord (>= 5.2.4.1)
  70. multi_json (~> 1.11, >= 1.11.2)
  71. rack (>= 2.0.8, < 3)
  72. railties (>= 5.2.4.1)
  73. activestorage (6.1.7.3)
  74. actionpack (= 6.1.7.3)
  75. activejob (= 6.1.7.3)
  76. activerecord (= 6.1.7.3)
  77. activesupport (= 6.1.7.3)
  78. marcel (~> 1.0)
  79. mini_mime (>= 1.1.0)
  80. activesupport (6.1.7.3)
  81. concurrent-ruby (~> 1.0, >= 1.0.2)
  82. i18n (>= 1.6, < 2)
  83. minitest (>= 5.1)
  84. tzinfo (~> 2.0)
  85. zeitwerk (~> 2.3)
  86. acts_as_list (1.1.0)
  87. activerecord (>= 4.2)
  88. addressable (2.8.1)
  89. public_suffix (>= 2.0.2, < 6.0)
  90. argon2 (2.2.0)
  91. ffi (~> 1.15)
  92. ffi-compiler (~> 1.0)
  93. ast (2.4.2)
  94. autoprefixer-rails (10.4.7.0)
  95. execjs (~> 2)
  96. binding_of_caller (1.0.0)
  97. debug_inspector (>= 0.0.1)
  98. biz (1.8.2)
  99. clavius (~> 1.0)
  100. tzinfo
  101. bootsnap (1.16.0)
  102. msgpack (~> 1.2)
  103. brakeman (5.4.0)
  104. browser (5.3.1)
  105. buftok (0.2.0)
  106. builder (3.2.4)
  107. byebug (11.1.3)
  108. byk (1.1.0)
  109. capybara (3.38.0)
  110. addressable
  111. matrix
  112. mini_mime (>= 0.1.3)
  113. nokogiri (~> 1.8)
  114. rack (>= 1.6.0)
  115. rack-test (>= 0.6.3)
  116. regexp_parser (>= 1.5, < 3.0)
  117. xpath (~> 3.2)
  118. childprocess (4.1.0)
  119. chunky_png (1.4.0)
  120. clavius (1.0.4)
  121. clearbit (0.3.3)
  122. nestful (~> 1.1.0)
  123. coderay (1.1.3)
  124. coffee-rails (5.0.0)
  125. coffee-script (>= 2.2.0)
  126. railties (>= 5.2.0)
  127. coffee-script (2.4.1)
  128. coffee-script-source
  129. execjs
  130. coffee-script-source (1.12.2)
  131. composite_primary_keys (13.0.7)
  132. activerecord (~> 6.1.0)
  133. concurrent-ruby (1.2.0)
  134. crack (0.4.5)
  135. rexml
  136. crass (1.0.6)
  137. csv (3.2.6)
  138. daemons (1.4.1)
  139. dalli (3.2.3)
  140. date (3.3.3)
  141. debug_inspector (1.1.0)
  142. delayed_job (4.1.11)
  143. activesupport (>= 3.0, < 8.0)
  144. delayed_job_active_record (4.1.7)
  145. activerecord (>= 3.0, < 8.0)
  146. delayed_job (>= 3.0, < 5)
  147. deprecation_toolkit (2.0.3)
  148. activesupport (>= 5.2)
  149. diff-lcs (1.5.0)
  150. diffy (3.4.2)
  151. domain_name (0.5.20190701)
  152. unf (>= 0.0.5, < 1.0.0)
  153. doorkeeper (5.6.4)
  154. railties (>= 5)
  155. dotenv (2.8.1)
  156. dry-cli (0.7.0)
  157. dry-core (1.0.0)
  158. concurrent-ruby (~> 1.0)
  159. zeitwerk (~> 2.6)
  160. dry-inflector (1.0.0)
  161. dry-logic (1.5.0)
  162. concurrent-ruby (~> 1.0)
  163. dry-core (~> 1.0, < 2)
  164. zeitwerk (~> 2.6)
  165. dry-struct (1.6.0)
  166. dry-core (~> 1.0, < 2)
  167. dry-types (>= 1.7, < 2)
  168. ice_nine (~> 0.11)
  169. zeitwerk (~> 2.6)
  170. dry-types (1.7.0)
  171. concurrent-ruby (~> 1.0)
  172. dry-core (~> 1.0, < 2)
  173. dry-inflector (~> 1.0, < 2)
  174. dry-logic (>= 1.4, < 2)
  175. zeitwerk (~> 2.6)
  176. eco (1.0.0)
  177. coffee-script
  178. eco-source
  179. execjs
  180. eco-source (1.1.0.rc.1)
  181. em-websocket (0.5.3)
  182. eventmachine (>= 0.12.9)
  183. http_parser.rb (~> 0)
  184. email_address (0.2.4)
  185. simpleidn
  186. equalizer (0.0.11)
  187. erubi (1.11.0)
  188. eventmachine (1.2.7)
  189. execjs (2.8.1)
  190. factory_bot (6.2.1)
  191. activesupport (>= 5.0.0)
  192. factory_bot_rails (6.2.0)
  193. factory_bot (~> 6.2.0)
  194. railties (>= 5.0.0)
  195. faker (3.1.1)
  196. i18n (>= 1.8.11, < 2)
  197. faraday (2.7.4)
  198. faraday-net_http (>= 2.0, < 3.1)
  199. ruby2_keywords (>= 0.0.4)
  200. faraday-mashify (0.1.1)
  201. faraday (~> 2.0)
  202. hashie
  203. faraday-multipart (1.0.4)
  204. multipart-post (~> 2)
  205. faraday-net_http (3.0.2)
  206. ffi (1.15.5)
  207. ffi-compiler (1.0.1)
  208. ffi (>= 1.0.0)
  209. rake
  210. gli (2.21.0)
  211. globalid (1.0.1)
  212. activesupport (>= 5.0)
  213. gmail_xoauth (0.4.2)
  214. oauth (>= 0.3.6)
  215. graphql (2.0.17)
  216. graphql-batch (0.5.2)
  217. graphql (>= 1.10, < 3)
  218. promise.rb (~> 0.7.2)
  219. hashdiff (1.0.1)
  220. hashie (5.0.0)
  221. hiredis (0.6.3)
  222. htmlentities (4.3.4)
  223. http (4.4.1)
  224. addressable (~> 2.3)
  225. http-cookie (~> 1.0)
  226. http-form_data (~> 2.2)
  227. http-parser (~> 1.2.0)
  228. http-cookie (1.0.5)
  229. domain_name (~> 0.5)
  230. http-form_data (2.3.0)
  231. http-parser (1.2.3)
  232. ffi-compiler (>= 1.0, < 2.0)
  233. http_parser.rb (0.6.0)
  234. httpclient (2.8.3)
  235. i18n (1.12.0)
  236. concurrent-ruby (~> 1.0)
  237. icalendar (2.8.0)
  238. ice_cube (~> 0.16)
  239. icalendar-recurrence (1.1.3)
  240. icalendar (~> 2.0)
  241. ice_cube (~> 0.16)
  242. ice_cube (0.16.4)
  243. ice_nine (0.11.2)
  244. inflection (1.0.0)
  245. iniparse (1.5.0)
  246. interception (0.5)
  247. json (2.6.3)
  248. jwt (2.3.0)
  249. kgio (2.11.4)
  250. koala (3.4.0)
  251. addressable
  252. faraday
  253. faraday-multipart
  254. json (>= 1.8)
  255. rexml
  256. listen (3.8.0)
  257. rb-fsevent (~> 0.10, >= 0.10.3)
  258. rb-inotify (~> 0.9, >= 0.9.10)
  259. little-plugger (1.1.4)
  260. logging (2.3.1)
  261. little-plugger (~> 1.1)
  262. multi_json (~> 1.14)
  263. loofah (2.19.1)
  264. crass (~> 1.0.2)
  265. nokogiri (>= 1.5.9)
  266. mail (2.8.1)
  267. mini_mime (>= 0.1.1)
  268. net-imap
  269. net-pop
  270. net-smtp
  271. marcel (1.0.2)
  272. matrix (0.4.2)
  273. memoizable (0.4.2)
  274. thread_safe (~> 0.3, >= 0.3.1)
  275. messagebird-rest (4.0.0)
  276. jwt (~> 2.3.0)
  277. method_source (1.0.0)
  278. mime-types (3.4.1)
  279. mime-types-data (~> 3.2015)
  280. mime-types-data (3.2023.0218.1)
  281. mini_mime (1.1.2)
  282. mini_portile2 (2.8.1)
  283. minitest (5.17.0)
  284. minitest-profile (0.0.2)
  285. msgpack (1.6.0)
  286. multi_json (1.15.0)
  287. multi_xml (0.6.0)
  288. multipart-post (2.3.0)
  289. mysql2 (0.5.4)
  290. naught (1.1.0)
  291. nestful (1.1.4)
  292. net-ftp (0.2.0)
  293. net-protocol
  294. time
  295. net-http (0.3.2)
  296. uri
  297. net-imap (0.3.4)
  298. date
  299. net-protocol
  300. net-ldap (0.17.1)
  301. net-pop (0.1.2)
  302. net-protocol
  303. net-protocol (0.2.1)
  304. timeout
  305. net-smtp (0.3.3)
  306. net-protocol
  307. nio4r (2.5.8)
  308. nokogiri (1.14.3)
  309. mini_portile2 (~> 2.8.0)
  310. racc (~> 1.4)
  311. nori (2.6.0)
  312. oauth (1.1.0)
  313. oauth-tty (~> 1.0, >= 1.0.1)
  314. snaky_hash (~> 2.0)
  315. version_gem (~> 1.1)
  316. oauth-tty (1.0.5)
  317. version_gem (~> 1.1, >= 1.1.1)
  318. oauth2 (2.0.9)
  319. faraday (>= 0.17.3, < 3.0)
  320. jwt (>= 1.0, < 3.0)
  321. multi_xml (~> 0.5)
  322. rack (>= 1.2, < 4)
  323. snaky_hash (~> 2.0)
  324. version_gem (~> 1.1)
  325. omniauth (1.9.2)
  326. hashie (>= 3.4.6)
  327. rack (>= 1.6.2, < 3)
  328. omniauth-facebook (9.0.0)
  329. omniauth-oauth2 (~> 1.2)
  330. omniauth-github (1.4.0)
  331. omniauth (~> 1.5)
  332. omniauth-oauth2 (>= 1.4.0, < 2.0)
  333. omniauth-gitlab (2.0.0)
  334. omniauth (~> 1.0)
  335. omniauth-oauth2 (~> 1.0)
  336. omniauth-google-oauth2 (0.8.0)
  337. jwt (>= 2.0)
  338. omniauth (>= 1.1.1)
  339. omniauth-oauth2 (>= 1.6)
  340. omniauth-linkedin-oauth2 (1.0.0)
  341. omniauth-oauth2
  342. omniauth-microsoft-office365 (0.0.8)
  343. omniauth
  344. omniauth-oauth2
  345. omniauth-oauth (1.2.0)
  346. oauth
  347. omniauth (>= 1.0, < 3)
  348. omniauth-oauth2 (1.7.3)
  349. oauth2 (>= 1.4, < 3)
  350. omniauth (>= 1.9, < 3)
  351. omniauth-rails_csrf_protection (0.1.2)
  352. actionpack (>= 4.2)
  353. omniauth (>= 1.3.1)
  354. omniauth-saml (1.10.3)
  355. omniauth (~> 1.3, >= 1.3.2)
  356. ruby-saml (~> 1.9)
  357. omniauth-twitter (1.4.0)
  358. omniauth-oauth (~> 1.1)
  359. rack
  360. omniauth-weibo-oauth2 (0.5.2)
  361. omniauth (~> 1.5)
  362. omniauth-oauth2 (>= 1.4.0)
  363. openssl (3.1.0)
  364. overcommit (0.60.0)
  365. childprocess (>= 0.6.3, < 5)
  366. iniparse (~> 1.4)
  367. rexml (~> 3.2)
  368. parallel (1.22.1)
  369. parser (3.2.0.0)
  370. ast (~> 2.4.1)
  371. pg (1.2.3)
  372. power_assert (2.0.2)
  373. promise.rb (0.7.4)
  374. pry (0.14.1)
  375. coderay (~> 1.1)
  376. method_source (~> 1.0)
  377. pry-rails (0.3.9)
  378. pry (>= 0.10.4)
  379. pry-remote (0.1.8)
  380. pry (~> 0.9)
  381. slop (~> 3.0)
  382. pry-rescue (1.5.2)
  383. interception (>= 0.5)
  384. pry (>= 0.12.0)
  385. pry-stack_explorer (0.6.1)
  386. binding_of_caller (~> 1.0)
  387. pry (~> 0.13)
  388. public_suffix (5.0.1)
  389. puma (4.3.12)
  390. nio4r (~> 2.0)
  391. pundit (2.3.0)
  392. activesupport (>= 3.0.0)
  393. pundit-matchers (1.8.4)
  394. rspec-rails (>= 3.0.0)
  395. racc (1.6.2)
  396. rack (2.2.6.4)
  397. rack-attack (6.6.1)
  398. rack (>= 1.0, < 3)
  399. rack-proxy (0.7.6)
  400. rack
  401. rack-test (2.0.2)
  402. rack (>= 1.3)
  403. rails (6.1.7.3)
  404. actioncable (= 6.1.7.3)
  405. actionmailbox (= 6.1.7.3)
  406. actionmailer (= 6.1.7.3)
  407. actionpack (= 6.1.7.3)
  408. actiontext (= 6.1.7.3)
  409. actionview (= 6.1.7.3)
  410. activejob (= 6.1.7.3)
  411. activemodel (= 6.1.7.3)
  412. activerecord (= 6.1.7.3)
  413. activestorage (= 6.1.7.3)
  414. activesupport (= 6.1.7.3)
  415. bundler (>= 1.15.0)
  416. railties (= 6.1.7.3)
  417. sprockets-rails (>= 2.0.0)
  418. rails-controller-testing (1.0.5)
  419. actionpack (>= 5.0.1.rc1)
  420. actionview (>= 5.0.1.rc1)
  421. activesupport (>= 5.0.1.rc1)
  422. rails-dom-testing (2.0.3)
  423. activesupport (>= 4.2.0)
  424. nokogiri (>= 1.6)
  425. rails-html-sanitizer (1.4.4)
  426. loofah (~> 2.19, >= 2.19.1)
  427. railties (6.1.7.3)
  428. actionpack (= 6.1.7.3)
  429. activesupport (= 6.1.7.3)
  430. method_source
  431. rake (>= 12.2)
  432. thor (~> 1.0)
  433. rainbow (3.1.1)
  434. raindrops (0.20.0)
  435. rake (13.0.6)
  436. rb-fsevent (0.11.2)
  437. rb-inotify (0.10.1)
  438. ffi (~> 1.0)
  439. rchardet (1.8.0)
  440. redis (4.8.1)
  441. regexp_parser (2.7.0)
  442. rexml (3.2.5)
  443. rspec-core (3.12.0)
  444. rspec-support (~> 3.12.0)
  445. rspec-expectations (3.12.0)
  446. diff-lcs (>= 1.2.0, < 2.0)
  447. rspec-support (~> 3.12.0)
  448. rspec-mocks (3.12.0)
  449. diff-lcs (>= 1.2.0, < 2.0)
  450. rspec-support (~> 3.12.0)
  451. rspec-rails (6.0.1)
  452. actionpack (>= 6.1)
  453. activesupport (>= 6.1)
  454. railties (>= 6.1)
  455. rspec-core (~> 3.11)
  456. rspec-expectations (~> 3.11)
  457. rspec-mocks (~> 3.11)
  458. rspec-support (~> 3.11)
  459. rspec-retry (0.6.2)
  460. rspec-core (> 3.3)
  461. rspec-support (3.12.0)
  462. rszr (1.3.0)
  463. rubocop (1.45.1)
  464. json (~> 2.3)
  465. parallel (~> 1.10)
  466. parser (>= 3.2.0.0)
  467. rainbow (>= 2.2.2, < 4.0)
  468. regexp_parser (>= 1.8, < 3.0)
  469. rexml (>= 3.2.5, < 4.0)
  470. rubocop-ast (>= 1.24.1, < 2.0)
  471. ruby-progressbar (~> 1.7)
  472. unicode-display_width (>= 2.4.0, < 3.0)
  473. rubocop-ast (1.24.1)
  474. parser (>= 3.1.1.0)
  475. rubocop-capybara (2.17.0)
  476. rubocop (~> 1.41)
  477. rubocop-faker (1.1.0)
  478. faker (>= 2.12.0)
  479. rubocop (>= 0.82.0)
  480. rubocop-graphql (0.19.0)
  481. rubocop (>= 0.87, < 2)
  482. rubocop-inflector (0.2.1)
  483. activesupport
  484. rubocop
  485. rubocop-rspec
  486. rubocop-performance (1.16.0)
  487. rubocop (>= 1.7.0, < 2.0)
  488. rubocop-ast (>= 0.4.0)
  489. rubocop-rails (2.17.4)
  490. activesupport (>= 4.2.0)
  491. rack (>= 1.1)
  492. rubocop (>= 1.33.0, < 2.0)
  493. rubocop-rspec (2.18.1)
  494. rubocop (~> 1.33)
  495. rubocop-capybara (~> 2.17)
  496. ruby-progressbar (1.11.0)
  497. ruby-saml (1.14.0)
  498. nokogiri (>= 1.10.5)
  499. rexml
  500. ruby2_keywords (0.0.5)
  501. rubyntlm (0.6.3)
  502. rubyzip (2.3.2)
  503. sassc (2.4.0)
  504. ffi (~> 1.9)
  505. sassc-rails (2.1.2)
  506. railties (>= 4.0.0)
  507. sassc (>= 2.0)
  508. sprockets (> 3.0)
  509. sprockets-rails
  510. tilt
  511. selenium-webdriver (4.8.0)
  512. rexml (~> 3.2, >= 3.2.5)
  513. rubyzip (>= 1.2.2, < 3.0)
  514. websocket (~> 1.0)
  515. shoulda-matchers (5.3.0)
  516. activesupport (>= 5.2.0)
  517. simple_oauth (0.3.1)
  518. simple_po_parser (1.1.6)
  519. simpleidn (0.2.1)
  520. unf (~> 0.1.4)
  521. slack-notifier (2.4.0)
  522. slack-ruby-client (2.0.0)
  523. faraday (>= 2.0)
  524. faraday-mashify
  525. faraday-multipart
  526. gli
  527. hashie
  528. websocket-driver
  529. slop (3.6.0)
  530. snaky_hash (2.0.1)
  531. hashie
  532. version_gem (~> 1.1, >= 1.1.1)
  533. sprockets (3.7.2)
  534. concurrent-ruby (~> 1.0)
  535. rack (> 1, < 3)
  536. sprockets-rails (3.4.2)
  537. actionpack (>= 5.2)
  538. activesupport (>= 5.2)
  539. sprockets (>= 3.0.0)
  540. tcr (0.2.2)
  541. telegram-bot-ruby (1.0.0)
  542. dry-struct (~> 1.6)
  543. faraday (~> 2.0)
  544. faraday-multipart (~> 1.0)
  545. zeitwerk (~> 2.6)
  546. telephone_number (1.4.19)
  547. terser (1.1.13)
  548. execjs (>= 0.3.0, < 3)
  549. test-unit (3.5.7)
  550. power_assert
  551. thor (1.2.1)
  552. thread_safe (0.3.6)
  553. tilt (2.0.11)
  554. time (0.2.2)
  555. date
  556. timeout (0.3.2)
  557. twilio-ruby (5.74.3)
  558. faraday (>= 0.9, < 3.0)
  559. jwt (>= 1.5, <= 2.6)
  560. nokogiri (>= 1.6, < 2.0)
  561. twitter (7.0.0)
  562. addressable (~> 2.3)
  563. buftok (~> 0.2.0)
  564. equalizer (~> 0.0.11)
  565. http (~> 4.0)
  566. http-form_data (~> 2.0)
  567. http_parser.rb (~> 0.6.0)
  568. memoizable (~> 0.4.0)
  569. multipart-post (~> 2.0)
  570. naught (~> 1.0)
  571. simple_oauth (~> 0.3.0)
  572. tzinfo (2.0.6)
  573. concurrent-ruby (~> 1.0)
  574. tzinfo-data (1.2022.7)
  575. tzinfo (>= 1.0.0)
  576. unf (0.1.4)
  577. unf_ext
  578. unf_ext (0.0.8.2)
  579. unicode-display_width (2.4.2)
  580. unicorn (6.1.0)
  581. kgio (~> 2.6)
  582. raindrops (~> 0.7)
  583. uri (0.12.1)
  584. vcr (6.1.0)
  585. version_gem (1.1.1)
  586. viewpoint (1.1.1)
  587. httpclient
  588. logging
  589. nokogiri
  590. rubyntlm
  591. vite_rails (3.0.14)
  592. railties (>= 5.1, < 8)
  593. vite_ruby (~> 3.0, >= 3.2.2)
  594. vite_ruby (3.2.14)
  595. dry-cli (>= 0.7, < 2)
  596. rack-proxy (~> 0.6, >= 0.6.1)
  597. zeitwerk (~> 2.2)
  598. webmock (3.18.1)
  599. addressable (>= 2.8.0)
  600. crack (>= 0.3.2)
  601. hashdiff (>= 0.4.0, < 2.0.0)
  602. websocket (1.2.9)
  603. websocket-driver (0.7.5)
  604. websocket-extensions (>= 0.1.0)
  605. websocket-extensions (0.1.5)
  606. writeexcel (1.0.5)
  607. xpath (3.2.0)
  608. nokogiri (~> 1.8)
  609. zeitwerk (2.6.7)
  610. zendesk_api (1.38.0.rc1)
  611. faraday (> 2.0.0)
  612. faraday-multipart
  613. hashie (>= 3.5.2, < 6.0.0)
  614. inflection
  615. mini_mime
  616. multipart-post (~> 2.0)
  617. PLATFORMS
  618. ruby
  619. DEPENDENCIES
  620. PoParser
  621. aasm
  622. activerecord-import
  623. activerecord-nulldb-adapter
  624. activerecord-session_store
  625. acts_as_list
  626. argon2
  627. autodiscover!
  628. autoprefixer-rails
  629. biz
  630. bootsnap
  631. brakeman
  632. browser
  633. byebug
  634. byk
  635. capybara
  636. chunky_png
  637. clearbit
  638. coffee-rails
  639. composite_primary_keys
  640. csv
  641. daemons
  642. dalli
  643. delayed_job_active_record
  644. deprecation_toolkit
  645. diffy
  646. doorkeeper
  647. dotenv
  648. eco
  649. em-websocket
  650. email_address
  651. eventmachine
  652. execjs
  653. factory_bot_rails
  654. faker
  655. gmail_xoauth
  656. graphql
  657. graphql-batch
  658. hiredis
  659. htmlentities
  660. icalendar
  661. icalendar-recurrence
  662. json
  663. koala
  664. listen
  665. mail
  666. messagebird-rest
  667. mime-types
  668. minitest-profile
  669. mysql2 (= 0.5.4)
  670. net-ftp
  671. net-http
  672. net-imap
  673. net-ldap
  674. net-pop
  675. net-smtp
  676. oauth2
  677. omniauth-facebook
  678. omniauth-github
  679. omniauth-gitlab
  680. omniauth-google-oauth2
  681. omniauth-linkedin-oauth2
  682. omniauth-microsoft-office365
  683. omniauth-rails_csrf_protection
  684. omniauth-saml
  685. omniauth-twitter
  686. omniauth-weibo-oauth2
  687. openssl
  688. overcommit
  689. pg (~> 1.2.0)
  690. pry-rails
  691. pry-remote
  692. pry-rescue
  693. pry-stack_explorer
  694. puma (~> 4)
  695. pundit
  696. pundit-matchers
  697. rack-attack
  698. rails (~> 6.1.0)
  699. rails-controller-testing
  700. rchardet (>= 1.8.0)
  701. redis (>= 3, < 5)
  702. rspec-rails
  703. rspec-retry
  704. rszr
  705. rubocop
  706. rubocop-faker
  707. rubocop-graphql
  708. rubocop-inflector
  709. rubocop-performance
  710. rubocop-rails
  711. rubocop-rspec
  712. sassc-rails
  713. selenium-webdriver
  714. shoulda-matchers
  715. simpleidn
  716. slack-notifier
  717. slack-ruby-client
  718. sprockets (~> 3.7.2)
  719. tcr
  720. telegram-bot-ruby
  721. telephone_number
  722. terser
  723. test-unit
  724. thor
  725. time (>= 0.2.2)
  726. twilio-ruby
  727. twitter
  728. tzinfo-data
  729. unicorn
  730. uri (>= 0.12.1)
  731. vcr
  732. viewpoint
  733. vite_rails
  734. webmock
  735. writeexcel
  736. zendesk_api
  737. RUBY VERSION
  738. ruby 3.1.3p185
  739. BUNDLED WITH
  740. 2.4.1