Skip to content

Commit

Permalink
Remove unused require 'base64'
Browse files Browse the repository at this point in the history
Follow up imanel#51
  • Loading branch information
mame committed Jun 21, 2024
1 parent ad8b36d commit 4bc7960
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/websocket/handshake/handler/client04.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require 'digest/sha1'
require 'base64'

module WebSocket
module Handshake
Expand Down
1 change: 0 additions & 1 deletion lib/websocket/handshake/handler/server04.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require 'digest/sha1'
require 'base64'

module WebSocket
module Handshake
Expand Down

0 comments on commit 4bc7960

Please sign in to comment.