Skip to content

Commit a284fb7

Browse files
Bump websocket-client-simple from 0.6.1 to 0.9.0
Bumps [websocket-client-simple](https://github.com/ruby-jp/websocket-client-simple) from 0.6.1 to 0.9.0. - [Release notes](https://github.com/ruby-jp/websocket-client-simple/releases) - [Changelog](https://github.com/ruby-jp/websocket-client-simple/blob/master/CHANGELOG.md) - [Commits](ruby-jp/websocket-client-simple@v0.6.1...v0.9.0) --- updated-dependencies: - dependency-name: websocket-client-simple dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b04f63 commit a284fb7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ group :test do
7070
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
7171

7272
gem 'rest-client', '~> 2.1.0'
73-
gem 'websocket-client-simple', '~> 0.6.1'
73+
gem 'websocket-client-simple', '~> 0.9.0'
7474

7575
# Note: curb gem requires curl libraries
7676
# sudo apt-get install libcurl4-openssl-dev

Gemfile.lock

+5-2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ GEM
103103
msgpack (1.7.5)
104104
mustermann (3.0.3)
105105
ruby2_keywords (~> 0.0.1)
106+
mutex_m (0.3.0)
106107
net-protocol (0.2.2)
107108
timeout
108109
net-smtp (0.5.0)
@@ -239,8 +240,10 @@ GEM
239240
unicode-emoji (4.0.4)
240241
webrick (1.9.1)
241242
websocket (1.2.11)
242-
websocket-client-simple (0.6.1)
243+
websocket-client-simple (0.9.0)
244+
base64
243245
event_emitter
246+
mutex_m
244247
websocket
245248
xmlrpc (0.3.3)
246249
webrick
@@ -291,7 +294,7 @@ DEPENDENCIES
291294
test-unit-full (~> 0.0.5)
292295
thin (~> 1.8)
293296
uglifier (~> 4.2)
294-
websocket-client-simple (~> 0.6.1)
297+
websocket-client-simple (~> 0.9.0)
295298
xmlrpc (~> 0.3.3)
296299

297300
BUNDLED WITH

0 commit comments

Comments
 (0)