diff --git a/Gemfile b/Gemfile index 555fb3e5c..691c8d3fc 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem "redcarpet", "~> 3.6" gem "gretel", "~> 5.0" # Better UI components gem "lookbook", ">= 2.0.0.beta.4" -gem "view_component", "~> 3.16" +gem "view_component", "~> 3.17" # QR Code Generation! gem "rqrcode", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 1b89287d2..289d91f61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -513,7 +513,7 @@ GEM unicode-display_width (2.6.0) uniform_notifier (1.16.0) uri (0.13.1) - view_component (3.16.0) + view_component (3.17.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -603,7 +603,7 @@ DEPENDENCIES strong_migrations (~> 2.0) turbo-rails tzinfo-data (~> 1.2021) - view_component (~> 3.16) + view_component (~> 3.17) web-console (~> 4.2) webmock