From b4d2282dcaed0fced4d1d4bfaf1e0df5459d25bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:04:33 +0000 Subject: [PATCH] Bump solid_cable from 1.0.3 to 3.0.2 Bumps [solid_cable](https://github.com/rails/solid_cable) from 1.0.3 to 3.0.2. - [Release notes](https://github.com/rails/solid_cable/releases) - [Commits](https://github.com/rails/solid_cable/compare/v1.0.3...v3.0.2) --- updated-dependencies: - dependency-name: solid_cable dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eee6c4bba..1eef1b94b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -511,8 +511,11 @@ GEM snaky_hash (2.0.1) hashie version_gem (~> 1.1, >= 1.1.1) - solid_cable (1.0.3) - rails (< 9) + solid_cable (3.0.2) + actioncable (>= 7.2) + activejob (>= 7.2) + activerecord (>= 7.2) + railties (>= 7.2) solid_queue (0.9.0) activejob (>= 7.1) activerecord (>= 7.1)