Skip to content
Open
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 @@ -25,7 +25,7 @@ gem "simple_form"

# Use Redis for pub/sub
gem "redis", "~> 5.0"
gem "connection_pool", "~> 2.4"
gem "connection_pool", "~> 2.5"

# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
# gem "bcrypt", "~> 3.1.7"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GEM
thor (~> 1.3)
zeitwerk (~> 2.6)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
console (1.33.0)
fiber-annotation
fiber-local (~> 1.1)
Expand Down Expand Up @@ -529,7 +529,7 @@ DEPENDENCIES
capybara
claude-code-sdk-ruby
claude_swarm (~> 0.3.0)
connection_pool (~> 2.4)
connection_pool (~> 2.5)
cuprite
debug
dotenv-rails
Expand Down