Skip to content

Commit 9bb8877

Browse files
Bump websocket-client-simple from 0.6.1 to 0.8.0
Bumps [websocket-client-simple](https://github.com/ruby-jp/websocket-client-simple) from 0.6.1 to 0.8.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.8.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 1c1e1ad commit 9bb8877

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.8.0'
7474

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

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ GEM
239239
unicode-emoji (4.0.4)
240240
webrick (1.9.1)
241241
websocket (1.2.11)
242-
websocket-client-simple (0.6.1)
242+
websocket-client-simple (0.8.0)
243243
event_emitter
244244
websocket
245245
xmlrpc (0.3.3)
@@ -291,7 +291,7 @@ DEPENDENCIES
291291
test-unit-full (~> 0.0.5)
292292
thin (~> 1.8)
293293
uglifier (~> 4.2)
294-
websocket-client-simple (~> 0.6.1)
294+
websocket-client-simple (~> 0.8.0)
295295
xmlrpc (~> 0.3.3)
296296

297297
BUNDLED WITH

0 commit comments

Comments
 (0)