|
68 | 68 | tzinfo (~> 2.0) |
69 | 69 | addressable (2.8.7) |
70 | 70 | public_suffix (>= 2.0.2, < 7.0) |
71 | | - ast (2.4.2) |
| 71 | + ast (2.4.3) |
72 | 72 | autoprefixer-rails (10.4.7.0) |
73 | 73 | execjs (~> 2) |
74 | 74 | base64 (0.3.0) |
@@ -122,12 +122,13 @@ GEM |
122 | 122 | rails-dom-testing (>= 1, < 3) |
123 | 123 | railties (>= 4.2.0) |
124 | 124 | thor (>= 0.14, < 2.0) |
125 | | - json (2.9.1) |
126 | | - language_server-protocol (3.17.0.3) |
| 125 | + json (2.15.2) |
| 126 | + language_server-protocol (3.17.0.5) |
127 | 127 | launchy (3.1.0) |
128 | 128 | addressable (~> 2.8) |
129 | 129 | childprocess (~> 5.0) |
130 | 130 | logger (~> 1.6) |
| 131 | + lint_roller (1.1.0) |
131 | 132 | logger (1.7.0) |
132 | 133 | loofah (2.24.0) |
133 | 134 | crass (~> 1.0.2) |
@@ -157,10 +158,11 @@ GEM |
157 | 158 | nokogiri (1.18.10) |
158 | 159 | mini_portile2 (~> 2.8.2) |
159 | 160 | racc (~> 1.4) |
160 | | - parallel (1.26.3) |
161 | | - parser (3.3.6.0) |
| 161 | + parallel (1.27.0) |
| 162 | + parser (3.3.10.0) |
162 | 163 | ast (~> 2.4.1) |
163 | 164 | racc |
| 165 | + prism (1.6.0) |
164 | 166 | pry (0.15.2) |
165 | 167 | coderay (~> 1.1) |
166 | 168 | method_source (~> 1.0) |
@@ -228,18 +230,20 @@ GEM |
228 | 230 | rspec-mocks (~> 3.13) |
229 | 231 | rspec-support (~> 3.13) |
230 | 232 | rspec-support (3.13.1) |
231 | | - rubocop (1.69.2) |
| 233 | + rubocop (1.74.0) |
232 | 234 | json (~> 2.3) |
233 | | - language_server-protocol (>= 3.17.0) |
| 235 | + language_server-protocol (~> 3.17.0.2) |
| 236 | + lint_roller (~> 1.1.0) |
234 | 237 | parallel (~> 1.10) |
235 | 238 | parser (>= 3.3.0.2) |
236 | 239 | rainbow (>= 2.2.2, < 4.0) |
237 | 240 | regexp_parser (>= 2.9.3, < 3.0) |
238 | | - rubocop-ast (>= 1.36.2, < 2.0) |
| 241 | + rubocop-ast (>= 1.38.0, < 2.0) |
239 | 242 | ruby-progressbar (~> 1.7) |
240 | 243 | unicode-display_width (>= 2.4.0, < 4.0) |
241 | | - rubocop-ast (1.37.0) |
242 | | - parser (>= 3.3.1.0) |
| 244 | + rubocop-ast (1.47.1) |
| 245 | + parser (>= 3.3.7.2) |
| 246 | + prism (~> 1.4) |
243 | 247 | rubocop-performance (1.23.0) |
244 | 248 | rubocop (>= 1.48.1, < 2.0) |
245 | 249 | rubocop-ast (>= 1.31.1, < 2.0) |
|
297 | 301 | concurrent-ruby (~> 1.0) |
298 | 302 | uglifier (4.2.1) |
299 | 303 | execjs (>= 0.3.0, < 3) |
300 | | - unicode-display_width (3.1.3) |
301 | | - unicode-emoji (~> 4.0, >= 4.0.4) |
302 | | - unicode-emoji (4.0.4) |
| 304 | + unicode-display_width (3.2.0) |
| 305 | + unicode-emoji (~> 4.1) |
| 306 | + unicode-emoji (4.1.0) |
303 | 307 | web-console (4.0.4) |
304 | 308 | actionview (>= 6.0.0) |
305 | 309 | activemodel (>= 6.0.0) |
|
0 commit comments