Gemfile.lock 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. activemodel (8.0.1)
  5. activesupport (= 8.0.1)
  6. activerecord (8.0.1)
  7. activemodel (= 8.0.1)
  8. activesupport (= 8.0.1)
  9. timeout (>= 0.4.0)
  10. activesupport (8.0.1)
  11. base64
  12. benchmark (>= 0.3)
  13. bigdecimal
  14. concurrent-ruby (~> 1.0, >= 1.3.1)
  15. connection_pool (>= 2.2.5)
  16. drb
  17. i18n (>= 1.6, < 2)
  18. logger (>= 1.4.2)
  19. minitest (>= 5.1)
  20. securerandom (>= 0.3)
  21. tzinfo (~> 2.0, >= 2.0.5)
  22. uri (>= 0.13.1)
  23. base64 (0.2.0)
  24. benchmark (0.4.0)
  25. bigdecimal (3.1.9)
  26. concurrent-ruby (1.3.5)
  27. connection_pool (2.5.0)
  28. drb (2.2.1)
  29. i18n (1.14.7)
  30. concurrent-ruby (~> 1.0)
  31. iodine (0.7.58)
  32. json (2.11.3)
  33. kgio (2.11.4)
  34. logger (1.6.6)
  35. minitest (5.25.4)
  36. mustermann (3.0.3)
  37. ruby2_keywords (~> 0.0.1)
  38. mysql2 (0.5.6)
  39. nio4r (2.7.4)
  40. pg (1.5.9)
  41. puma (6.6.0)
  42. nio4r (~> 2.0)
  43. rack (3.1.11)
  44. rack-protection (4.1.1)
  45. base64 (>= 0.1.0)
  46. logger (>= 1.6.0)
  47. rack (>= 3.0.0, < 4)
  48. rack-session (2.1.0)
  49. base64 (>= 0.1.0)
  50. rack (>= 3.0.0)
  51. raindrops (0.20.1)
  52. ruby2_keywords (0.0.5)
  53. securerandom (0.4.1)
  54. sinatra (4.1.1)
  55. logger (>= 1.6.0)
  56. mustermann (~> 3.0)
  57. rack (>= 3.0.0, < 4)
  58. rack-protection (= 4.1.1)
  59. rack-session (>= 2.0.0, < 3)
  60. tilt (~> 2.0)
  61. tilt (2.6.0)
  62. timeout (0.4.3)
  63. tzinfo (2.0.6)
  64. concurrent-ruby (~> 1.0)
  65. unicorn (6.1.0)
  66. kgio (~> 2.6)
  67. raindrops (~> 0.7)
  68. uri (1.0.3)
  69. PLATFORMS
  70. ruby
  71. x86_64-darwin-23
  72. x86_64-linux
  73. DEPENDENCIES
  74. activerecord (~> 8.0)
  75. iodine (~> 0.7)
  76. json (~> 2.8)
  77. mysql2 (~> 0.5)
  78. pg (~> 1.5)
  79. puma (~> 6.4)
  80. sinatra (~> 4.0)
  81. unicorn (~> 6.1)
  82. BUNDLED WITH
  83. 2.6.2