Gemfile.lock 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758
  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. GIT
  11. remote: https://github.com/zammad-deps/mail
  12. revision: 9265cf75bbe376f595944bd10d2dd953f863e765
  13. branch: 2-7-stable
  14. specs:
  15. mail (2.7.2.edge)
  16. mini_mime (>= 0.1.1)
  17. GIT
  18. remote: https://github.com/zammad-deps/tcr
  19. revision: ddc8caf9d57a991c8af850d2870969e7a265ec59
  20. specs:
  21. tcr (0.2.1)
  22. GEM
  23. remote: https://rubygems.org/
  24. specs:
  25. aasm (5.2.0)
  26. concurrent-ruby (~> 1.0)
  27. actioncable (6.0.4)
  28. actionpack (= 6.0.4)
  29. nio4r (~> 2.0)
  30. websocket-driver (>= 0.6.1)
  31. actionmailbox (6.0.4)
  32. actionpack (= 6.0.4)
  33. activejob (= 6.0.4)
  34. activerecord (= 6.0.4)
  35. activestorage (= 6.0.4)
  36. activesupport (= 6.0.4)
  37. mail (>= 2.7.1)
  38. actionmailer (6.0.4)
  39. actionpack (= 6.0.4)
  40. actionview (= 6.0.4)
  41. activejob (= 6.0.4)
  42. mail (~> 2.5, >= 2.5.4)
  43. rails-dom-testing (~> 2.0)
  44. actionpack (6.0.4)
  45. actionview (= 6.0.4)
  46. activesupport (= 6.0.4)
  47. rack (~> 2.0, >= 2.0.8)
  48. rack-test (>= 0.6.3)
  49. rails-dom-testing (~> 2.0)
  50. rails-html-sanitizer (~> 1.0, >= 1.2.0)
  51. actiontext (6.0.4)
  52. actionpack (= 6.0.4)
  53. activerecord (= 6.0.4)
  54. activestorage (= 6.0.4)
  55. activesupport (= 6.0.4)
  56. nokogiri (>= 1.8.5)
  57. actionview (6.0.4)
  58. activesupport (= 6.0.4)
  59. builder (~> 3.1)
  60. erubi (~> 1.4)
  61. rails-dom-testing (~> 2.0)
  62. rails-html-sanitizer (~> 1.1, >= 1.2.0)
  63. activejob (6.0.4)
  64. activesupport (= 6.0.4)
  65. globalid (>= 0.3.6)
  66. activemodel (6.0.4)
  67. activesupport (= 6.0.4)
  68. activerecord (6.0.4)
  69. activemodel (= 6.0.4)
  70. activesupport (= 6.0.4)
  71. activerecord-import (1.1.0)
  72. activerecord (>= 3.2)
  73. activerecord-nulldb-adapter (0.7.0)
  74. activerecord (>= 5.2.0, < 6.3)
  75. activerecord-session_store (2.0.0)
  76. actionpack (>= 5.2.4.1)
  77. activerecord (>= 5.2.4.1)
  78. multi_json (~> 1.11, >= 1.11.2)
  79. rack (>= 2.0.8, < 3)
  80. railties (>= 5.2.4.1)
  81. activestorage (6.0.4)
  82. actionpack (= 6.0.4)
  83. activejob (= 6.0.4)
  84. activerecord (= 6.0.4)
  85. marcel (~> 1.0.0)
  86. activesupport (6.0.4)
  87. concurrent-ruby (~> 1.0, >= 1.0.2)
  88. i18n (>= 0.7, < 2)
  89. minitest (~> 5.1)
  90. tzinfo (~> 1.1)
  91. zeitwerk (~> 2.2, >= 2.2.2)
  92. acts_as_list (1.0.4)
  93. activerecord (>= 4.2)
  94. addressable (2.7.0)
  95. public_suffix (>= 2.0.2, < 5.0)
  96. argon2 (2.0.3)
  97. ffi (~> 1.14)
  98. ffi-compiler (~> 1.0)
  99. ast (2.4.2)
  100. async (1.29.1)
  101. console (~> 1.10)
  102. nio4r (~> 2.3)
  103. timers (~> 4.1)
  104. async-http (0.56.3)
  105. async (~> 1.25)
  106. async-io (~> 1.28)
  107. async-pool (~> 0.2)
  108. protocol-http (~> 0.22.0)
  109. protocol-http1 (~> 0.14.0)
  110. protocol-http2 (~> 0.14.0)
  111. async-http-faraday (0.11.0)
  112. async-http (~> 0.42)
  113. faraday
  114. async-io (1.32.1)
  115. async (~> 1.14)
  116. async-pool (0.3.7)
  117. async (~> 1.25)
  118. autoprefixer-rails (10.2.5.1)
  119. execjs (> 0)
  120. binding_of_caller (1.0.0)
  121. debug_inspector (>= 0.0.1)
  122. biz (1.8.2)
  123. clavius (~> 1.0)
  124. tzinfo
  125. bootsnap (1.7.5)
  126. msgpack (~> 1.0)
  127. browser (5.3.1)
  128. buftok (0.2.0)
  129. builder (3.2.4)
  130. byebug (11.1.3)
  131. capybara (3.35.3)
  132. addressable
  133. mini_mime (>= 0.1.3)
  134. nokogiri (~> 1.8)
  135. rack (>= 1.6.0)
  136. rack-test (>= 0.6.3)
  137. regexp_parser (>= 1.5, < 3.0)
  138. xpath (~> 3.2)
  139. childprocess (3.0.0)
  140. chunky_png (1.4.0)
  141. clavius (1.0.4)
  142. clearbit (0.3.3)
  143. nestful (~> 1.1.0)
  144. coderay (1.1.3)
  145. coffee-rails (5.0.0)
  146. coffee-script (>= 2.2.0)
  147. railties (>= 5.2.0)
  148. coffee-script (2.4.1)
  149. coffee-script-source
  150. execjs
  151. coffee-script-source (1.12.2)
  152. coffeelint (1.16.1)
  153. coffee-script
  154. execjs
  155. json
  156. composite_primary_keys (12.0.10)
  157. activerecord (~> 6.0.0)
  158. concurrent-ruby (1.1.9)
  159. console (1.13.1)
  160. fiber-local
  161. coveralls (0.7.1)
  162. multi_json (~> 1.3)
  163. rest-client
  164. simplecov (>= 0.7)
  165. term-ansicolor
  166. thor
  167. crack (0.4.5)
  168. rexml
  169. crass (1.0.6)
  170. daemons (1.4.0)
  171. dalli (2.7.11)
  172. debug_inspector (1.1.0)
  173. delayed_job (4.1.9)
  174. activesupport (>= 3.0, < 6.2)
  175. delayed_job_active_record (4.1.6)
  176. activerecord (>= 3.0, < 6.2)
  177. delayed_job (>= 3.0, < 5)
  178. deprecation_toolkit (1.5.1)
  179. activesupport (>= 4.2)
  180. diff-lcs (1.4.4)
  181. diffy (3.4.0)
  182. docile (1.4.0)
  183. domain_name (0.5.20190701)
  184. unf (>= 0.0.5, < 1.0.0)
  185. doorkeeper (5.5.2)
  186. railties (>= 5)
  187. dotenv (2.7.6)
  188. eco (1.0.0)
  189. coffee-script
  190. eco-source
  191. execjs
  192. eco-source (1.1.0.rc.1)
  193. em-websocket (0.5.2)
  194. eventmachine (>= 0.12.9)
  195. http_parser.rb (~> 0.6.0)
  196. equalizer (0.0.11)
  197. erubi (1.10.0)
  198. eventmachine (1.2.7)
  199. execjs (2.8.1)
  200. factory_bot (6.2.0)
  201. activesupport (>= 5.0.0)
  202. factory_bot_rails (6.2.0)
  203. factory_bot (~> 6.2.0)
  204. railties (>= 5.0.0)
  205. faker (2.18.0)
  206. i18n (>= 1.6, < 2)
  207. faraday (1.4.2)
  208. faraday-em_http (~> 1.0)
  209. faraday-em_synchrony (~> 1.0)
  210. faraday-excon (~> 1.1)
  211. faraday-net_http (~> 1.0)
  212. faraday-net_http_persistent (~> 1.1)
  213. multipart-post (>= 1.2, < 3)
  214. ruby2_keywords (>= 0.0.4)
  215. faraday-em_http (1.0.0)
  216. faraday-em_synchrony (1.0.0)
  217. faraday-excon (1.1.0)
  218. faraday-http-cache (2.2.0)
  219. faraday (>= 0.8)
  220. faraday-net_http (1.0.1)
  221. faraday-net_http_persistent (1.1.0)
  222. faraday_middleware (1.0.0)
  223. faraday (~> 1.0)
  224. ffi (1.15.3)
  225. ffi-compiler (1.0.1)
  226. ffi (>= 1.0.0)
  227. rake
  228. fiber-local (1.0.0)
  229. formatador (0.3.0)
  230. github_changelog_generator (1.16.4)
  231. activesupport
  232. async (>= 1.25.0)
  233. async-http-faraday
  234. faraday-http-cache
  235. multi_json
  236. octokit (~> 4.6)
  237. rainbow (>= 2.2.1)
  238. rake (>= 10.0)
  239. gli (2.20.1)
  240. globalid (0.4.2)
  241. activesupport (>= 4.2.0)
  242. gmail_xoauth (0.4.2)
  243. oauth (>= 0.3.6)
  244. guard (2.17.0)
  245. formatador (>= 0.2.4)
  246. listen (>= 2.7, < 4.0)
  247. lumberjack (>= 1.0.12, < 2.0)
  248. nenv (~> 0.1)
  249. notiffany (~> 0.0)
  250. pry (>= 0.9.12)
  251. shellany (~> 0.0)
  252. thor (>= 0.18.1)
  253. guard-compat (1.2.1)
  254. guard-livereload (2.5.2)
  255. em-websocket (~> 0.5)
  256. guard (~> 2.8)
  257. guard-compat (~> 1.0)
  258. multi_json (~> 1.8)
  259. guard-symlink (0.1.1)
  260. guard
  261. guard-compat (~> 1.1)
  262. hashdiff (1.0.1)
  263. hashie (4.1.0)
  264. hiredis (0.6.3)
  265. htmlentities (4.3.4)
  266. http (4.4.1)
  267. addressable (~> 2.3)
  268. http-cookie (~> 1.0)
  269. http-form_data (~> 2.2)
  270. http-parser (~> 1.2.0)
  271. http-accept (1.7.0)
  272. http-cookie (1.0.4)
  273. domain_name (~> 0.5)
  274. http-form_data (2.3.0)
  275. http-parser (1.2.3)
  276. ffi-compiler (>= 1.0, < 2.0)
  277. http_parser.rb (0.6.0)
  278. httpclient (2.8.3)
  279. i18n (1.8.10)
  280. concurrent-ruby (~> 1.0)
  281. icalendar (2.7.1)
  282. ice_cube (~> 0.16)
  283. icalendar-recurrence (1.1.3)
  284. icalendar (~> 2.0)
  285. ice_cube (~> 0.16)
  286. ice_cube (0.16.3)
  287. inflection (1.0.0)
  288. interception (0.5)
  289. json (2.5.1)
  290. jwt (2.2.3)
  291. kgio (2.11.4)
  292. koala (3.0.0)
  293. addressable
  294. faraday
  295. json (>= 1.8)
  296. libv8 (8.4.255.0)
  297. listen (3.5.1)
  298. rb-fsevent (~> 0.10, >= 0.10.3)
  299. rb-inotify (~> 0.9, >= 0.9.10)
  300. little-plugger (1.1.4)
  301. logging (2.3.0)
  302. little-plugger (~> 1.1)
  303. multi_json (~> 1.14)
  304. loofah (2.10.0)
  305. crass (~> 1.0.2)
  306. nokogiri (>= 1.5.9)
  307. lumberjack (1.2.8)
  308. marcel (1.0.1)
  309. memoizable (0.4.2)
  310. thread_safe (~> 0.3, >= 0.3.1)
  311. method_source (1.0.0)
  312. mime-types (3.3.1)
  313. mime-types-data (~> 3.2015)
  314. mime-types-data (3.2021.0225)
  315. mini_mime (1.1.0)
  316. mini_portile2 (2.5.3)
  317. mini_racer (0.2.9)
  318. libv8 (>= 6.9.411)
  319. minitest (5.14.4)
  320. msgpack (1.4.2)
  321. multi_json (1.15.0)
  322. multi_xml (0.6.0)
  323. multipart-post (2.1.1)
  324. mysql2 (0.5.3)
  325. naught (1.1.0)
  326. nenv (0.3.0)
  327. nestful (1.1.4)
  328. net-ldap (0.17.0)
  329. netrc (0.11.0)
  330. nio4r (2.5.7)
  331. nokogiri (1.11.7)
  332. mini_portile2 (~> 2.5.0)
  333. racc (~> 1.4)
  334. nori (2.6.0)
  335. notiffany (0.1.3)
  336. nenv (~> 0.1)
  337. shellany (~> 0.0)
  338. oauth (0.5.6)
  339. oauth2 (1.4.7)
  340. faraday (>= 0.8, < 2.0)
  341. jwt (>= 1.0, < 3.0)
  342. multi_json (~> 1.3)
  343. multi_xml (~> 0.5)
  344. rack (>= 1.2, < 3)
  345. octokit (4.21.0)
  346. faraday (>= 0.9)
  347. sawyer (~> 0.8.0, >= 0.5.3)
  348. omniauth (1.9.1)
  349. hashie (>= 3.4.6)
  350. rack (>= 1.6.2, < 3)
  351. omniauth-facebook (8.0.0)
  352. omniauth-oauth2 (~> 1.2)
  353. omniauth-github (1.4.0)
  354. omniauth (~> 1.5)
  355. omniauth-oauth2 (>= 1.4.0, < 2.0)
  356. omniauth-gitlab (2.0.0)
  357. omniauth (~> 1.0)
  358. omniauth-oauth2 (~> 1.0)
  359. omniauth-google-oauth2 (0.8.2)
  360. jwt (>= 2.0)
  361. oauth2 (~> 1.1)
  362. omniauth (~> 1.1)
  363. omniauth-oauth2 (>= 1.6)
  364. omniauth-linkedin-oauth2 (1.0.0)
  365. omniauth-oauth2
  366. omniauth-microsoft-office365 (0.0.8)
  367. omniauth
  368. omniauth-oauth2
  369. omniauth-oauth (1.2.0)
  370. oauth
  371. omniauth (>= 1.0, < 3)
  372. omniauth-oauth2 (1.7.1)
  373. oauth2 (~> 1.4)
  374. omniauth (>= 1.9, < 3)
  375. omniauth-rails_csrf_protection (0.1.2)
  376. actionpack (>= 4.2)
  377. omniauth (>= 1.3.1)
  378. omniauth-saml (1.10.3)
  379. omniauth (~> 1.3, >= 1.3.2)
  380. ruby-saml (~> 1.9)
  381. omniauth-twitter (1.4.0)
  382. omniauth-oauth (~> 1.1)
  383. rack
  384. omniauth-weibo-oauth2 (0.5.2)
  385. omniauth (~> 1.5)
  386. omniauth-oauth2 (>= 1.4.0)
  387. openssl (2.2.0)
  388. parallel (1.20.1)
  389. parser (3.0.1.1)
  390. ast (~> 2.4.1)
  391. pg (0.21.0)
  392. pluginator (1.5.0)
  393. power_assert (2.0.0)
  394. pre-commit (0.39.0)
  395. pluginator (~> 1.5)
  396. protocol-hpack (1.4.2)
  397. protocol-http (0.22.4)
  398. protocol-http1 (0.14.1)
  399. protocol-http (~> 0.22)
  400. protocol-http2 (0.14.2)
  401. protocol-hpack (~> 1.4)
  402. protocol-http (~> 0.18)
  403. pry (0.14.1)
  404. coderay (~> 1.1)
  405. method_source (~> 1.0)
  406. pry-rails (0.3.9)
  407. pry (>= 0.10.4)
  408. pry-remote (0.1.8)
  409. pry (~> 0.9)
  410. slop (~> 3.0)
  411. pry-rescue (1.5.2)
  412. interception (>= 0.5)
  413. pry (>= 0.12.0)
  414. pry-stack_explorer (0.6.1)
  415. binding_of_caller (~> 1.0)
  416. pry (~> 0.13)
  417. public_suffix (4.0.6)
  418. puma (4.3.8)
  419. nio4r (~> 2.0)
  420. pundit (2.1.0)
  421. activesupport (>= 3.0.0)
  422. pundit-matchers (1.6.0)
  423. rspec-rails (>= 3.0.0)
  424. racc (1.5.2)
  425. rack (2.2.3)
  426. rack-livereload (0.3.17)
  427. rack
  428. rack-test (1.1.0)
  429. rack (>= 1.0, < 3)
  430. rails (6.0.4)
  431. actioncable (= 6.0.4)
  432. actionmailbox (= 6.0.4)
  433. actionmailer (= 6.0.4)
  434. actionpack (= 6.0.4)
  435. actiontext (= 6.0.4)
  436. actionview (= 6.0.4)
  437. activejob (= 6.0.4)
  438. activemodel (= 6.0.4)
  439. activerecord (= 6.0.4)
  440. activestorage (= 6.0.4)
  441. activesupport (= 6.0.4)
  442. bundler (>= 1.3.0)
  443. railties (= 6.0.4)
  444. sprockets-rails (>= 2.0.0)
  445. rails-controller-testing (1.0.5)
  446. actionpack (>= 5.0.1.rc1)
  447. actionview (>= 5.0.1.rc1)
  448. activesupport (>= 5.0.1.rc1)
  449. rails-dom-testing (2.0.3)
  450. activesupport (>= 4.2.0)
  451. nokogiri (>= 1.6)
  452. rails-html-sanitizer (1.3.0)
  453. loofah (~> 2.3)
  454. railties (6.0.4)
  455. actionpack (= 6.0.4)
  456. activesupport (= 6.0.4)
  457. method_source
  458. rake (>= 0.8.7)
  459. thor (>= 0.20.3, < 2.0)
  460. rainbow (3.0.0)
  461. raindrops (0.19.2)
  462. rake (13.0.3)
  463. rb-fsevent (0.11.0)
  464. rb-inotify (0.10.1)
  465. ffi (~> 1.0)
  466. rchardet (1.8.0)
  467. redis (4.2.5)
  468. regexp_parser (2.1.1)
  469. rest-client (2.1.0)
  470. http-accept (>= 1.7.0, < 2.0)
  471. http-cookie (>= 1.0.2, < 2.0)
  472. mime-types (>= 1.16, < 4.0)
  473. netrc (~> 0.8)
  474. rexml (3.2.5)
  475. rspec-core (3.10.1)
  476. rspec-support (~> 3.10.0)
  477. rspec-expectations (3.10.1)
  478. diff-lcs (>= 1.2.0, < 2.0)
  479. rspec-support (~> 3.10.0)
  480. rspec-mocks (3.10.2)
  481. diff-lcs (>= 1.2.0, < 2.0)
  482. rspec-support (~> 3.10.0)
  483. rspec-rails (5.0.1)
  484. actionpack (>= 5.2)
  485. activesupport (>= 5.2)
  486. railties (>= 5.2)
  487. rspec-core (~> 3.10)
  488. rspec-expectations (~> 3.10)
  489. rspec-mocks (~> 3.10)
  490. rspec-support (~> 3.10)
  491. rspec-support (3.10.2)
  492. rszr (0.5.2)
  493. rubocop (1.16.0)
  494. parallel (~> 1.10)
  495. parser (>= 3.0.0.0)
  496. rainbow (>= 2.2.2, < 4.0)
  497. regexp_parser (>= 1.8, < 3.0)
  498. rexml
  499. rubocop-ast (>= 1.7.0, < 2.0)
  500. ruby-progressbar (~> 1.7)
  501. unicode-display_width (>= 1.4.0, < 3.0)
  502. rubocop-ast (1.7.0)
  503. parser (>= 3.0.1.1)
  504. rubocop-faker (1.1.0)
  505. faker (>= 2.12.0)
  506. rubocop (>= 0.82.0)
  507. rubocop-performance (1.11.3)
  508. rubocop (>= 1.7.0, < 2.0)
  509. rubocop-ast (>= 0.4.0)
  510. rubocop-rails (2.10.1)
  511. activesupport (>= 4.2.0)
  512. rack (>= 1.1)
  513. rubocop (>= 1.7.0, < 2.0)
  514. rubocop-rspec (2.3.0)
  515. rubocop (~> 1.0)
  516. rubocop-ast (>= 1.1.0)
  517. ruby-progressbar (1.11.0)
  518. ruby-saml (1.12.2)
  519. nokogiri (>= 1.10.5)
  520. rexml
  521. ruby2_keywords (0.0.4)
  522. rubyntlm (0.6.3)
  523. rubyzip (2.3.0)
  524. sassc (2.4.0)
  525. ffi (~> 1.9)
  526. sassc-rails (2.1.2)
  527. railties (>= 4.0.0)
  528. sassc (>= 2.0)
  529. sprockets (> 3.0)
  530. sprockets-rails
  531. tilt
  532. sawyer (0.8.2)
  533. addressable (>= 2.3.5)
  534. faraday (> 0.8, < 2.0)
  535. selenium-webdriver (3.142.7)
  536. childprocess (>= 0.5, < 4.0)
  537. rubyzip (>= 1.2.2)
  538. shellany (0.0.1)
  539. shoulda-matchers (4.5.1)
  540. activesupport (>= 4.2.0)
  541. simple_oauth (0.3.1)
  542. simplecov (0.21.2)
  543. docile (~> 1.1)
  544. simplecov-html (~> 0.11)
  545. simplecov_json_formatter (~> 0.1)
  546. simplecov-html (0.12.3)
  547. simplecov-rcov (0.2.3)
  548. simplecov (>= 0.4.1)
  549. simplecov_json_formatter (0.1.3)
  550. slack-notifier (2.4.0)
  551. slack-ruby-client (0.17.0)
  552. faraday (>= 1.0)
  553. faraday_middleware
  554. gli
  555. hashie
  556. websocket-driver
  557. slop (3.6.0)
  558. spring (2.1.1)
  559. spring-commands-rspec (1.0.4)
  560. spring (>= 0.9.1)
  561. spring-commands-testunit (1.0.1)
  562. spring (>= 0.9.1)
  563. sprockets (3.7.2)
  564. concurrent-ruby (~> 1.0)
  565. rack (> 1, < 3)
  566. sprockets-rails (3.2.2)
  567. actionpack (>= 4.0)
  568. activesupport (>= 4.0)
  569. sprockets (>= 3.0.0)
  570. sync (0.5.0)
  571. telegramAPI (1.4.2)
  572. rest-client (~> 2.0, >= 2.0.2)
  573. telephone_number (1.4.11)
  574. term-ansicolor (1.7.1)
  575. tins (~> 1.0)
  576. test-unit (3.4.4)
  577. power_assert
  578. thor (1.1.0)
  579. thread_safe (0.3.6)
  580. tilt (2.0.10)
  581. timers (4.3.3)
  582. tins (1.29.1)
  583. sync
  584. twilio-ruby (5.55.0)
  585. faraday (>= 0.9, < 2.0)
  586. jwt (>= 1.5, <= 2.5)
  587. nokogiri (>= 1.6, < 2.0)
  588. twitter (7.0.0)
  589. addressable (~> 2.3)
  590. buftok (~> 0.2.0)
  591. equalizer (~> 0.0.11)
  592. http (~> 4.0)
  593. http-form_data (~> 2.0)
  594. http_parser.rb (~> 0.6.0)
  595. memoizable (~> 0.4.0)
  596. multipart-post (~> 2.0)
  597. naught (~> 1.0)
  598. simple_oauth (~> 0.3.0)
  599. tzinfo (1.2.9)
  600. thread_safe (~> 0.1)
  601. uglifier (4.2.0)
  602. execjs (>= 0.3.0, < 3)
  603. unf (0.1.4)
  604. unf_ext
  605. unf_ext (0.0.7.7)
  606. unicode-display_width (2.0.0)
  607. unicorn (6.0.0)
  608. kgio (~> 2.6)
  609. raindrops (~> 0.7)
  610. valid_email2 (3.6.1)
  611. activemodel (>= 3.2)
  612. mail (~> 2.5)
  613. vcr (6.0.0)
  614. viewpoint (1.1.1)
  615. httpclient
  616. logging
  617. nokogiri
  618. rubyntlm
  619. webmock (3.13.0)
  620. addressable (>= 2.3.6)
  621. crack (>= 0.3.2)
  622. hashdiff (>= 0.4.0, < 2.0.0)
  623. websocket-driver (0.7.5)
  624. websocket-extensions (>= 0.1.0)
  625. websocket-extensions (0.1.5)
  626. writeexcel (1.0.5)
  627. xpath (3.2.0)
  628. nokogiri (~> 1.8)
  629. zeitwerk (2.4.2)
  630. zendesk_api (1.30.0)
  631. faraday (>= 0.9.0, < 2.0.0)
  632. hashie (>= 3.5.2, < 5.0.0)
  633. inflection
  634. mini_mime
  635. multipart-post (~> 2.0)
  636. PLATFORMS
  637. ruby
  638. DEPENDENCIES
  639. aasm
  640. activerecord-import
  641. activerecord-nulldb-adapter
  642. activerecord-session_store
  643. acts_as_list
  644. argon2
  645. autodiscover!
  646. autoprefixer-rails
  647. biz
  648. bootsnap
  649. browser
  650. byebug
  651. capybara
  652. chunky_png
  653. clearbit
  654. coffee-rails
  655. coffee-script-source
  656. coffeelint
  657. composite_primary_keys
  658. coveralls
  659. daemons
  660. dalli
  661. delayed_job_active_record
  662. deprecation_toolkit
  663. diffy
  664. doorkeeper
  665. dotenv
  666. eco
  667. em-websocket
  668. eventmachine
  669. execjs
  670. factory_bot_rails
  671. faker
  672. github_changelog_generator
  673. gmail_xoauth
  674. guard
  675. guard-livereload
  676. guard-symlink
  677. hiredis
  678. htmlentities
  679. icalendar
  680. icalendar-recurrence
  681. json
  682. koala
  683. libv8
  684. mail!
  685. mime-types
  686. mini_racer (= 0.2.9)
  687. mysql2
  688. net-ldap
  689. oauth2
  690. omniauth-facebook
  691. omniauth-github
  692. omniauth-gitlab
  693. omniauth-google-oauth2
  694. omniauth-linkedin-oauth2
  695. omniauth-microsoft-office365
  696. omniauth-rails_csrf_protection
  697. omniauth-saml
  698. omniauth-twitter
  699. omniauth-weibo-oauth2
  700. openssl
  701. pg (= 0.21.0)
  702. pre-commit
  703. pry-rails
  704. pry-remote
  705. pry-rescue
  706. pry-stack_explorer
  707. puma (~> 4)
  708. pundit
  709. pundit-matchers
  710. rack-livereload
  711. rails (= 6.0.4)
  712. rails-controller-testing
  713. rb-fsevent
  714. rchardet (>= 1.8.0)
  715. redis
  716. rspec-rails
  717. rszr (= 0.5.2)
  718. rubocop
  719. rubocop-faker
  720. rubocop-performance
  721. rubocop-rails
  722. rubocop-rspec
  723. sassc-rails
  724. selenium-webdriver
  725. shoulda-matchers
  726. simplecov
  727. simplecov-rcov
  728. slack-notifier
  729. slack-ruby-client
  730. spring
  731. spring-commands-rspec
  732. spring-commands-testunit
  733. sprockets (~> 3.7.2)
  734. tcr!
  735. telegramAPI
  736. telephone_number
  737. test-unit
  738. twilio-ruby
  739. twitter
  740. uglifier
  741. unicorn
  742. valid_email2
  743. vcr
  744. viewpoint
  745. webmock
  746. writeexcel
  747. zendesk_api
  748. RUBY VERSION
  749. ruby 2.7.3p183
  750. BUNDLED WITH
  751. 2.2.20