Skip to content

Commit 8c8569a

Browse files
Update dependency connection_pool to v3
1 parent 7921c7b commit 8c8569a

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
@@ -13,7 +13,7 @@ gem "prettyprint", github: "ruby/prettyprint", tag: "v0.2.0"
1313

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

1818
gem "pg"
1919
gem "puma"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ GEM
201201
cgi (0.4.2)
202202
coderay (1.1.3)
203203
concurrent-ruby (1.3.6)
204-
connection_pool (2.5.5)
204+
connection_pool (3.0.2)
205205
crass (1.0.6)
206206
csv (3.3.5)
207207
cuprite (0.17)
@@ -726,7 +726,7 @@ DEPENDENCIES
726726
capybara
727727
civil_service!
728728
cloudwatch_scheduler!
729-
connection_pool (< 3)
729+
connection_pool (< 4)
730730
csv
731731
cuprite
732732
dalli

0 commit comments

Comments
 (0)