Skip to content

Commit

Permalink
Remove unused require 'base64' (#54)
Browse files Browse the repository at this point in the history
Follow up #51
  • Loading branch information
mame authored Jun 21, 2024
1 parent ad8b36d commit 83985db
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 83985db

Please sign in to comment.