From 4ac143d1937e8d6f33162863a17c1b1db57687c1 Mon Sep 17 00:00:00 2001 From: Gabriel Sobrinho Date: Tue, 12 Dec 2017 22:11:47 -0200 Subject: Support for connection pooling on mem cache store --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 1bc9863cc4..b1d59ec077 100644 --- a/Gemfile +++ b/Gemfile @@ -52,6 +52,7 @@ end gem "dalli", ">= 2.2.1" gem "listen", ">= 3.0.5", "< 3.2", require: false gem "libxml-ruby", platforms: :ruby +gem "connection_pool" # for railties app_generator_test gem "bootsnap", ">= 1.1.0", require: false -- cgit v1.2.3