Skip to content

Commit b2c3b18

Browse files
committed
Remove connection_pool version clamp
Hopefully whatever the problem was is fixed now, see mperham/connection_pool#210 which makes me think it should be.
1 parent d60a59d commit b2c3b18

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

rails/Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ gem 'redcarpet', '~> 3.6'
4141
# For memcached
4242
gem 'dalli'
4343

44-
# Pin connection_pool to avoid breaking changes in 3.x related to
45-
# dalli and MemCacheStore
46-
# See: https://github.com/mperham/connection_pool/issues/210
47-
gem 'connection_pool', '< 3.0'
44+
gem 'connection_pool'
4845

4946
# Added manually to fix error running tests...?
5047
gem 'rexml'

rails/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ GEM
127127
xpath (~> 3.2)
128128
charlock_holmes (0.7.9)
129129
concurrent-ruby (1.3.6)
130-
connection_pool (2.5.5)
130+
connection_pool (3.0.2)
131131
crass (1.0.6)
132132
css_parser (2.2.0)
133133
addressable
@@ -408,7 +408,7 @@ DEPENDENCIES
408408
byebug
409409
capybara (>= 3.26)
410410
charlock_holmes
411-
connection_pool (< 3.0)
411+
connection_pool
412412
csv
413413
daemons
414414
dalli

0 commit comments

Comments
 (0)