Skip to content

Commit 169c94a

Browse files
authored
Merge branch 'main' into relative-translation-keys-inside-blocks-resolve-to-partials-scope-instead-of-callers-scope
2 parents 6cac626 + c54ee6b commit 169c94a

29 files changed

+772
-776
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
test:
3030
name: test (Rails ${{ matrix.rails_version }}, Ruby ${{ matrix.ruby_version }})
3131
runs-on: ubuntu-latest
32+
continue-on-error: ${{ matrix.ruby_version == 'head' }}
3233
strategy:
3334
fail-fast: false
3435
matrix:

Appraisals

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ appraise "rails-8.1" do
4545
end
4646

4747
appraise "rails-main" do
48+
ruby "4.0.0.dev"
49+
4850
gem "rack", git: "https://github.com/rack/rack", ref: "8a4475a9f416a72e5b02bd7817e4a8ed684f29b0"
4951
gem "rails", github: "rails/rails", branch: "main"
5052

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :development, :test do
1616
gem "appraisal-run", "~> 1.1"
1717
gem "benchmark-ips", "~> 2"
1818
gem "better_html"
19-
gem "bundler", "~> 2"
19+
gem "bundler"
2020
gem "capybara", "~> 3"
2121
gem "cuprite"
2222
gem "dry-initializer", require: true
@@ -30,6 +30,7 @@ group :development, :test do
3030
gem "puma", ">= 6"
3131
gem "rake", "~> 13"
3232
gem "rails-dom-testing", "~> 2.3.0"
33+
gem "reactionview"
3334
gem "redis"
3435
gem "rspec-rails"
3536
gem "rubocop-md", "~> 2"

Gemfile.lock

Lines changed: 44 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
view_component (4.1.0)
5-
actionview (>= 7.1.0, < 8.2)
6-
activesupport (>= 7.1.0, < 8.2)
4+
view_component (4.1.1)
5+
actionview (>= 7.1.0)
6+
activesupport (>= 7.1.0)
77
concurrent-ruby (~> 1)
88

