Gemfile.lock 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. activemodel (7.0.4.1)
  5. activesupport (= 7.0.4.1)
  6. activerecord (7.0.4.1)
  7. activemodel (= 7.0.4.1)
  8. activesupport (= 7.0.4.1)
  9. activesupport (7.0.4.1)
  10. concurrent-ruby (~> 1.0, >= 1.0.2)
  11. i18n (>= 1.6, < 2)
  12. minitest (>= 5.1)
  13. tzinfo (~> 2.0)
  14. ast (2.4.2)
  15. concurrent-ruby (1.1.10)
  16. diff-lcs (1.5.0)
  17. i18n (1.12.0)
  18. concurrent-ruby (~> 1.0)
  19. minitest (5.17.0)
  20. parallel (1.22.1)
  21. parser (3.1.2.0)
  22. ast (~> 2.4.1)
  23. parslet (2.0.0)
  24. pg (1.3.2)
  25. rainbow (3.1.1)
  26. regexp_parser (2.3.1)
  27. rexml (3.2.5)
  28. rspec (3.11.0)
  29. rspec-core (~> 3.11.0)
  30. rspec-expectations (~> 3.11.0)
  31. rspec-mocks (~> 3.11.0)
  32. rspec-core (3.11.0)
  33. rspec-support (~> 3.11.0)
  34. rspec-expectations (3.11.0)
  35. diff-lcs (>= 1.2.0, < 2.0)
  36. rspec-support (~> 3.11.0)
  37. rspec-mocks (3.11.1)
  38. diff-lcs (>= 1.2.0, < 2.0)
  39. rspec-support (~> 3.11.0)
  40. rspec-support (3.11.0)
  41. rubocop (1.29.0)
  42. parallel (~> 1.10)
  43. parser (>= 3.1.0.0)
  44. rainbow (>= 2.2.2, < 4.0)
  45. regexp_parser (>= 1.8, < 3.0)
  46. rexml (>= 3.2.5, < 4.0)
  47. rubocop-ast (>= 1.17.0, < 2.0)
  48. ruby-progressbar (~> 1.7)
  49. unicode-display_width (>= 1.4.0, < 3.0)
  50. rubocop-ast (1.17.0)
  51. parser (>= 3.1.1.0)
  52. ruby-progressbar (1.11.0)
  53. toml (0.3.0)
  54. parslet (>= 1.8.0, < 3.0.0)
  55. toxiproxy (2.0.1)
  56. tzinfo (2.0.5)
  57. concurrent-ruby (~> 1.0)
  58. unicode-display_width (2.1.0)
  59. PLATFORMS
  60. aarch64-linux
  61. arm64-darwin-21
  62. x86_64-linux
  63. DEPENDENCIES
  64. activerecord
  65. pg
  66. rspec
  67. rubocop
  68. toml
  69. toxiproxy
  70. BUNDLED WITH
  71. 2.3.21