Skip to content

Commit 4c3fb45

Browse files
committed
Pin connection_pool < 3 for Ruby 3.1 compatibility
1 parent 6cb8393 commit 4c3fb45

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gemspec
77
gem 'appraisal'
88
gem 'bundler'
99
gem 'cancancan'
10+
gem 'connection_pool', '< 3' # 3.x requires Ruby >= 3.2
1011
gem 'minitest', '~> 5.25'
1112
gem 'pry'
1213
gem 'rake'

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GEM
102102
cancancan (3.5.0)
103103
coderay (1.1.3)
104104
concurrent-ruby (1.3.6)
105-
connection_pool (3.0.2)
105+
connection_pool (2.5.5)
106106
crass (1.0.6)
107107
date (3.5.1)
108108
docile (1.4.0)
@@ -265,6 +265,7 @@ DEPENDENCIES
265265
appraisal
266266
bundler
267267
cancancan
268+
connection_pool (< 3)
268269
minitest (~> 5.25)
269270
pry
270271
rails_ops!

0 commit comments

Comments
 (0)