Skip to content

Commit fd176ca

Browse files
Update dependency connection_pool to v3
1 parent a75652a commit fd176ca

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)
@@ -729,7 +729,7 @@ DEPENDENCIES
729729
capybara
730730
civil_service!
731731
cloudwatch_scheduler!
732-
connection_pool (< 3)
732+
connection_pool (< 4)
733733
csv
734734
cuprite
735735
dalli

0 commit comments

Comments
 (0)