|
23 | 23 | GEM
|
24 | 24 | remote: https://rubygems.org/
|
25 | 25 | specs:
|
26 |
| - activemodel (6.1.7) |
27 |
| - activesupport (= 6.1.7) |
28 |
| - activerecord (6.1.7) |
29 |
| - activemodel (= 6.1.7) |
30 |
| - activesupport (= 6.1.7) |
31 |
| - activesupport (6.1.7) |
32 |
| - concurrent-ruby (~> 1.0, >= 1.0.2) |
| 26 | + activemodel (8.0.2.1) |
| 27 | + activesupport (= 8.0.2.1) |
| 28 | + activerecord (8.0.2.1) |
| 29 | + activemodel (= 8.0.2.1) |
| 30 | + activesupport (= 8.0.2.1) |
| 31 | + timeout (>= 0.4.0) |
| 32 | + activesupport (8.0.2.1) |
| 33 | + base64 |
| 34 | + benchmark (>= 0.3) |
| 35 | + bigdecimal |
| 36 | + concurrent-ruby (~> 1.0, >= 1.3.1) |
| 37 | + connection_pool (>= 2.2.5) |
| 38 | + drb |
33 | 39 | i18n (>= 1.6, < 2)
|
| 40 | + logger (>= 1.4.2) |
34 | 41 | minitest (>= 5.1)
|
35 |
| - tzinfo (~> 2.0) |
36 |
| - zeitwerk (~> 2.3) |
37 |
| - concurrent-ruby (1.1.10) |
| 42 | + securerandom (>= 0.3) |
| 43 | + tzinfo (~> 2.0, >= 2.0.5) |
| 44 | + uri (>= 0.13.1) |
| 45 | + base64 (0.3.0) |
| 46 | + benchmark (0.4.1) |
| 47 | + bigdecimal (3.2.2) |
| 48 | + concurrent-ruby (1.3.5) |
| 49 | + connection_pool (2.5.3) |
38 | 50 | contracts (0.16.0)
|
39 |
| - diff-lcs (1.4.4) |
| 51 | + diff-lcs (1.6.2) |
| 52 | + drb (2.2.3) |
40 | 53 | faker (1.9.6)
|
41 | 54 | i18n (>= 0.7)
|
42 |
| - i18n (1.12.0) |
| 55 | + i18n (1.14.7) |
43 | 56 | concurrent-ruby (~> 1.0)
|
44 |
| - minitest (5.15.0) |
| 57 | + logger (1.7.0) |
| 58 | + minitest (5.25.5) |
45 | 59 | rake (13.0.3)
|
46 | 60 | regexp-examples (1.5.1)
|
47 |
| - rspec (3.10.0) |
48 |
| - rspec-core (~> 3.10.0) |
49 |
| - rspec-expectations (~> 3.10.0) |
50 |
| - rspec-mocks (~> 3.10.0) |
51 |
| - rspec-core (3.10.1) |
52 |
| - rspec-support (~> 3.10.0) |
53 |
| - rspec-expectations (3.10.1) |
| 61 | + rspec (3.13.1) |
| 62 | + rspec-core (~> 3.13.0) |
| 63 | + rspec-expectations (~> 3.13.0) |
| 64 | + rspec-mocks (~> 3.13.0) |
| 65 | + rspec-core (3.13.5) |
| 66 | + rspec-support (~> 3.13.0) |
| 67 | + rspec-expectations (3.13.5) |
54 | 68 | diff-lcs (>= 1.2.0, < 2.0)
|
55 |
| - rspec-support (~> 3.10.0) |
56 |
| - rspec-mocks (3.10.1) |
| 69 | + rspec-support (~> 3.13.0) |
| 70 | + rspec-mocks (3.13.5) |
57 | 71 | diff-lcs (>= 1.2.0, < 2.0)
|
58 |
| - rspec-support (~> 3.10.0) |
59 |
| - rspec-support (3.10.1) |
| 72 | + rspec-support (~> 3.13.0) |
| 73 | + rspec-support (3.13.4) |
| 74 | + securerandom (0.4.1) |
60 | 75 | sqlite3 (1.4.2)
|
61 |
| - tzinfo (2.0.5) |
| 76 | + timeout (0.4.3) |
| 77 | + tzinfo (2.0.6) |
62 | 78 | concurrent-ruby (~> 1.0)
|
63 |
| - zeitwerk (2.6.0) |
| 79 | + uri (1.0.3) |
64 | 80 |
|
65 | 81 | PLATFORMS
|
66 | 82 | ruby
|
67 | 83 |
|
68 | 84 | DEPENDENCIES
|
69 |
| - activerecord (~> 6.1) |
| 85 | + activerecord (~> 8.0) |
70 | 86 | activerecord-setops!
|
71 |
| - activesupport (~> 6.1) |
| 87 | + activesupport (~> 8.0) |
72 | 88 | bundler (~> 2.1)
|
73 | 89 | contracts-gen!
|
74 | 90 | gen-test!
|
|
0 commit comments