Skip to content

Commit 698bcde

Browse files
committed
ruby: loosen websocket dependency to ~> 1.0
1 parent bc05a02 commit 698bcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/build.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rubygem(
2020
{ "multi_json" : "~> 1.0" },
2121
{ "rubyzip" : "~> 1.0" },
2222
{ "childprocess" : ">= 0.5.0" },
23-
{ "websocket" : "~> 1.0.4" }
23+
{ "websocket" : "~> 1.0" }
2424
],
2525
devdeps = [
2626
{ "rspec" : "~> 2.0" },

0 commit comments

Comments
 (0)