mperham / connection_pool

Generic connection pooling for Ruby
MIT License
1.63k stars 143 forks source link

Add required_ruby_version to the Gemspec #134

Closed mayrsascha closed 4 years ago

mayrsascha commented 4 years ago

Follow-up to https://github.com/mperham/connection_pool/issues/133

The ruby version check is permissive on purpose, i.e. it will also allow the gem install for Ruby version 3.x. as I am not aware of any problems this gem would have with Ruby 3.x and it will allow people using Ruby 3 beta versions to use this gem.