Skip to content

Commit 4cdf7d6

Browse files
renovate[bot]nbudin
authored andcommitted
Update dependency connection_pool to v3
1 parent c50c0b3 commit 4cdf7d6

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ gem "benchmark"
1111
# GitHub tag has it. Using the git source avoids constant warnings on Ruby 4.0.
1212
gem "prettyprint", github: "ruby/prettyprint", tag: "v0.2.0"
1313

14-
# locking to connection_pool 2.x until ActiveSupport's memcachestore supports the v3 API
15-
# see https://github.com/mperham/connection_pool/issues/212
16-
gem "connection_pool", "< 3"
17-
1814
gem "pg"
1915
gem "puma"
2016

Gemfile.lock

Lines changed: 1 addition & 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,6 @@ DEPENDENCIES
729729
capybara
730730
civil_service!
731731
cloudwatch_scheduler!
732-
connection_pool (< 3)
733732
csv
734733
cuprite
735734
dalli

0 commit comments

Comments
 (0)