Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "benchmark"

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

gem "pg"
gem "puma"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ GEM
cgi (0.4.2)
coderay (1.1.3)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
connection_pool (3.0.2)
crass (1.0.6)
csv (3.3.5)
cuprite (0.17)
Expand Down Expand Up @@ -721,7 +721,7 @@ DEPENDENCIES
capybara
civil_service!
cloudwatch_scheduler!
connection_pool (< 3)
connection_pool (< 4)
csv
cuprite
dalli
Expand Down
Loading