aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
-rw-r--r--config/environments/production.rb2
3 files changed, 1 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 76e5ae4..58bc6f8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,7 +18,6 @@ gem "turbolinks"
gem "unicorn"
gem "unicorn-worker-killer"
gem "dalli"
-gem "connection_pool"
gem "omniauth-twitter"
gem "twitter"
diff --git a/Gemfile.lock b/Gemfile.lock
index 1ae574c..f997719 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -51,7 +51,6 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.7.1)
- connection_pool (2.0.0)
cool.io (1.1.1)
iobuffer (>= 1.0.0)
coveralls (0.7.1)
@@ -305,7 +304,6 @@ PLATFORMS
DEPENDENCIES
activerecord-import
bootstrap-sass
- connection_pool
coveralls
dalli
em-work_queue
diff --git a/config/environments/production.rb b/config/environments/production.rb
index c27213e..6f67762 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -55,7 +55,7 @@ Rails.application.configure do
config.action_view.logger = nil
# Use a different cache store in production.
- config.cache_store = :dalli_store, { pool_size: 5 }
+ config.cache_store = :dalli_store
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = "http://assets.example.com"