|
8 | 8 | GEM |
9 | 9 | remote: https://rubygems.org/ |
10 | 10 | specs: |
11 | | - actionmailer (0.6.1) |
12 | | - actionpack (>= 0.9.5) |
13 | | - actionpack (1.4.0) |
14 | | - activejob (6.1.7.6) |
15 | | - activesupport (= 6.1.7.6) |
| 11 | + actionmailer (7.1.2) |
| 12 | + actionpack (= 7.1.2) |
| 13 | + actionview (= 7.1.2) |
| 14 | + activejob (= 7.1.2) |
| 15 | + activesupport (= 7.1.2) |
| 16 | + mail (~> 2.5, >= 2.5.4) |
| 17 | + net-imap |
| 18 | + net-pop |
| 19 | + net-smtp |
| 20 | + rails-dom-testing (~> 2.2) |
| 21 | + actionpack (7.1.2) |
| 22 | + actionview (= 7.1.2) |
| 23 | + activesupport (= 7.1.2) |
| 24 | + nokogiri (>= 1.8.5) |
| 25 | + racc |
| 26 | + rack (>= 2.2.4) |
| 27 | + rack-session (>= 1.0.1) |
| 28 | + rack-test (>= 0.6.3) |
| 29 | + rails-dom-testing (~> 2.2) |
| 30 | + rails-html-sanitizer (~> 1.6) |
| 31 | + actionview (7.1.2) |
| 32 | + activesupport (= 7.1.2) |
| 33 | + builder (~> 3.1) |
| 34 | + erubi (~> 1.11) |
| 35 | + rails-dom-testing (~> 2.2) |
| 36 | + rails-html-sanitizer (~> 1.6) |
| 37 | + activejob (7.1.2) |
| 38 | + activesupport (= 7.1.2) |
16 | 39 | globalid (>= 0.3.6) |
17 | | - activemodel (6.1.7.6) |
18 | | - activesupport (= 6.1.7.6) |
19 | | - activerecord (6.1.7.6) |
20 | | - activemodel (= 6.1.7.6) |
21 | | - activesupport (= 6.1.7.6) |
22 | | - activesupport (6.1.7.6) |
| 40 | + activemodel (7.1.2) |
| 41 | + activesupport (= 7.1.2) |
| 42 | + activerecord (7.1.2) |
| 43 | + activemodel (= 7.1.2) |
| 44 | + activesupport (= 7.1.2) |
| 45 | + timeout (>= 0.4.0) |
| 46 | + activesupport (7.1.2) |
| 47 | + base64 |
| 48 | + bigdecimal |
23 | 49 | concurrent-ruby (~> 1.0, >= 1.0.2) |
| 50 | + connection_pool (>= 2.2.5) |
| 51 | + drb |
24 | 52 | i18n (>= 1.6, < 2) |
25 | 53 | minitest (>= 5.1) |
| 54 | + mutex_m |
26 | 55 | tzinfo (~> 2.0) |
27 | | - zeitwerk (~> 2.3) |
28 | 56 | appraisal (2.5.0) |
29 | 57 | bundler |
30 | 58 | rake |
31 | 59 | thor (>= 0.14.0) |
32 | 60 | ast (2.4.2) |
33 | | - betterlint (1.4.4) |
| 61 | + base64 (0.2.0) |
| 62 | + betterlint (1.4.9) |
34 | 63 | rubocop (> 1.0) |
35 | 64 | rubocop-performance |
36 | 65 | rubocop-rails |
37 | 66 | rubocop-rake |
38 | | - rubocop-rspec (>= 2.7) |
| 67 | + rubocop-rspec (>= 2.24) |
| 68 | + bigdecimal (3.1.5) |
| 69 | + builder (3.2.4) |
39 | 70 | concurrent-ruby (1.2.2) |
| 71 | + connection_pool (2.4.1) |
| 72 | + crass (1.0.6) |
| 73 | + date (3.3.4) |
40 | 74 | diff-lcs (1.5.0) |
| 75 | + drb (2.2.0) |
| 76 | + ruby2_keywords |
| 77 | + erubi (1.12.0) |
41 | 78 | globalid (1.2.1) |
42 | 79 | activesupport (>= 6.1) |
43 | 80 | i18n (1.14.1) |
44 | 81 | concurrent-ruby (~> 1.0) |
45 | 82 | json (2.7.1) |
| 83 | + language_server-protocol (3.17.0.3) |
| 84 | + loofah (2.22.0) |
| 85 | + crass (~> 1.0.2) |
| 86 | + nokogiri (>= 1.12.0) |
| 87 | + mail (2.8.1) |
| 88 | + mini_mime (>= 0.1.1) |
| 89 | + net-imap |
| 90 | + net-pop |
| 91 | + net-smtp |
| 92 | + mini_mime (1.1.5) |
| 93 | + mini_portile2 (2.8.5) |
46 | 94 | minitest (5.20.0) |
| 95 | + mutex_m (0.2.0) |
47 | 96 | mysql2 (0.5.5) |
| 97 | + net-imap (0.4.9.1) |
| 98 | + date |
| 99 | + net-protocol |
| 100 | + net-pop (0.1.2) |
| 101 | + net-protocol |
| 102 | + net-protocol (0.2.2) |
| 103 | + timeout |
| 104 | + net-smtp (0.4.0.1) |
| 105 | + net-protocol |
| 106 | + nokogiri (1.15.5-arm64-darwin) |
| 107 | + racc (~> 1.4) |
48 | 108 | parallel (1.24.0) |
49 | | - parser (3.3.0.0) |
| 109 | + parser (3.3.0.2) |
50 | 110 | ast (~> 2.4.1) |
51 | 111 | racc |
52 | 112 | pg (1.5.4) |
53 | 113 | racc (1.7.3) |
54 | 114 | rack (3.0.8) |
| 115 | + rack-session (2.0.0) |
| 116 | + rack (>= 3.0.0) |
| 117 | + rack-test (2.1.0) |
| 118 | + rack (>= 1.3) |
| 119 | + rails-dom-testing (2.2.0) |
| 120 | + activesupport (>= 5.0.0) |
| 121 | + minitest |
| 122 | + nokogiri (>= 1.6) |
| 123 | + rails-html-sanitizer (1.6.0) |
| 124 | + loofah (~> 2.21) |
| 125 | + nokogiri (~> 1.14) |
55 | 126 | rainbow (3.1.1) |
56 | 127 | rake (13.1.0) |
57 | | - regexp_parser (2.8.3) |
| 128 | + regexp_parser (2.9.0) |
58 | 129 | rexml (3.2.6) |
59 | 130 | rspec (3.12.0) |
60 | 131 | rspec-core (~> 3.12.0) |
|
69 | 140 | diff-lcs (>= 1.2.0, < 2.0) |
70 | 141 | rspec-support (~> 3.12.0) |
71 | 142 | rspec-support (3.12.1) |
72 | | - rubocop (1.50.2) |
| 143 | + rubocop (1.59.0) |
73 | 144 | json (~> 2.3) |
| 145 | + language_server-protocol (>= 3.17.0) |
74 | 146 | parallel (~> 1.10) |
75 | | - parser (>= 3.2.0.0) |
| 147 | + parser (>= 3.2.2.4) |
76 | 148 | rainbow (>= 2.2.2, < 4.0) |
77 | 149 | regexp_parser (>= 1.8, < 3.0) |
78 | 150 | rexml (>= 3.2.5, < 4.0) |
79 | | - rubocop-ast (>= 1.28.0, < 2.0) |
| 151 | + rubocop-ast (>= 1.30.0, < 2.0) |
80 | 152 | ruby-progressbar (~> 1.7) |
81 | 153 | unicode-display_width (>= 2.4.0, < 3.0) |
82 | 154 | rubocop-ast (1.30.0) |
83 | 155 | parser (>= 3.2.1.0) |
84 | | - rubocop-capybara (2.18.0) |
| 156 | + rubocop-capybara (2.20.0) |
| 157 | + rubocop (~> 1.41) |
| 158 | + rubocop-factory_bot (2.25.1) |
85 | 159 | rubocop (~> 1.41) |
86 | | - rubocop-performance (1.17.1) |
87 | | - rubocop (>= 1.7.0, < 2.0) |
88 | | - rubocop-ast (>= 0.4.0) |
89 | | - rubocop-rails (2.19.1) |
| 160 | + rubocop-performance (1.20.2) |
| 161 | + rubocop (>= 1.48.1, < 2.0) |
| 162 | + rubocop-ast (>= 1.30.0, < 2.0) |
| 163 | + rubocop-rails (2.23.1) |
90 | 164 | activesupport (>= 4.2.0) |
91 | 165 | rack (>= 1.1) |
92 | 166 | rubocop (>= 1.33.0, < 2.0) |
| 167 | + rubocop-ast (>= 1.30.0, < 2.0) |
93 | 168 | rubocop-rake (0.6.0) |
94 | 169 | rubocop (~> 1.0) |
95 | | - rubocop-rspec (2.20.0) |
96 | | - rubocop (~> 1.33) |
| 170 | + rubocop-rspec (2.26.1) |
| 171 | + rubocop (~> 1.40) |
97 | 172 | rubocop-capybara (~> 2.17) |
| 173 | + rubocop-factory_bot (~> 2.22) |
98 | 174 | ruby-progressbar (1.13.0) |
99 | | - sqlite3 (1.6.9-x86_64-darwin) |
100 | | - sqlite3 (1.6.9-x86_64-linux) |
| 175 | + ruby2_keywords (0.0.5) |
| 176 | + sqlite3 (1.7.0) |
| 177 | + mini_portile2 (~> 2.8.0) |
101 | 178 | thor (1.3.0) |
102 | 179 | timecop (0.9.8) |
| 180 | + timeout (0.4.1) |
103 | 181 | tzinfo (2.0.6) |
104 | 182 | concurrent-ruby (~> 1.0) |
105 | 183 | unicode-display_width (2.5.0) |
106 | 184 | zeitwerk (2.6.12) |
107 | 185 |
|
108 | 186 | PLATFORMS |
| 187 | + arm64-darwin-21 |
| 188 | + arm64-darwin-22 |
109 | 189 | x86_64-darwin-21 |
110 | 190 | x86_64-darwin-22 |
111 | 191 | x86_64-linux |
|
0 commit comments