Skip to content

Commit d387bde

Browse files
Bump view_component from 3.23.2 to 4.0.2
Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.23.2 to 4.0.2. - [Release notes](https://github.com/viewcomponent/view_component/releases) - [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md) - [Commits](ViewComponent/view_component@v3.23.2...v4.0.2) --- updated-dependencies: - dependency-name: view_component dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be1b60a commit d387bde

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ group :test do
8383
gem "selenium-webdriver"
8484
end
8585

86-
gem "view_component", "~> 3.21"
86+
gem "view_component", "~> 4.0"
8787

8888
gem "requestjs-rails", "~> 0.0.13"
8989

Gemfile.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ GEM
127127
et-orbi (1.2.11)
128128
tzinfo
129129
ffi (1.17.2-x86_64-darwin)
130+
ffi (1.17.2-x86_64-linux-gnu)
130131
fugit (1.11.1)
131132
et-orbi (~> 1, >= 1.2.11)
132133
raabro (~> 1.4)
@@ -181,7 +182,6 @@ GEM
181182
net-smtp
182183
marcel (1.0.4)
183184
matrix (0.4.3)
184-
method_source (1.1.0)
185185
mini_mime (1.1.5)
186186
minitest (5.25.5)
187187
msgpack (1.8.0)
@@ -202,6 +202,8 @@ GEM
202202
nio4r (2.7.4)
203203
nokogiri (1.18.8-x86_64-darwin)
204204
racc (~> 1.4)
205+
nokogiri (1.18.8-x86_64-linux-gnu)
206+
racc (~> 1.4)
205207
ostruct (0.6.2)
206208
pagy (9.3.5)
207209
parallel (1.27.0)
@@ -367,6 +369,7 @@ GEM
367369
railties (>= 7.1)
368370
thor (~> 1.3.1)
369371
sqlite3 (2.7.2-x86_64-darwin)
372+
sqlite3 (2.7.2-x86_64-linux-gnu)
370373
sshkit (1.24.0)
371374
base64
372375
logger
@@ -398,8 +401,10 @@ GEM
398401
railties (>= 7.0.0)
399402
tailwindcss-ruby (~> 4.0)
400403
tailwindcss-ruby (4.1.11-x86_64-darwin)
404+
tailwindcss-ruby (4.1.11-x86_64-linux-gnu)
401405
thor (1.3.2)
402406
thruster (0.1.14-x86_64-darwin)
407+
thruster (0.1.14-x86_64-linux)
403408
timeout (0.4.3)
404409
turbo-rails (2.0.16)
405410
actionpack (>= 7.1.0)
@@ -411,10 +416,9 @@ GEM
411416
unicode-emoji (4.0.4)
412417
uri (1.0.3)
413418
useragent (0.16.11)
414-
view_component (3.23.2)
415-
activesupport (>= 5.2.0, < 8.1)
419+
view_component (4.0.2)
420+
activesupport (>= 7.1.0, < 8.1)
416421
concurrent-ruby (~> 1)
417-
method_source (~> 1.0)
418422
web-console (4.2.1)
419423
actionview (>= 6.0.0)
420424
activemodel (>= 6.0.0)
@@ -431,6 +435,7 @@ GEM
431435

432436
PLATFORMS
433437
x86_64-darwin-24
438+
x86_64-linux
434439

435440
DEPENDENCIES
436441
bcrypt (~> 3.1.7)
@@ -472,7 +477,7 @@ DEPENDENCIES
472477
thruster
473478
turbo-rails
474479
tzinfo-data
475-
view_component (~> 3.21)
480+
view_component (~> 4.0)
476481
web-console
477482

478483
BUNDLED WITH

0 commit comments

Comments
 (0)