We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ab5a67 + 8c292ea commit 576c71bCopy full SHA for 576c71b
2 files changed
Gemfile
@@ -7,6 +7,10 @@ gem "rails", "8.1.1"
7
# benchmark was removed from Ruby's default gems in Ruby 4.0; required by mini_magick
8
gem "benchmark"
9
10
+# locking to connection_pool 2.x until ActiveSupport's memcachestore supports the v3 API
11
+# see https://github.com/mperham/connection_pool/issues/212
12
+gem "connection_pool", "< 3"
13
+
14
gem "pg"
15
gem "puma"
16
Gemfile.lock
@@ -194,7 +194,7 @@ GEM
194
cgi (0.4.2)
195
coderay (1.1.3)
196
concurrent-ruby (1.3.6)
197
- connection_pool (3.0.2)
+ connection_pool (2.5.5)
198
crass (1.0.6)
199
csv (3.3.5)
200
cuprite (0.17)
@@ -720,6 +720,7 @@ DEPENDENCIES
720
capybara
721
civil_service!
722
cloudwatch_scheduler!
723
+ connection_pool (< 3)
724
csv
725
cuprite
726
dalli
0 commit comments