We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff41f4 commit cbff5e1Copy full SHA for cbff5e1
2 files changed
Gemfile
@@ -9,7 +9,7 @@ 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"
+gem "connection_pool", "< 4"
13
14
gem "pg"
15
gem "puma"
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 (2.5.5)
+ connection_pool (3.0.2)
198
crass (1.0.6)
199
csv (3.3.5)
200
cuprite (0.17)
@@ -721,7 +721,7 @@ DEPENDENCIES
721
capybara
722
civil_service!
723
cloudwatch_scheduler!
724
- connection_pool (< 3)
+ connection_pool (< 4)
725
csv
726
cuprite
727
dalli
0 commit comments