Skip to content

Commit

Permalink
add base64 gem to gemspec
Browse files Browse the repository at this point in the history
base64 will no longer be a default gem from ruby 3.4 onwards.
  • Loading branch information
HoneyryderChuck authored Jul 18, 2024
1 parent 58d4ed7 commit 3ae2cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions websocket-driver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |s|

s.files = files

s.add_dependency 'base64'
s.add_dependency 'websocket-extensions', '>= 0.1.0'

s.add_development_dependency 'eventmachine'
Expand Down

0 comments on commit 3ae2cce

Please sign in to comment.