Skip to content

Commit

Permalink
Add comment about related ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Oct 15, 2024
1 parent f526686 commit 251fc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pg/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# frozen_string_literal: true

require 'pg' unless defined?( PG )
require 'io/wait' unless ::IO.public_instance_methods(false).include?(:wait_readable)
require 'io/wait' unless ::IO.public_instance_methods(false).include?(:wait_readable) # for ruby < 3.0
require 'socket'

# The PostgreSQL connection class. The interface for this class is based on
Expand Down

0 comments on commit 251fc4a

Please sign in to comment.