|
7 | 7 | GEM
|
8 | 8 | remote: https://rubygems.org/
|
9 | 9 | specs:
|
10 |
| - activemodel (6.0.3.3) |
11 |
| - activesupport (= 6.0.3.3) |
12 |
| - activerecord (6.0.3.3) |
13 |
| - activemodel (= 6.0.3.3) |
14 |
| - activesupport (= 6.0.3.3) |
15 |
| - activesupport (6.0.3.3) |
| 10 | + activemodel (7.0.6) |
| 11 | + activesupport (= 7.0.6) |
| 12 | + activerecord (7.0.6) |
| 13 | + activemodel (= 7.0.6) |
| 14 | + activesupport (= 7.0.6) |
| 15 | + activesupport (7.0.6) |
16 | 16 | concurrent-ruby (~> 1.0, >= 1.0.2)
|
17 |
| - i18n (>= 0.7, < 2) |
18 |
| - minitest (~> 5.1) |
19 |
| - tzinfo (~> 1.1) |
20 |
| - zeitwerk (~> 2.2, >= 2.2.2) |
21 |
| - ast (2.4.1) |
| 17 | + i18n (>= 1.6, < 2) |
| 18 | + minitest (>= 5.1) |
| 19 | + tzinfo (~> 2.0) |
| 20 | + ast (2.4.2) |
22 | 21 | coderay (1.1.3)
|
23 |
| - concurrent-ruby (1.1.7) |
24 |
| - diff-lcs (1.4.4) |
25 |
| - docile (1.3.2) |
26 |
| - ffi (1.13.1) |
27 |
| - formatador (0.2.5) |
28 |
| - guard (2.16.2) |
| 22 | + concurrent-ruby (1.2.2) |
| 23 | + diff-lcs (1.5.0) |
| 24 | + docile (1.4.0) |
| 25 | + ffi (1.15.5) |
| 26 | + formatador (1.1.0) |
| 27 | + guard (2.18.0) |
29 | 28 | formatador (>= 0.2.4)
|
30 | 29 | listen (>= 2.7, < 4.0)
|
31 | 30 | lumberjack (>= 1.0.12, < 2.0)
|
32 | 31 | nenv (~> 0.1)
|
33 | 32 | notiffany (~> 0.0)
|
34 |
| - pry (>= 0.9.12) |
| 33 | + pry (>= 0.13.0) |
35 | 34 | shellany (~> 0.0)
|
36 | 35 | thor (>= 0.18.1)
|
37 | 36 | guard-compat (1.2.1)
|
38 | 37 | guard-rspec (4.7.3)
|
39 | 38 | guard (~> 2.1)
|
40 | 39 | guard-compat (~> 1.1)
|
41 | 40 | rspec (>= 2.99.0, < 4.0)
|
42 |
| - guard-rubocop (1.3.0) |
| 41 | + guard-rubocop (1.5.0) |
43 | 42 | guard (~> 2.0)
|
44 |
| - rubocop (~> 0.20) |
45 |
| - i18n (1.8.5) |
| 43 | + rubocop (< 2.0) |
| 44 | + i18n (1.14.1) |
46 | 45 | concurrent-ruby (~> 1.0)
|
47 |
| - listen (3.2.1) |
| 46 | + listen (3.8.0) |
48 | 47 | rb-fsevent (~> 0.10, >= 0.10.3)
|
49 | 48 | rb-inotify (~> 0.9, >= 0.9.10)
|
50 | 49 | lumberjack (1.2.8)
|
51 | 50 | method_source (1.0.0)
|
52 |
| - minitest (5.14.2) |
| 51 | + minitest (5.18.1) |
53 | 52 | nenv (0.3.0)
|
54 | 53 | notiffany (0.1.3)
|
55 | 54 | nenv (~> 0.1)
|
56 | 55 | shellany (~> 0.0)
|
57 |
| - parallel (1.19.2) |
58 |
| - parser (2.7.1.4) |
| 56 | + parallel (1.23.0) |
| 57 | + parser (3.2.2.3) |
59 | 58 | ast (~> 2.4.1)
|
60 |
| - pry (0.13.1) |
| 59 | + racc |
| 60 | + pry (0.14.2) |
61 | 61 | coderay (~> 1.1)
|
62 | 62 | method_source (~> 1.0)
|
63 |
| - rainbow (3.0.0) |
64 |
| - rake (13.0.1) |
65 |
| - rb-fsevent (0.10.4) |
| 63 | + racc (1.7.1) |
| 64 | + rainbow (3.1.1) |
| 65 | + rake (13.0.6) |
| 66 | + rb-fsevent (0.11.2) |
66 | 67 | rb-inotify (0.10.1)
|
67 | 68 | ffi (~> 1.0)
|
68 |
| - regexp_parser (1.7.1) |
69 |
| - rexml (3.2.4) |
70 |
| - rspec (3.9.0) |
71 |
| - rspec-core (~> 3.9.0) |
72 |
| - rspec-expectations (~> 3.9.0) |
73 |
| - rspec-mocks (~> 3.9.0) |
74 |
| - rspec-core (3.9.2) |
75 |
| - rspec-support (~> 3.9.3) |
76 |
| - rspec-expectations (3.9.2) |
| 69 | + regexp_parser (2.8.1) |
| 70 | + rexml (3.2.5) |
| 71 | + rspec (3.12.0) |
| 72 | + rspec-core (~> 3.12.0) |
| 73 | + rspec-expectations (~> 3.12.0) |
| 74 | + rspec-mocks (~> 3.12.0) |
| 75 | + rspec-core (3.12.2) |
| 76 | + rspec-support (~> 3.12.0) |
| 77 | + rspec-expectations (3.12.3) |
77 | 78 | diff-lcs (>= 1.2.0, < 2.0)
|
78 |
| - rspec-support (~> 3.9.0) |
79 |
| - rspec-mocks (3.9.1) |
| 79 | + rspec-support (~> 3.12.0) |
| 80 | + rspec-mocks (3.12.6) |
80 | 81 | diff-lcs (>= 1.2.0, < 2.0)
|
81 |
| - rspec-support (~> 3.9.0) |
82 |
| - rspec-support (3.9.3) |
| 82 | + rspec-support (~> 3.12.0) |
| 83 | + rspec-support (3.12.1) |
83 | 84 | rubocop (0.90.0)
|
84 | 85 | parallel (~> 1.10)
|
85 | 86 | parser (>= 2.7.1.1)
|
|
89 | 90 | rubocop-ast (>= 0.3.0, < 1.0)
|
90 | 91 | ruby-progressbar (~> 1.7)
|
91 | 92 | unicode-display_width (>= 1.4.0, < 2.0)
|
92 |
| - rubocop-ast (0.4.0) |
93 |
| - parser (>= 2.7.1.4) |
94 |
| - ruby-progressbar (1.10.1) |
| 93 | + rubocop-ast (0.8.0) |
| 94 | + parser (>= 2.7.1.5) |
| 95 | + ruby-progressbar (1.13.0) |
95 | 96 | shellany (0.0.1)
|
96 |
| - simplecov (0.19.0) |
| 97 | + simplecov (0.22.0) |
97 | 98 | docile (~> 1.1)
|
98 | 99 | simplecov-html (~> 0.11)
|
99 |
| - simplecov-html (0.12.2) |
100 |
| - sqlite3 (1.4.2) |
101 |
| - thor (1.0.1) |
102 |
| - thread_safe (0.3.6) |
103 |
| - tzinfo (1.2.7) |
104 |
| - thread_safe (~> 0.1) |
105 |
| - unicode-display_width (1.7.0) |
106 |
| - zeitwerk (2.4.0) |
| 100 | + simplecov_json_formatter (~> 0.1) |
| 101 | + simplecov-html (0.12.3) |
| 102 | + simplecov_json_formatter (0.1.4) |
| 103 | + sqlite3 (1.4.4) |
| 104 | + thor (1.2.2) |
| 105 | + tzinfo (2.0.6) |
| 106 | + concurrent-ruby (~> 1.0) |
| 107 | + unicode-display_width (1.8.0) |
107 | 108 |
|
108 | 109 | PLATFORMS
|
109 | 110 | ruby
|
|
0 commit comments