Closed alexcwatt closed 3 years ago
This PR adds a Travis config to test against Ruby 3.0.1, fixes the Connection#initialize definition and the setup_config call to Connection.new, and resolves some Rubocop errors.
Connection#initialize
setup_config
Connection.new
Thanks @alexcwatt will merge
This PR adds a Travis config to test against Ruby 3.0.1, fixes the
Connection#initialize
definition and thesetup_config
call toConnection.new
, and resolves some Rubocop errors.