diff --git a/Gemfile b/Gemfile index e4184fb..73be9ba 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "props_template", "~> 1.0.1" # Use Solid Cable to run Action Cable in production [https://github.com/rails/solid_cable] # Solid Cable is a database-backed Action Cable adapter that provides a reliable # and scalable solution for real-time features. -gem "solid_cable", "~> 3.0" +gem "solid_cable", "~> 4.0" # Use Solid Cache to run Action Cable in production [https://github.com/rails/solid_cache] # Solid Cache is a database-backed cache store that provides a reliable and scalable solution for caching. diff --git a/Gemfile.lock b/Gemfile.lock index 49068d5..af945c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,7 +145,7 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.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) @@ -168,7 +168,7 @@ GEM matrix (0.4.2) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (6.0.4) + minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) msgpack (1.8.0) @@ -184,18 +184,18 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.19.2) + nokogiri (1.19.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.19.2-aarch64-linux-gnu) + nokogiri (1.19.3-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.2-arm-linux-gnu) + nokogiri (1.19.3-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.2-arm64-darwin) + nokogiri (1.19.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.2-x86_64-darwin) + nokogiri (1.19.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.2-x86_64-linux-gnu) + nokogiri (1.19.3-x86_64-linux-gnu) racc (~> 1.4) oj (3.16.15) bigdecimal (>= 3.0) @@ -344,7 +344,7 @@ GEM websocket (~> 1.0) shoulda-matchers (7.0.1) activesupport (>= 7.1) - solid_cable (3.0.12) + solid_cable (4.0.0) actioncable (>= 7.2) activejob (>= 7.2) activerecord (>= 7.2) @@ -399,7 +399,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.5) + zeitwerk (2.8.2) PLATFORMS aarch64-linux @@ -431,7 +431,7 @@ DEPENDENCIES ruby-lsp-brakeman selenium-webdriver shoulda-matchers (~> 7.0) - solid_cable (~> 3.0) + solid_cable (~> 4.0) solid_cache (~> 1.0) solid_queue (~> 1.4) stimulus-rails