Added websocket client gem for testing

This commit is contained in:
Grant Burgess
2020-04-09 12:30:28 +10:00
parent 67d0c8bca2
commit 3c6aca28fd

View File

@@ -81,7 +81,9 @@ group :test do
gem 'rest-client', '>= 2.0.1'
gem 'irb'
gem 'pry-byebug'
gem 'em-websocket-client'
gem "websocket-client-simple", "~> 0.3.0"
end
source 'https://rubygems.org'