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 @@ -68,7 +68,7 @@ group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
end

gem "connection_pool", "~> 2.4"
gem "connection_pool", "~> 3.0"
gem "react-rails", "~> 2.7.1"
gem "responders", "~> 3.2"

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
reline (>= 0.6.0)
coderay (1.1.3)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
connection_pool (3.0.2)
crass (1.0.6)
data_migrate (11.3.1)
activerecord (>= 6.1)
Expand Down Expand Up @@ -390,7 +390,7 @@ DEPENDENCIES
bcrypt (~> 3.1.7)
bootsnap
brakeman
connection_pool (~> 2.4)
connection_pool (~> 3.0)
data_migrate
debug
erb_lint!
Expand Down
Loading