We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a29aa62 + b0f5a90 commit cbda12cCopy full SHA for cbda12c
Gemfile
@@ -62,5 +62,5 @@ end
62
# Required for memcached
63
group :production do
64
gem "dalli"
65
- gem "connection_pool"
+ gem "connection_pool", "~> 2.4"
66
end
Gemfile.lock
@@ -123,7 +123,7 @@ GEM
123
logger (~> 1.5)
124
coderay (1.1.3)
125
concurrent-ruby (1.3.6)
126
- connection_pool (3.0.2)
+ connection_pool (2.5.5)
127
coveralls (0.7.1)
128
multi_json (~> 1.3)
129
rest-client
@@ -580,7 +580,7 @@ DEPENDENCIES
580
bootstrap
581
brakeman
582
capybara
583
- connection_pool
+ connection_pool (~> 2.4)
584
coveralls
585
cssbundling-rails
586
csv
0 commit comments