mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
Remove BasicObject as this is now removed from ConnectionPool class in connection_pool.rb
This commit is contained in:
parent
2d8762b073
commit
3e9523dae0
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
class ConnectionPool < BasicObject
|
||||
class ConnectionPool
|
||||
VERSION = "0.9.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue