aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorfatkodima <fatkodima@rambler.ru>2017-12-14 17:05:13 +0200
committerfatkodima <fatkodima123@gmail.com>2018-02-01 23:52:20 +0200
commitdc407392cd6527a9902e91efabedbdced43594e1 (patch)
treed1d459e87d62296aba5f91f0fae34985e774c9af /Gemfile
parent2417f3c53f3e5fb1fbc1f8ba3a75ce65349dc11c (diff)
downloadrails-dc407392cd6527a9902e91efabedbdced43594e1.tar.gz
rails-dc407392cd6527a9902e91efabedbdced43594e1.tar.bz2
rails-dc407392cd6527a9902e91efabedbdced43594e1.zip
Add support for connection pooling on RedisCacheStore
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b1d59ec077..18e014e72f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,7 +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"
+gem "connection_pool", require: false
# for railties app_generator_test
gem "bootsnap", ">= 1.1.0", require: false