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 @@ -34,7 +34,7 @@ gem "solid_cache", "~> 1.0"

# Use Solid Job to run background jobs in production [https://github.com/rails/solid_queue/]
# Solid Job is a database-backed Active Job backend that provides a reliable and scalable solution for background processing.
gem "solid_queue", "~> 1.3"
gem "solid_queue", "~> 1.4"

# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
gem "bcrypt", "~> 3.1.22"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
ast (2.4.2)
base64 (0.3.0)
bcrypt (3.1.22)
bigdecimal (4.0.1)
bigdecimal (4.1.0)
bindex (0.8.1)
bootsnap (1.23.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -162,7 +162,7 @@ GEM
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.19.2)
json (2.19.3)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
llhttp-ffi (0.5.1)
Expand Down Expand Up @@ -365,7 +365,7 @@ GEM
activejob (>= 7.2)
activerecord (>= 7.2)
railties (>= 7.2)
solid_queue (1.3.2)
solid_queue (1.4.0)
activejob (>= 7.1)
activerecord (>= 7.1)
concurrent-ruby (>= 1.3.1)
Expand All @@ -384,7 +384,7 @@ GEM
tailwindcss-ruby (4.1.16-x86_64-darwin)
tailwindcss-ruby (4.1.16-x86_64-linux-gnu)
thor (1.5.0)
timeout (0.6.0)
timeout (0.6.1)
tsort (0.2.0)
turbo-rails (2.0.23)
actionpack (>= 7.1.0)
Expand Down Expand Up @@ -445,7 +445,7 @@ DEPENDENCIES
shoulda-matchers (~> 7.0)
solid_cable (~> 3.0)
solid_cache (~> 1.0)
solid_queue (~> 1.3)
solid_queue (~> 1.4)
stimulus-rails
tailwindcss-rails (~> 4.4)
turbo-rails
Expand Down
Loading