We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f21518 commit 1190bd6Copy full SHA for 1190bd6
2 files changed
Gemfile
@@ -27,7 +27,7 @@ gem 'stringex'
27
gem 'terser'
28
29
group :production do
30
- 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
31
gem 'dalli'
32
gem 'pg'
33
end
Gemfile.lock
@@ -116,7 +116,7 @@ GEM
116
cgi (0.5.1)
117
climate_control (1.2.0)
118
concurrent-ruby (1.3.6)
119
- connection_pool (2.5.5)
+ connection_pool (3.0.2)
120
crack (1.0.1)
121
bigdecimal
122
rexml
@@ -452,7 +452,7 @@ DEPENDENCIES
452
binding_of_caller
453
bootsnap
454
climate_control
455
- connection_pool (< 3)
+ connection_pool (< 4)
456
dalli
457
debug
458
dotenv-rails
0 commit comments