Skip to content

Commit

Permalink
Squash a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jun 27, 2022
1 parent 9bad4b7 commit 138a8bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bunny/transport.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class Transport
TLSv1: OpenSSL::SSL::TLS1_VERSION,
TLSv1_1: OpenSSL::SSL::TLS1_1_VERSION,
TLSv1_2: OpenSSL::SSL::TLS1_2_VERSION,
TLSv1_2: OpenSSL::SSL::TLS1_2_VERSION,
TLSv1_3: OpenSSL::SSL::TLS1_3_VERSION,
"1.0": OpenSSL::SSL::TLS1_VERSION,
"1.1": OpenSSL::SSL::TLS1_1_VERSION,
Expand Down

0 comments on commit 138a8bf

Please sign in to comment.