Skip to content

Commit cbff5e1

Browse files
Update dependency connection_pool to v3
1 parent 7ff41f4 commit cbff5e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "benchmark"
99

1010
# locking to connection_pool 2.x until ActiveSupport's memcachestore supports the v3 API
1111
# see https://github.com/mperham/connection_pool/issues/212
12-
gem "connection_pool", "< 3"
12+
gem "connection_pool", "< 4"
1313

1414
gem "pg"
1515
gem "puma"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ GEM
194194
cgi (0.4.2)
195195
coderay (1.1.3)
196196
concurrent-ruby (1.3.6)
197-
connection_pool (2.5.5)
197+
connection_pool (3.0.2)
198198
crass (1.0.6)
199199
csv (3.3.5)
200200
cuprite (0.17)
@@ -721,7 +721,7 @@ DEPENDENCIES
721721
capybara
722722
civil_service!
723723
cloudwatch_scheduler!
724-
connection_pool (< 3)
724+
connection_pool (< 4)
725725
csv
726726
cuprite
727727
dalli

0 commit comments

Comments
 (0)