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 @@ -27,7 +27,7 @@ gem 'stringex'
gem 'terser'

group :production do
gem 'connection_pool', '< 3' # 3.x requires keyword args; pin to 2.x for Rails 7.2.3
gem 'connection_pool', '< 4' # 3.x requires keyword args; pin to 2.x for Rails 7.2.3
gem 'dalli'
gem 'pg'
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ GEM
cgi (0.5.1)
climate_control (1.2.0)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
connection_pool (3.0.2)
crack (1.0.1)
bigdecimal
rexml
Expand Down Expand Up @@ -444,7 +444,7 @@ DEPENDENCIES
binding_of_caller
bootsnap
climate_control
connection_pool (< 3)
connection_pool (< 4)
dalli
debug
dotenv-rails
Expand Down