Gemfile.lock 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. ast (2.4.2)
  5. async (2.5.0)
  6. console (~> 1.10)
  7. io-event (~> 1.1)
  8. timers (~> 4.1)
  9. async-container (0.16.12)
  10. async
  11. async-io
  12. async-http (0.60.1)
  13. async (>= 1.25)
  14. async-io (>= 1.28)
  15. async-pool (>= 0.2)
  16. protocol-http (~> 0.24.0)
  17. protocol-http1 (~> 0.15.0)
  18. protocol-http2 (~> 0.15.0)
  19. traces (>= 0.8.0)
  20. async-http-cache (0.4.3)
  21. async-http (~> 0.56)
  22. async-io (1.34.3)
  23. async
  24. async-pool (0.4.0)
  25. async (>= 1.25)
  26. build-environment (1.13.0)
  27. concurrent-ruby (1.2.2)
  28. connection_pool (2.4.0)
  29. console (1.16.2)
  30. fiber-local
  31. falcon (0.42.3)
  32. async
  33. async-container (~> 0.16.0)
  34. async-http (~> 0.57)
  35. async-http-cache (~> 0.4.0)
  36. async-io (~> 1.22)
  37. build-environment (~> 1.13)
  38. bundler
  39. localhost (~> 1.1)
  40. openssl (~> 3.0)
  41. process-metrics (~> 0.2.0)
  42. protocol-rack (~> 0.1)
  43. samovar (~> 2.1)
  44. fiber-local (1.0.0)
  45. io-event (1.1.7)
  46. json (2.6.3)
  47. kgio (2.11.4)
  48. localhost (1.1.10)
  49. mapping (1.1.1)
  50. nio4r (2.5.9)
  51. oj (3.14.2)
  52. openssl (3.1.0)
  53. parallel (1.23.0)
  54. parser (3.2.2.1)
  55. ast (~> 2.4.1)
  56. pg (1.5.3)
  57. process-metrics (0.2.1)
  58. console (~> 1.8)
  59. samovar (~> 2.1)
  60. protocol-hpack (1.4.2)
  61. protocol-http (0.24.1)
  62. protocol-http1 (0.15.0)
  63. protocol-http (~> 0.22)
  64. protocol-http2 (0.15.1)
  65. protocol-hpack (~> 1.4)
  66. protocol-http (~> 0.18)
  67. protocol-rack (0.2.4)
  68. protocol-http (~> 0.23)
  69. rack (>= 1.0)
  70. puma (6.2.1)
  71. nio4r (~> 2.0)
  72. rack (3.0.7)
  73. rack-test (2.1.0)
  74. rack (>= 1.3)
  75. rainbow (3.1.1)
  76. raindrops (0.20.1)
  77. regexp_parser (2.8.0)
  78. rexml (3.2.5)
  79. rubocop (1.51.0)
  80. json (~> 2.3)
  81. parallel (~> 1.10)
  82. parser (>= 3.2.0.0)
  83. rainbow (>= 2.2.2, < 4.0)
  84. regexp_parser (>= 1.8, < 3.0)
  85. rexml (>= 3.2.5, < 4.0)
  86. rubocop-ast (>= 1.28.0, < 2.0)
  87. ruby-progressbar (~> 1.7)
  88. unicode-display_width (>= 2.4.0, < 3.0)
  89. rubocop-ast (1.28.1)
  90. parser (>= 3.2.1.0)
  91. ruby-progressbar (1.13.0)
  92. samovar (2.1.4)
  93. console (~> 1.0)
  94. mapping (~> 1.0)
  95. sequel (5.68.0)
  96. sequel_pg (1.17.1)
  97. pg (>= 0.18.0, != 1.2.0)
  98. sequel (>= 4.38.0)
  99. timers (4.3.5)
  100. traces (0.9.1)
  101. tzinfo (2.0.6)
  102. concurrent-ruby (~> 1.0)
  103. tzinfo-data (1.2023.3)
  104. tzinfo (>= 1.0.0)
  105. unicode-display_width (2.4.2)
  106. unicorn (6.1.0)
  107. kgio (~> 2.6)
  108. raindrops (~> 0.7)
  109. PLATFORMS
  110. x86_64-darwin-20
  111. x86_64-linux
  112. DEPENDENCIES
  113. connection_pool (~> 2.4)
  114. falcon (~> 0.42)
  115. jdbc-postgres (~> 42.2)
  116. json (~> 2.6)
  117. oj (~> 3.14)
  118. pg (~> 1.5)
  119. puma (~> 6.2)
  120. rack-test
  121. rubocop
  122. sequel
  123. sequel_pg
  124. tzinfo-data (= 1.2023.3)
  125. unicorn (~> 6.1)
  126. BUNDLED WITH
  127. 2.4.10