|
7 | 7 | GEM |
8 | 8 | remote: https://rubygems.org/ |
9 | 9 | specs: |
10 | | - activemodel (6.1.3) |
11 | | - activesupport (= 6.1.3) |
12 | | - activerecord (6.1.3) |
13 | | - activemodel (= 6.1.3) |
14 | | - activesupport (= 6.1.3) |
15 | | - activesupport (6.1.3) |
16 | | - concurrent-ruby (~> 1.0, >= 1.0.2) |
| 10 | + activemodel (8.1.2) |
| 11 | + activesupport (= 8.1.2) |
| 12 | + activerecord (8.1.2) |
| 13 | + activemodel (= 8.1.2) |
| 14 | + activesupport (= 8.1.2) |
| 15 | + timeout (>= 0.4.0) |
| 16 | + activesupport (8.1.2) |
| 17 | + base64 |
| 18 | + bigdecimal |
| 19 | + concurrent-ruby (~> 1.0, >= 1.3.1) |
| 20 | + connection_pool (>= 2.2.5) |
| 21 | + drb |
17 | 22 | i18n (>= 1.6, < 2) |
| 23 | + json |
| 24 | + logger (>= 1.4.2) |
18 | 25 | minitest (>= 5.1) |
19 | | - tzinfo (~> 2.0) |
20 | | - zeitwerk (~> 2.3) |
21 | | - coderay (1.1.2) |
22 | | - concurrent-ruby (1.1.8) |
| 26 | + securerandom (>= 0.3) |
| 27 | + tzinfo (~> 2.0, >= 2.0.5) |
| 28 | + uri (>= 0.13.1) |
| 29 | + base64 (0.3.0) |
| 30 | + bigdecimal (4.0.1) |
| 31 | + concurrent-ruby (1.3.6) |
| 32 | + connection_pool (3.0.2) |
23 | 33 | diff-lcs (1.3) |
| 34 | + drb (2.2.3) |
24 | 35 | field_mask_parser (0.4.3) |
25 | 36 | i18n (1.8.9) |
26 | 37 | concurrent-ruby (~> 1.0) |
27 | | - method_source (0.9.2) |
28 | | - minitest (5.14.4) |
29 | | - mock_redis (0.19.0) |
30 | | - pry (0.12.2) |
31 | | - coderay (~> 1.1.0) |
32 | | - method_source (~> 0.9.0) |
33 | | - rake (13.0.1) |
34 | | - redis (4.0.3) |
35 | | - rspec (3.8.0) |
36 | | - rspec-core (~> 3.8.0) |
37 | | - rspec-expectations (~> 3.8.0) |
38 | | - rspec-mocks (~> 3.8.0) |
39 | | - rspec-core (3.8.0) |
40 | | - rspec-support (~> 3.8.0) |
41 | | - rspec-expectations (3.8.2) |
| 38 | + json (2.18.1) |
| 39 | + logger (1.7.0) |
| 40 | + minitest (6.0.2) |
| 41 | + drb (~> 2.0) |
| 42 | + prism (~> 1.5) |
| 43 | + mock_redis (0.53.0) |
| 44 | + redis (~> 5) |
| 45 | + prism (1.9.0) |
| 46 | + rake (13.3.1) |
| 47 | + redis (5.4.1) |
| 48 | + redis-client (>= 0.22.0) |
| 49 | + redis-client (0.26.4) |
| 50 | + connection_pool |
| 51 | + rspec (3.13.2) |
| 52 | + rspec-core (~> 3.13.0) |
| 53 | + rspec-expectations (~> 3.13.0) |
| 54 | + rspec-mocks (~> 3.13.0) |
| 55 | + rspec-core (3.13.6) |
| 56 | + rspec-support (~> 3.13.0) |
| 57 | + rspec-expectations (3.13.5) |
42 | 58 | diff-lcs (>= 1.2.0, < 2.0) |
43 | | - rspec-support (~> 3.8.0) |
44 | | - rspec-mocks (3.8.0) |
| 59 | + rspec-support (~> 3.13.0) |
| 60 | + rspec-mocks (3.13.7) |
45 | 61 | diff-lcs (>= 1.2.0, < 2.0) |
46 | | - rspec-support (~> 3.8.0) |
47 | | - rspec-support (3.8.0) |
48 | | - tzinfo (2.0.4) |
| 62 | + rspec-support (~> 3.13.0) |
| 63 | + rspec-support (3.13.7) |
| 64 | + securerandom (0.4.1) |
| 65 | + timeout (0.6.0) |
| 66 | + tzinfo (2.0.6) |
49 | 67 | concurrent-ruby (~> 1.0) |
50 | | - zeitwerk (2.4.2) |
| 68 | + uri (1.1.1) |
51 | 69 |
|
52 | 70 | PLATFORMS |
53 | 71 | ruby |
54 | 72 |
|
55 | 73 | DEPENDENCIES |
56 | 74 | activerecord |
57 | | - bundler (~> 1.16) |
| 75 | + bundler (~> 2.7) |
58 | 76 | fmcache! |
59 | | - mock_redis (~> 0.19) |
60 | | - pry (~> 0.11) |
61 | | - rake (~> 13.0) |
62 | | - redis (~> 4.0) |
63 | | - rspec (~> 3.8) |
| 77 | + mock_redis (~> 0.53) |
| 78 | + rake (~> 13.3) |
| 79 | + redis (~> 5.4) |
| 80 | + rspec (~> 3.13) |
64 | 81 |
|
65 | 82 | BUNDLED WITH |
66 | | - 1.17.3 |
| 83 | + 2.7.2 |
0 commit comments