We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df5c26 commit ef72905Copy full SHA for ef72905
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
@@ -444,7 +444,7 @@ DEPENDENCIES
444
binding_of_caller
445
bootsnap
446
climate_control
447
- connection_pool (< 3)
+ connection_pool (< 4)
448
dalli
449
debug
450
dotenv-rails
0 commit comments