You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

351 lines
8.2 KiB

9 months ago
9 months ago
9 months ago
9 months ago
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actioncable (7.1.2)
  5. actionpack (= 7.1.2)
  6. activesupport (= 7.1.2)
  7. nio4r (~> 2.0)
  8. websocket-driver (>= 0.6.1)
  9. zeitwerk (~> 2.6)
  10. actionmailbox (7.1.2)
  11. actionpack (= 7.1.2)
  12. activejob (= 7.1.2)
  13. activerecord (= 7.1.2)
  14. activestorage (= 7.1.2)
  15. activesupport (= 7.1.2)
  16. mail (>= 2.7.1)
  17. net-imap
  18. net-pop
  19. net-smtp
  20. actionmailer (7.1.2)
  21. actionpack (= 7.1.2)
  22. actionview (= 7.1.2)
  23. activejob (= 7.1.2)
  24. activesupport (= 7.1.2)
  25. mail (~> 2.5, >= 2.5.4)
  26. net-imap
  27. net-pop
  28. net-smtp
  29. rails-dom-testing (~> 2.2)
  30. actionpack (7.1.2)
  31. actionview (= 7.1.2)
  32. activesupport (= 7.1.2)
  33. nokogiri (>= 1.8.5)
  34. racc
  35. rack (>= 2.2.4)
  36. rack-session (>= 1.0.1)
  37. rack-test (>= 0.6.3)
  38. rails-dom-testing (~> 2.2)
  39. rails-html-sanitizer (~> 1.6)
  40. actiontext (7.1.2)
  41. actionpack (= 7.1.2)
  42. activerecord (= 7.1.2)
  43. activestorage (= 7.1.2)
  44. activesupport (= 7.1.2)
  45. globalid (>= 0.6.0)
  46. nokogiri (>= 1.8.5)
  47. actionview (7.1.2)
  48. activesupport (= 7.1.2)
  49. builder (~> 3.1)
  50. erubi (~> 1.11)
  51. rails-dom-testing (~> 2.2)
  52. rails-html-sanitizer (~> 1.6)
  53. activejob (7.1.2)
  54. activesupport (= 7.1.2)
  55. globalid (>= 0.3.6)
  56. activemodel (7.1.2)
  57. activesupport (= 7.1.2)
  58. activerecord (7.1.2)
  59. activemodel (= 7.1.2)
  60. activesupport (= 7.1.2)
  61. timeout (>= 0.4.0)
  62. activestorage (7.1.2)
  63. actionpack (= 7.1.2)
  64. activejob (= 7.1.2)
  65. activerecord (= 7.1.2)
  66. activesupport (= 7.1.2)
  67. marcel (~> 1.0)
  68. activesupport (7.1.2)
  69. base64
  70. bigdecimal
  71. concurrent-ruby (~> 1.0, >= 1.0.2)
  72. connection_pool (>= 2.2.5)
  73. drb
  74. i18n (>= 1.6, < 2)
  75. minitest (>= 5.1)
  76. mutex_m
  77. tzinfo (~> 2.0)
  78. addressable (2.8.6)
  79. public_suffix (>= 2.0.2, < 6.0)
  80. ast (2.4.2)
  81. base64 (0.2.0)
  82. bigdecimal (3.1.5)
  83. bindex (0.8.1)
  84. bootsnap (1.17.0)
  85. msgpack (~> 1.2)
  86. builder (3.2.4)
  87. capybara (3.39.2)
  88. addressable
  89. matrix
  90. mini_mime (>= 0.1.3)
  91. nokogiri (~> 1.8)
  92. rack (>= 1.6.0)
  93. rack-test (>= 0.6.3)
  94. regexp_parser (>= 1.5, < 3.0)
  95. xpath (~> 3.2)
  96. concurrent-ruby (1.2.2)
  97. connection_pool (2.4.1)
  98. crass (1.0.6)
  99. date (3.3.4)
  100. debug (1.9.1)
  101. irb (~> 1.10)
  102. reline (>= 0.3.8)
  103. drb (2.2.0)
  104. ruby2_keywords
  105. error_highlight (0.6.0)
  106. erubi (1.12.0)
  107. globalid (1.2.1)
  108. activesupport (>= 6.1)
  109. i18n (1.14.1)
  110. concurrent-ruby (~> 1.0)
  111. importmap-rails (2.0.1)
  112. actionpack (>= 6.0.0)
  113. activesupport (>= 6.0.0)
  114. railties (>= 6.0.0)
  115. io-console (0.7.1)
  116. irb (1.11.0)
  117. rdoc
  118. reline (>= 0.3.8)
  119. json (2.7.1)
  120. language_server-protocol (3.17.0.3)
  121. loofah (2.22.0)
  122. crass (~> 1.0.2)
  123. nokogiri (>= 1.12.0)
  124. mail (2.8.1)
  125. mini_mime (>= 0.1.1)
  126. net-imap
  127. net-pop
  128. net-smtp
  129. marcel (1.0.2)
  130. matrix (0.4.2)
  131. mini_mime (1.1.5)
  132. minitest (5.20.0)
  133. msgpack (1.7.2)
  134. mutex_m (0.2.0)
  135. net-imap (0.4.9)
  136. date
  137. net-protocol
  138. net-pop (0.1.2)
  139. net-protocol
  140. net-protocol (0.2.2)
  141. timeout
  142. net-smtp (0.4.0)
  143. net-protocol
  144. nio4r (2.7.0)
  145. nokogiri (1.16.0-aarch64-linux)
  146. racc (~> 1.4)
  147. nokogiri (1.16.0-arm-linux)
  148. racc (~> 1.4)
  149. nokogiri (1.16.0-arm64-darwin)
  150. racc (~> 1.4)
  151. nokogiri (1.16.0-x86-linux)
  152. racc (~> 1.4)
  153. nokogiri (1.16.0-x86_64-darwin)
  154. racc (~> 1.4)
  155. nokogiri (1.16.0-x86_64-linux)
  156. racc (~> 1.4)
  157. parallel (1.24.0)
  158. parser (3.2.2.4)
  159. ast (~> 2.4.1)
  160. racc
  161. pg (1.5.4)
  162. prism (0.19.0)
  163. psych (5.1.2)
  164. stringio
  165. public_suffix (5.0.4)
  166. puma (6.4.1)
  167. nio4r (~> 2.0)
  168. racc (1.7.3)
  169. rack (3.0.8)
  170. rack-session (2.0.0)
  171. rack (>= 3.0.0)
  172. rack-test (2.1.0)
  173. rack (>= 1.3)
  174. rackup (2.1.0)
  175. rack (>= 3)
  176. webrick (~> 1.8)
  177. rails (7.1.2)
  178. actioncable (= 7.1.2)
  179. actionmailbox (= 7.1.2)
  180. actionmailer (= 7.1.2)
  181. actionpack (= 7.1.2)
  182. actiontext (= 7.1.2)
  183. actionview (= 7.1.2)
  184. activejob (= 7.1.2)
  185. activemodel (= 7.1.2)
  186. activerecord (= 7.1.2)
  187. activestorage (= 7.1.2)
  188. activesupport (= 7.1.2)
  189. bundler (>= 1.15.0)
  190. railties (= 7.1.2)
  191. rails-dom-testing (2.2.0)
  192. activesupport (>= 5.0.0)
  193. minitest
  194. nokogiri (>= 1.6)
  195. rails-html-sanitizer (1.6.0)
  196. loofah (~> 2.21)
  197. nokogiri (~> 1.14)
  198. rails_semantic_logger (4.14.0)
  199. rack
  200. railties (>= 5.1)
  201. semantic_logger (~> 4.13)
  202. railties (7.1.2)
  203. actionpack (= 7.1.2)
  204. activesupport (= 7.1.2)
  205. irb
  206. rackup (>= 1.0.0)
  207. rake (>= 12.2)
  208. thor (~> 1.0, >= 1.2.2)
  209. zeitwerk (~> 2.6)
  210. rainbow (3.1.1)
  211. rake (13.1.0)
  212. rdoc (6.6.2)
  213. psych (>= 4.0.0)
  214. regexp_parser (2.8.3)
  215. reline (0.4.1)
  216. io-console (~> 0.5)
  217. rexml (3.2.6)
  218. rubocop (1.59.0)
  219. json (~> 2.3)
  220. language_server-protocol (>= 3.17.0)
  221. parallel (~> 1.10)
  222. parser (>= 3.2.2.4)
  223. rainbow (>= 2.2.2, < 4.0)
  224. regexp_parser (>= 1.8, < 3.0)
  225. rexml (>= 3.2.5, < 4.0)
  226. rubocop-ast (>= 1.30.0, < 2.0)
  227. ruby-progressbar (~> 1.7)
  228. unicode-display_width (>= 2.4.0, < 3.0)
  229. rubocop-ast (1.30.0)
  230. parser (>= 3.2.1.0)
  231. rubocop-capybara (2.20.0)
  232. rubocop (~> 1.41)
  233. rubocop-factory_bot (2.24.0)
  234. rubocop (~> 1.33)
  235. rubocop-packaging (0.5.2)
  236. rubocop (>= 1.33, < 2.0)
  237. rubocop-performance (1.20.1)
  238. rubocop (>= 1.48.1, < 2.0)
  239. rubocop-ast (>= 1.30.0, < 2.0)
  240. rubocop-rspec (2.25.0)
  241. rubocop (~> 1.40)
  242. rubocop-capybara (~> 2.17)
  243. rubocop-factory_bot (~> 2.22)
  244. rubocop-shopify (2.14.0)
  245. rubocop (~> 1.51)
  246. rubocop-thread_safety (0.5.1)
  247. rubocop (>= 0.90.0)
  248. ruby-lsp (0.13.2)
  249. language_server-protocol (~> 3.17.0)
  250. prism (>= 0.19.0, < 0.20)
  251. sorbet-runtime (>= 0.5.5685)
  252. ruby-lsp-rails (0.2.8)
  253. actionpack (>= 6.0)
  254. activerecord (>= 6.0)
  255. railties (>= 6.0)
  256. ruby-lsp (>= 0.13.0, < 0.14.0)
  257. sorbet-runtime (>= 0.5.9897)
  258. ruby-progressbar (1.13.0)
  259. ruby2_keywords (0.0.5)
  260. rubyzip (2.3.2)
  261. selenium-webdriver (4.16.0)
  262. rexml (~> 3.2, >= 3.2.5)
  263. rubyzip (>= 1.2.2, < 3.0)
  264. websocket (~> 1.0)
  265. semantic_logger (4.15.0)
  266. concurrent-ruby (~> 1.0)
  267. sorbet-runtime (0.5.11175)
  268. sprockets (4.2.1)
  269. concurrent-ruby (~> 1.0)
  270. rack (>= 2.2.4, < 4)
  271. sprockets-rails (3.4.2)
  272. actionpack (>= 5.2)
  273. activesupport (>= 5.2)
  274. sprockets (>= 3.0.0)
  275. stimulus-rails (1.3.3)
  276. railties (>= 6.0.0)
  277. stringio (3.1.0)
  278. tailwindcss-rails (2.1.0)
  279. railties (>= 6.0.0)
  280. tailwindcss-rails (2.1.0-aarch64-linux)
  281. railties (>= 6.0.0)
  282. tailwindcss-rails (2.1.0-arm-linux)
  283. railties (>= 6.0.0)
  284. tailwindcss-rails (2.1.0-arm64-darwin)
  285. railties (>= 6.0.0)
  286. tailwindcss-rails (2.1.0-x86_64-darwin)
  287. railties (>= 6.0.0)
  288. tailwindcss-rails (2.1.0-x86_64-linux)
  289. railties (>= 6.0.0)
  290. thor (1.3.0)
  291. timeout (0.4.1)
  292. turbo-rails (1.5.0)
  293. actionpack (>= 6.0.0)
  294. activejob (>= 6.0.0)
  295. railties (>= 6.0.0)
  296. tzinfo (2.0.6)
  297. concurrent-ruby (~> 1.0)
  298. unicode-display_width (2.5.0)
  299. web-console (4.2.1)
  300. actionview (>= 6.0.0)
  301. activemodel (>= 6.0.0)
  302. bindex (>= 0.4.0)
  303. railties (>= 6.0.0)
  304. webrick (1.8.1)
  305. websocket (1.2.10)
  306. websocket-driver (0.7.6)
  307. websocket-extensions (>= 0.1.0)
  308. websocket-extensions (0.1.5)
  309. xpath (3.2.0)
  310. nokogiri (~> 1.8)
  311. zeitwerk (2.6.12)
  312. PLATFORMS
  313. aarch64-linux
  314. arm-linux
  315. arm64-darwin
  316. x86-linux
  317. x86_64-darwin
  318. x86_64-linux
  319. DEPENDENCIES
  320. bootsnap
  321. capybara
  322. debug
  323. error_highlight (>= 0.4.0)
  324. importmap-rails
  325. pg (~> 1.1)
  326. puma (>= 5.0)
  327. rails (~> 7.1.2)
  328. rails_semantic_logger
  329. rainbow
  330. rubocop
  331. rubocop-packaging
  332. rubocop-performance
  333. rubocop-rspec
  334. rubocop-shopify
  335. rubocop-thread_safety
  336. ruby-lsp-rails
  337. selenium-webdriver
  338. sprockets-rails
  339. stimulus-rails
  340. tailwindcss-rails
  341. turbo-rails
  342. tzinfo-data
  343. web-console
  344. RUBY VERSION
  345. ruby 3.1.2p20
  346. BUNDLED WITH
  347. 2.5.3