From efdf159c4b6efa7e676c89b1618d529ba5a6756b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:22:30 +0000 Subject: [PATCH] chore(deps): bump view_component from 3.17.0 to 3.18.0 Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.17.0 to 3.18.0. - [Release notes](https://github.com/viewcomponent/view_component/releases) - [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/viewcomponent/view_component/compare/v3.17.0...v3.18.0) --- updated-dependencies: - dependency-name: view_component dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3f5f01e..6a95b79 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'stripe', '~>12.4' gem "tailwindcss-rails" gem "turbo-rails" gem 'varint', '~>0.1.1' # needed for protobuf -gem 'view_component', '~> 3.17' +gem 'view_component', '~> 3.18' group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index 546d6af..ae23fde 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -362,7 +362,7 @@ GEM varint (0.1.1) vcr (6.3.1) base64 - view_component (3.17.0) + view_component (3.18.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -430,7 +430,7 @@ DEPENDENCIES turbo-rails varint (~> 0.1.1) vcr (~> 6.3.1) - view_component (~> 3.17) + view_component (~> 3.18) web-console webmock (~> 3.24.0)