Skip to content

Commit

Permalink
Add mutex_m and base64 to deps
Browse files Browse the repository at this point in the history
These gems are moved to bundled gems from 3.4

see alse https://stdgems.org/3.4.0/
  • Loading branch information
unasuke committed Dec 29, 2024
1 parent 9165629 commit 19dd4e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions websocket-client-simple.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ Gem::Specification.new do |spec|

spec.add_dependency "websocket"
spec.add_dependency "event_emitter"
spec.add_dependency "mutex_m"
spec.add_dependency "base64"
end

0 comments on commit 19dd4e6

Please sign in to comment.