99
GEM
@@ -124,7 +124,7 @@ GEM
124124
docile (1.4.1)
125125
drb (2.2.3)
126126
dry-initializer (3.2.0)
127-
erb (5.1.3)
127+
erb (6.0.0)
128128
erb_lint (0.9.0)
129129
activesupport
130130
better_html (>= 2.0.1)
@@ -141,10 +141,18 @@ GEM
141141
websocket-driver (~> 0.7)
142142
globalid (1.3.0)
143143
activesupport (>= 6.1)
144-
haml (6.3.0)
144+
haml (6.4.0)
145145
temple (>= 0.8.2)
146146
thor
147147
tilt
148+
herb (0.8.2-aarch64-linux-gnu)
149+
herb (0.8.2-aarch64-linux-musl)
150+
herb (0.8.2-arm-linux-gnu)
151+
herb (0.8.2-arm-linux-musl)
152+
herb (0.8.2-arm64-darwin)
153+
herb (0.8.2-x86_64-darwin)
154+
herb (0.8.2-x86_64-linux-gnu)
155+
herb (0.8.2-x86_64-linux-musl)
148156
i18n (1.14.7)
149157
concurrent-ruby (~> 1.0)
150158
io-console (0.8.1)
@@ -155,7 +163,7 @@ GEM
155163
jbuilder (2.14.1)
156164
actionview (>= 7.0.0)
157165
activesupport (>= 7.0.0)
158-
json (2.15.2)
166+
json (2.16.0)
159167
language_server-protocol (3.17.0.5)
160168
lint_roller (1.1.0)
161169
logger (1.7.0)
@@ -175,7 +183,7 @@ GEM
175183
matrix (0.4.3)
176184
method_source (1.1.0)
177185
mini_mime (1.1.5)
178-
minitest (5.26.0)
186+
minitest (5.26.2)
179187
net-imap (0.5.12)
180188
date
181189
net-protocol
@@ -185,7 +193,7 @@ GEM
185193
timeout
186194
net-smtp (0.5.1)
187195
net-protocol
188-
nio4r (2.7.4)
196+
nio4r (2.7.5)
189197
nokogiri (1.18.10-aarch64-linux-gnu)
190198
racc (~> 1.4)
191199
nokogiri (1.18.10-aarch64-linux-musl)
@@ -265,20 +273,23 @@ GEM
265273
erb
266274
psych (>= 4.0.0)
267275
tsort
276+
reactionview (0.1.6)
277+
actionview (>= 7.0)
278+
herb (>= 0.7.5, < 1.0.0)
268279
redis (5.4.1)
269280
redis-client (>= 0.22.0)
270-
redis-client (0.25.1)
281+
redis-client (0.26.1)
271282
connection_pool
272283
regexp_parser (2.11.3)
273-
reline (0.6.2)
284+
reline (0.6.3)
274285
io-console (~> 0.5)
275286
rexml (3.4.4)
276-
rspec-core (3.13.5)
287+
rspec-core (3.13.6)
277288
rspec-support (~> 3.13.0)
278289
rspec-expectations (3.13.5)
279290
diff-lcs (>= 1.2.0, < 2.0)
280291
rspec-support (~> 3.13.0)
281-
rspec-mocks (3.13.5)
292+
rspec-mocks (3.13.7)
282293
diff-lcs (>= 1.2.0, < 2.0)
283294
rspec-support (~> 3.13.0)
284295
rspec-rails (8.0.2)
@@ -289,19 +300,19 @@ GEM
289300
rspec-expectations (~> 3.13)
290301
rspec-mocks (~> 3.13)
291302
rspec-support (~> 3.13)
292-
rspec-support (3.13.5)
293-
rubocop (1.80.2)
303+
rspec-support (3.13.6)
304+
rubocop (1.81.7)
294305
json (~> 2.3)
295306
language_server-protocol (~> 3.17.0.2)
296307
lint_roller (~> 1.1.0)
297308
parallel (~> 1.10)
298309
parser (>= 3.3.0.2)
299310
rainbow (>= 2.2.2, < 4.0)
300311
regexp_parser (>= 2.9.3, < 3.0)
301-
rubocop-ast (>= 1.46.0, < 2.0)
312+
rubocop-ast (>= 1.47.1, < 2.0)
302313
ruby-progressbar (~> 1.7)
303314
unicode-display_width (>= 2.4.0, < 4.0)
304-
rubocop-ast (1.47.1)
315+
rubocop-ast (1.48.0)
305316
parser (>= 3.3.7.2)
306317
prism (~> 1.4)
307318
rubocop-md (2.0.3)
@@ -342,10 +353,10 @@ GEM
342353
actionpack (>= 6.1)
343354
activesupport (>= 6.1)
344355
sprockets (>= 3.0.0)
345-
standard (1.51.1)
356+
standard (1.52.0)
346357
language_server-protocol (~> 3.17.0.2)
347358
lint_roller (~> 1.0)
348-
rubocop (~> 1.80.2)
359+
rubocop (~> 1.81.7)
349360
standard-custom (~> 1.0.0)
350361
standard-performance (~> 1.8)
351362
standard-custom (1.0.2)
@@ -354,23 +365,23 @@ GEM
354365
standard-performance (1.8.0)
355366
lint_roller (~> 1.1)
356367
rubocop-performance (~> 1.25.0)
357-
stringio (3.1.7)
358-
tailwindcss-rails (4.3.0)
368+
stringio (3.1.8)
369+
tailwindcss-rails (4.4.0)
359370
railties (>= 7.0.0)
360371
tailwindcss-ruby (~> 4.0)
361-
tailwindcss-ruby (4.1.11)
362-
tailwindcss-ruby (4.1.11-aarch64-linux-gnu)
363-
tailwindcss-ruby (4.1.11-aarch64-linux-musl)
364-
tailwindcss-ruby (4.1.11-arm64-darwin)
365-
tailwindcss-ruby (4.1.11-x86_64-darwin)
366-
tailwindcss-ruby (4.1.11-x86_64-linux-gnu)
367-
tailwindcss-ruby (4.1.11-x86_64-linux-musl)
368-
temple (0.10.3)
372+
tailwindcss-ruby (4.1.16)
373+
tailwindcss-ruby (4.1.16-aarch64-linux-gnu)
374+
tailwindcss-ruby (4.1.16-aarch64-linux-musl)
375+
tailwindcss-ruby (4.1.16-arm64-darwin)
376+
tailwindcss-ruby (4.1.16-x86_64-darwin)
377+
tailwindcss-ruby (4.1.16-x86_64-linux-gnu)
378+
tailwindcss-ruby (4.1.16-x86_64-linux-musl)
379+
temple (0.10.4)
369380
terminal-table (4.0.0)
370381
unicode-display_width (>= 1.1.1, < 4)
371382
thor (1.4.0)
372383
tilt (2.6.1)
373-
timeout (0.4.3)
384+
timeout (0.4.4)
374385
tsort (0.2.0)
375386
turbo-rails (2.0.20)
376387
actionpack (>= 7.1.0)
@@ -380,7 +391,7 @@ GEM
380391
unicode-display_width (3.2.0)
381392
unicode-emoji (~> 4.1)
382393
unicode-emoji (4.1.0)
383-
uri (1.1.0)
394+
uri (1.1.1)
384395
useragent (0.16.11)
385396
warning (1.5.0)
386397
webrick (1.9.1)
@@ -412,7 +423,7 @@ DEPENDENCIES
412423
appraisal-run (~> 1.1)
413424
benchmark-ips (~> 2)
414425
better_html
415-
bundler (~> 2)
426+
bundler
416427
capybara (~> 3)
417428
cuprite
418429
dry-initializer
@@ -427,6 +438,7 @@ DEPENDENCIES
427438
rails (~> 8)
428439
rails-dom-testing (~> 2.3.0)
429440
rake (~> 13)
441+
reactionview
430442
redis
431443
rspec-rails
432444
rubocop-md (~> 2)
@@ -444,7 +456,7 @@ DEPENDENCIES
444456
yard-activesupport-concern (< 1)
445457

446458
RUBY VERSION
447-
ruby 3.4.2p28
459+
ruby 3.3.0p0
448460

449461
BUNDLED WITH
450462
2.6.2

0 commit comments

Comments
 (0)