Skip to content
Open
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 @@ -31,7 +31,7 @@ gem "stimulus-rails"
gem "tailwindcss-rails"
gem "turbo-rails"
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
gem "view_component", "~> 2.0"
gem "view_component", "~> 4.1"

group :development, :test do
gem "debug", platforms: %i[mri mingw x64_mingw]
Expand Down
18 changes: 8 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GEM
ast (2.4.3)
base64 (0.3.0)
bcrypt (3.1.20)
benchmark (0.4.1)
benchmark (0.5.0)
better_html (1.0.16)
actionview (>= 4.0)
activesupport (>= 4.0)
Expand All @@ -104,7 +104,7 @@ GEM
html_tokenizer (~> 0.0.6)
parser (>= 2.4)
smart_properties
bigdecimal (3.2.2)
bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
Expand All @@ -119,7 +119,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
crass (1.0.6)
cuprite (0.15.1)
capybara (~> 3.0)
Expand Down Expand Up @@ -222,10 +222,9 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
method_source (1.1.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.25.5)
minitest (5.26.0)
msgpack (1.7.5)
multi_xml (0.7.2)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -461,10 +460,9 @@ GEM
unicode-emoji (4.0.4)
uri (1.0.3)
version_gem (1.1.4)
view_component (2.83.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
view_component (4.1.0)
activesupport (>= 7.1.0, < 8.2)
concurrent-ruby (~> 1)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.1)
Expand Down Expand Up @@ -533,7 +531,7 @@ DEPENDENCIES
tailwindcss-rails
turbo-rails
tzinfo-data
view_component (~> 2.0)
view_component (~> 4.1)
web-console
webrick (>= 1.8.2)

Expand Down
Loading