Skip to content

Commit ca081d5

Browse files
Bump connection_pool from 2.5.5 to 3.0.2
Bumps [connection_pool](https://github.com/mperham/connection_pool) from 2.5.5 to 3.0.2. - [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md) - [Commits](mperham/connection_pool@v2.5.5...v3.0.2) --- updated-dependencies: - dependency-name: connection_pool dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cbda12c commit ca081d5

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", "~> 2.4"
65+
gem "connection_pool", "~> 3.0"
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 (2.5.5)
126+
connection_pool (3.0.2)
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 (~> 2.4)
583+
connection_pool (~> 3.0)
584584
coveralls
585585
cssbundling-rails
586586
csv

0 commit comments

Comments
 (0)