Skip to content

Commit cbda12c

Browse files
authored
Merge pull request #224 from tulibraries/Fixes_argument_problem_with_asset_precompiler
Pin connection_pool gem
2 parents a29aa62 + b0f5a90 commit cbda12c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ end
6262
# Required for memcached
6363
group :production do
6464
gem "dalli"
65-
gem "connection_pool"
65+
gem "connection_pool", "~> 2.4"
6666
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ GEM
123123
logger (~> 1.5)
124124
coderay (1.1.3)
125125
concurrent-ruby (1.3.6)
126-
connection_pool (3.0.2)
126+
connection_pool (2.5.5)
127127
coveralls (0.7.1)
128128
multi_json (~> 1.3)
129129
rest-client
@@ -580,7 +580,7 @@ DEPENDENCIES
580580
bootstrap
581581
brakeman
582582
capybara
583-
connection_pool
583+
connection_pool (~> 2.4)
584584
coveralls
585585
cssbundling-rails
586586
csv

0 commit comments

Comments
 (0)