|
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | | - json_schematize (0.9.0) |
5 | | - class_composer (~> 1.0) |
| 4 | + json_schematize (0.10.0) |
| 5 | + class_composer (>= 1.0) |
6 | 6 |
|
7 | 7 | GEM |
8 | 8 | remote: https://rubygems.org/ |
9 | 9 | specs: |
10 | | - activesupport (7.0.4.3) |
11 | | - concurrent-ruby (~> 1.0, >= 1.0.2) |
| 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 |
12 | 17 | i18n (>= 1.6, < 2) |
| 18 | + logger (>= 1.4.2) |
13 | 19 | minitest (>= 5.1) |
14 | | - tzinfo (~> 2.0) |
| 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) |
15 | 26 | byebug (11.1.3) |
16 | | - class_composer (1.0.2) |
| 27 | + class_composer (2.1.0) |
17 | 28 | coderay (1.1.3) |
18 | | - concurrent-ruby (1.2.2) |
19 | | - diff-lcs (1.5.0) |
20 | | - docile (1.4.0) |
21 | | - faker (3.1.1) |
| 29 | + concurrent-ruby (1.3.4) |
| 30 | + connection_pool (2.4.1) |
| 31 | + diff-lcs (1.5.1) |
| 32 | + docile (1.4.1) |
| 33 | + drb (2.2.1) |
| 34 | + faker (3.5.1) |
22 | 35 | i18n (>= 1.8.11, < 2) |
23 | | - i18n (1.12.0) |
| 36 | + i18n (1.14.6) |
24 | 37 | concurrent-ruby (~> 1.0) |
25 | | - method_source (1.0.0) |
26 | | - minitest (5.18.0) |
| 38 | + logger (1.6.4) |
| 39 | + method_source (1.1.0) |
| 40 | + minitest (5.25.4) |
27 | 41 | pry (0.14.2) |
28 | 42 | coderay (~> 1.1) |
29 | 43 | method_source (~> 1.0) |
30 | 44 | pry-byebug (3.10.1) |
31 | 45 | byebug (~> 11.0) |
32 | 46 | pry (>= 0.13, < 0.15) |
33 | 47 | rake (12.3.3) |
34 | | - rspec (3.12.0) |
35 | | - rspec-core (~> 3.12.0) |
36 | | - rspec-expectations (~> 3.12.0) |
37 | | - rspec-mocks (~> 3.12.0) |
38 | | - rspec-core (3.12.1) |
39 | | - rspec-support (~> 3.12.0) |
40 | | - rspec-expectations (3.12.2) |
| 48 | + rspec (3.13.0) |
| 49 | + rspec-core (~> 3.13.0) |
| 50 | + rspec-expectations (~> 3.13.0) |
| 51 | + rspec-mocks (~> 3.13.0) |
| 52 | + rspec-core (3.13.2) |
| 53 | + rspec-support (~> 3.13.0) |
| 54 | + rspec-expectations (3.13.3) |
41 | 55 | diff-lcs (>= 1.2.0, < 2.0) |
42 | | - rspec-support (~> 3.12.0) |
43 | | - rspec-mocks (3.12.5) |
| 56 | + rspec-support (~> 3.13.0) |
| 57 | + rspec-mocks (3.13.2) |
44 | 58 | diff-lcs (>= 1.2.0, < 2.0) |
45 | | - rspec-support (~> 3.12.0) |
46 | | - rspec-support (3.12.0) |
| 59 | + rspec-support (~> 3.13.0) |
| 60 | + rspec-support (3.13.2) |
47 | 61 | rspec_junit_formatter (0.6.0) |
48 | 62 | rspec-core (>= 2, < 4, != 2.12.0) |
| 63 | + securerandom (0.4.1) |
49 | 64 | simplecov (0.22.0) |
50 | 65 | docile (~> 1.1) |
51 | 66 | simplecov-html (~> 0.11) |
52 | 67 | simplecov_json_formatter (~> 0.1) |
53 | | - simplecov-html (0.12.3) |
| 68 | + simplecov-html (0.13.1) |
54 | 69 | simplecov_json_formatter (0.1.4) |
55 | 70 | tzinfo (2.0.6) |
56 | 71 | concurrent-ruby (~> 1.0) |
| 72 | + uri (1.0.2) |
57 | 73 |
|
58 | 74 | PLATFORMS |
| 75 | + aarch64-linux |
59 | 76 | x86_64-darwin-20 |
60 | 77 | x86_64-linux |
61 | 78 |
|
|
0 commit comments