Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ group :test do
gem "selenium-webdriver"
end

gem "view_component", "~> 3.21"
gem "view_component", "~> 4.0"

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

Expand Down
14 changes: 9 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.3)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.5)
msgpack (1.8.0)
Expand All @@ -193,6 +192,8 @@ GEM
nio4r (2.7.4)
nokogiri (1.18.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
racc (~> 1.4)
ostruct (0.6.2)
pagy (9.3.5)
parallel (1.27.0)
Expand Down Expand Up @@ -355,6 +356,7 @@ GEM
railties (>= 7.1)
thor (~> 1.3.1)
sqlite3 (2.7.2-x86_64-darwin)
sqlite3 (2.7.2-x86_64-linux-gnu)
sshkit (1.24.0)
base64
logger
Expand Down Expand Up @@ -386,8 +388,10 @@ GEM
railties (>= 7.0.0)
tailwindcss-ruby (~> 4.0)
tailwindcss-ruby (4.1.11-x86_64-darwin)
tailwindcss-ruby (4.1.11-x86_64-linux-gnu)
thor (1.3.2)
thruster (0.1.14-x86_64-darwin)
thruster (0.1.14-x86_64-linux)
timeout (0.4.3)
turbo-rails (2.0.16)
actionpack (>= 7.1.0)
Expand All @@ -399,10 +403,9 @@ GEM
unicode-emoji (4.0.4)
uri (1.0.3)
useragent (0.16.11)
view_component (3.23.2)
activesupport (>= 5.2.0, < 8.1)
view_component (4.0.1)
activesupport (>= 7.1.0, < 8.1)
concurrent-ruby (~> 1)
method_source (~> 1.0)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand All @@ -419,6 +422,7 @@ GEM

PLATFORMS
x86_64-darwin-24
x86_64-linux

DEPENDENCIES
bcrypt (~> 3.1.7)
Expand Down Expand Up @@ -458,7 +462,7 @@ DEPENDENCIES
thruster
turbo-rails
tzinfo-data
view_component (~> 3.21)
view_component (~> 4.0)
web-console

BUNDLED WITH
Expand Down
Loading