Gemfile.lock 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. PATH
  2. remote: ../paratika
  3. specs:
  4. paratika (1.0.0)
  5. activesupport (>= 7.0)
  6. PATH
  7. remote: .
  8. specs:
  9. payment (1.0.0)
  10. activesupport (>= 7.0)
  11. paratika (~> 1.0)
  12. steep
  13. GEM
  14. remote: https://rubygems.org/
  15. specs:
  16. abbrev (0.1.2)
  17. activesupport (7.1.3.2)
  18. base64
  19. bigdecimal
  20. concurrent-ruby (~> 1.0, >= 1.0.2)
  21. connection_pool (>= 2.2.5)
  22. drb
  23. i18n (>= 1.6, < 2)
  24. minitest (>= 5.1)
  25. mutex_m
  26. tzinfo (~> 2.0)
  27. ansi (1.5.0)
  28. appmap (1.0.1)
  29. activesupport
  30. method_source
  31. rack
  32. reverse_markdown
  33. ast (2.4.2)
  34. base64 (0.2.0)
  35. bigdecimal (3.1.8)
  36. builder (3.2.4)
  37. concurrent-ruby (1.2.3)
  38. connection_pool (2.4.1)
  39. csv (3.3.0)
  40. drb (2.2.1)
  41. ffi (1.16.3)
  42. fileutils (1.7.2)
  43. i18n (1.14.5)
  44. concurrent-ruby (~> 1.0)
  45. json (2.7.2)
  46. language_server-protocol (3.17.0.3)
  47. listen (3.9.0)
  48. rb-fsevent (~> 0.10, >= 0.10.3)
  49. rb-inotify (~> 0.9, >= 0.9.10)
  50. logger (1.6.0)
  51. method_source (1.1.0)
  52. minitest (5.22.3)
  53. minitest-focus (1.4.0)
  54. minitest (>= 4, < 6)
  55. minitest-reporters (1.6.1)
  56. ansi
  57. builder
  58. minitest (>= 5.0)
  59. ruby-progressbar
  60. mutex_m (0.2.0)
  61. nokogiri (1.16.4-x86_64-linux)
  62. racc (~> 1.4)
  63. parallel (1.24.0)
  64. parser (3.3.1.0)
  65. ast (~> 2.4.1)
  66. racc
  67. racc (1.7.3)
  68. rack (3.0.10)
  69. rainbow (3.1.1)
  70. rake (13.2.1)
  71. rb-fsevent (0.11.2)
  72. rb-inotify (0.10.1)
  73. ffi (~> 1.0)
  74. rbs (3.4.4)
  75. abbrev
  76. regexp_parser (2.9.0)
  77. reverse_markdown (2.1.1)
  78. nokogiri
  79. rexml (3.2.6)
  80. rubocop (1.63.4)
  81. json (~> 2.3)
  82. language_server-protocol (>= 3.17.0)
  83. parallel (~> 1.10)
  84. parser (>= 3.3.0.2)
  85. rainbow (>= 2.2.2, < 4.0)
  86. regexp_parser (>= 1.8, < 3.0)
  87. rexml (>= 3.2.5, < 4.0)
  88. rubocop-ast (>= 1.31.1, < 2.0)
  89. ruby-progressbar (~> 1.7)
  90. unicode-display_width (>= 2.4.0, < 3.0)
  91. rubocop-ast (1.31.3)
  92. parser (>= 3.3.1.0)
  93. rubocop-minitest (0.35.0)
  94. rubocop (>= 1.61, < 2.0)
  95. rubocop-ast (>= 1.31.1, < 2.0)
  96. rubocop-rake (0.6.0)
  97. rubocop (~> 1.0)
  98. ruby-progressbar (1.13.0)
  99. securerandom (0.3.1)
  100. steep (1.6.0)
  101. activesupport (>= 5.1)
  102. concurrent-ruby (>= 1.1.10)
  103. csv (>= 3.0.9)
  104. fileutils (>= 1.1.0)
  105. json (>= 2.1.0)
  106. language_server-protocol (>= 3.15, < 4.0)
  107. listen (~> 3.0)
  108. logger (>= 1.3.0)
  109. parser (>= 3.1)
  110. rainbow (>= 2.2.2, < 4.0)
  111. rbs (>= 3.1.0)
  112. securerandom (>= 0.1)
  113. strscan (>= 1.0.0)
  114. terminal-table (>= 2, < 4)
  115. strscan (3.1.0)
  116. terminal-table (3.0.2)
  117. unicode-display_width (>= 1.1.1, < 3)
  118. tzinfo (2.0.6)
  119. concurrent-ruby (~> 1.0)
  120. unicode-display_width (2.5.0)
  121. PLATFORMS
  122. x86_64-linux
  123. DEPENDENCIES
  124. activesupport (>= 7.0)
  125. appmap
  126. minitest (~> 5.0)
  127. minitest-focus
  128. minitest-reporters
  129. paratika!
  130. payment!
  131. rake (~> 13.0)
  132. rubocop
  133. rubocop-minitest
  134. rubocop-rake
  135. steep
  136. BUNDLED WITH
  137. 2.3.20