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.

353 lines
8.3 KiB

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