From 231ebb8515aeb680ee7a26b459d2a1f2a799be25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:54:16 +0000 Subject: [PATCH] chore(deps): Update solid_cable requirement from >= 3.0, < 4.0 to >= 3.0, < 5.0 Updates the requirements on [solid_cable](https://github.com/rails/solid_cable) to permit the latest version. - [Release notes](https://github.com/rails/solid_cable/releases) - [Commits](https://github.com/rails/solid_cable/compare/v3.0.12...v4.0.0) --- updated-dependencies: - dependency-name: solid_cable dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 36 ++++++++++++++++++------------------ source_monitor.gemspec | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 926dedb..a33ea11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ PATH rails (>= 8.0.3, < 10.0) ransack (~> 4.2) ruby-readability (~> 0.7) - solid_cable (>= 3.0, < 4.0) + solid_cable (>= 3.0, < 5.0) solid_queue (>= 0.3, < 3.0) turbo-rails (~> 2.0) view_component (>= 3.0, < 5.0) @@ -113,7 +113,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) cgi (0.5.1) - concurrent-ruby (1.3.6) + concurrent-ruby (1.3.7) connection_pool (3.0.2) crack (1.0.1) bigdecimal @@ -125,7 +125,7 @@ GEM digest (3.2.1) docile (1.4.1) drb (2.2.3) - erb (6.0.2) + erb (6.0.4) erubi (1.13.1) et-orbi (1.4.0) tzinfo @@ -153,10 +153,10 @@ GEM activesupport (>= 6.1) guess_html_encoding (0.0.11) hashdiff (1.2.1) - i18n (1.14.8) + i18n (1.15.1) concurrent-ruby (~> 1.0) io-console (0.8.2) - irb (1.17.0) + irb (1.18.0) pp (>= 0.6.0) prism (>= 1.3.0) rdoc (>= 4.0.0) @@ -182,7 +182,7 @@ GEM logger mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (6.0.2) + minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) minitest-mock (5.27.0) @@ -198,16 +198,16 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.19.2) + nokogiri (1.19.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.19.2-aarch64-linux-gnu) + nokogiri (1.19.4-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.2-aarch64-linux-musl) + nokogiri (1.19.4-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.2-arm-linux-gnu) + nokogiri (1.19.4-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.2-arm-linux-musl) + nokogiri (1.19.4-arm-linux-musl) racc (~> 1.4) nokolexbor (0.6.4) ostruct (0.6.3) @@ -226,7 +226,7 @@ GEM actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack - psych (5.3.1) + psych (5.4.0) date stringio public_suffix (7.0.5) @@ -234,8 +234,8 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.2.5) - rack-session (2.1.1) + rack (3.2.6) + rack-session (2.1.2) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) @@ -273,7 +273,7 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.1) + rake (13.4.2) ransack (4.4.1) activerecord (>= 7.2) activesupport (>= 7.2) @@ -333,7 +333,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) - solid_cable (3.0.12) + solid_cable (4.0.0) actioncable (>= 7.2) activejob (>= 7.2) activerecord (>= 7.2) @@ -371,13 +371,13 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) websocket (1.2.11) - websocket-driver (0.8.0) + websocket-driver (0.8.1) base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.5) + zeitwerk (2.8.2) zlib (3.2.2) PLATFORMS diff --git a/source_monitor.gemspec b/source_monitor.gemspec index ab552aa..a2296e3 100644 --- a/source_monitor.gemspec +++ b/source_monitor.gemspec @@ -49,7 +49,7 @@ Gem::Specification.new do |spec| spec.add_dependency "nokolexbor", "~> 0.5" spec.add_dependency "ruby-readability", "~> 0.7" spec.add_dependency "solid_queue", ">= 0.3", "< 3.0" - spec.add_dependency "solid_cable", ">= 3.0", "< 4.0" + spec.add_dependency "solid_cable", ">= 3.0", "< 5.0" spec.add_dependency "ransack", "~> 4.2" spec.add_dependency "view_component", ">= 3.0", "< 5.0" end