Skip to content

Commit 4298aa2

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] <support@github.com>
1 parent e91211c commit 4298aa2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'bcrypt_pbkdf'
1111
gem 'bootstrap-sass', '~> 3.4.1'
1212
gem 'capybara'
1313
gem 'change_the_subject', github: 'pulibrary/change_the_subject', branch: 'main'
14-
gem 'connection_pool', '~> 2.5'
14+
gem 'connection_pool', '~> 3.0'
1515
gem 'devise'
1616
gem 'ed25519'
1717
gem 'faraday', '~> 1.10'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ GEM
192192
coercible (1.0.0)
193193
descendants_tracker (~> 0.0.1)
194194
concurrent-ruby (1.3.6)
195-
connection_pool (2.5.5)
195+
connection_pool (3.0.2)
196196
coveralls_reborn (0.29.0)
197197
simplecov (~> 0.22.0)
198198
term-ansicolor (~> 1.7)
@@ -736,7 +736,7 @@ DEPENDENCIES
736736
capistrano-rails-console
737737
capybara
738738
change_the_subject!
739-
connection_pool (~> 2.5)
739+
connection_pool (~> 3.0)
740740
coveralls_reborn
741741
datadog
742742
devise

0 commit comments

Comments
 (0)