Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Require newer faye-websocket
Browse files Browse the repository at this point in the history
Due to vulnerability: GHSA-2v5c-755p-p4gv
  • Loading branch information
artfuldodger committed Aug 3, 2020
1 parent c33155d commit 247e78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack.gemspec
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "faraday", "~> 0.11"
spec.add_runtime_dependency "faraday_middleware", "~> 0.10.0"
spec.add_runtime_dependency "multi_json", ">= 1.0.3", "~> 1.0"
spec.add_runtime_dependency "faye-websocket", "~> 0.10.6"
spec.add_runtime_dependency "faye-websocket", "~> 0.11.0"
end

0 comments on commit 247e78f

Please sign in to comment.