8000 Bump dependencies. · rawrafox/async-websocket@e3aae7a · GitHub
[go: up one dir, main page]

Skip to content

Commit e3aae7a

Browse files
committed
Bump dependencies.
1 parent 9fd847f commit e3aae7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

async-websocket.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717

1818
spec.add_dependency "async-io", "~> 1.23"
1919
spec.add_dependency "async-http", "~> 0.43"
20-
spec.add_dependency "protocol-websocket", "~> 0.6.0"
20+
spec.add_dependency "protocol-websocket", "~> 0.7.0"
2121

2222
spec.add_development_dependency "async-rspec"
2323
spec.add_development_dependency "falcon", "~> 0.32"

lib/async/websocket/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
module Async
2222
module WebSocket
23-
VERSION = "0.12.1"
23+
VERSION = "0.12.2"
2424
end
2525
end

0 commit comments

Comments
 (0)
0