We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
connection_pool
1 parent 28ee689 commit 3966f7dCopy full SHA for 3966f7d
Appraisals
@@ -19,3 +19,7 @@ end
19
appraise 'shakapacker' do
20
gem 'shakapacker', '7.2.0'
21
end
22
+
23
+appraise 'connection_pool_2' do
24
+ gem 'connection_pool', '~> 2'
25
+end
gemfiles/connection_pool_2.gemfile
@@ -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