Skip to content

Commit ec19adb

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 30236ed commit ec19adb

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
@@ -254,7 +254,7 @@ GEM
254254
unicode-emoji (4.0.4)
255255
webrick (1.9.0)
256256
websocket (1.2.11)
257-
websocket-client-simple (0.6.1)
257+
websocket-client-simple (0.8.0)
258258
event_emitter
259259
websocket
260260
xmlrpc (0.3.3)
@@ -311,7 +311,7 @@ DEPENDENCIES
311311
test-unit-full (~> 0.0.5)
312312
thin (~> 1.8)
313313
uglifier (~> 4.2)
314-
websocket-client-simple (~> 0.6.1)
314+
websocket-client-simple (~> 0.8.0)
315315
xmlrpc (~> 0.3.3)
316316

317317
BUNDLED WITH

0 commit comments

Comments
 (0)