Skip to content

Commit 3966f7d

Browse files
committed
test: add appraisal gemfile for connection_pool v2
1 parent 28ee689 commit 3966f7d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Appraisals

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ end
1919
appraise 'shakapacker' do
2020
gem 'shakapacker', '7.2.0'
2121
end
22+
23+
appraise 'connection_pool_2' do
24+
gem 'connection_pool', '~> 2'
25+
end

gemfiles/connection_pool_2.gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal
2+
3+
source "http://rubygems.org"
4+
5+
gem "connection_pool", "~> 2"
6+
7+
gemspec path: "../"

0 commit comments

Comments
 (0)