Skip to content

Commit 9cdcc02

Browse files
Update dependency connection_pool to v3
1 parent 3c1681a commit 9cdcc02

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
@@ -87,7 +87,7 @@ gem 'stringex'
8787
# gem "image_processing", "~> 1.2"
8888

8989
group :production do
90-
gem 'connection_pool', '< 3'
90+
gem 'connection_pool', '< 4'
9191
# Use postgres as the database for Active Record
9292
gem 'pg'
9393
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ GEM
122122
cgi (0.5.1)
123123
climate_control (1.2.0)
124124
concurrent-ruby (1.3.6)
125-
connection_pool (2.5.5)
125+
connection_pool (3.0.2)
126126
crack (1.0.1)
127127
bigdecimal
128128
rexml
@@ -520,7 +520,7 @@ DEPENDENCIES
520520
cancancan
521521
capybara
522522
climate_control
523-
connection_pool (< 3)
523+
connection_pool (< 4)
524524
csv
525525
debug
526526
devise

0 commit comments

Comments
 (0)