Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading