Skip to content

Commit b30000e

Browse files
chore(deps): bump the ruby-dependencies group across 1 directory with 3 updates (#81)
Bumps the ruby-dependencies group with 3 updates in the / directory: [rbs](https://github.com/ruby/rbs), [rubocop](https://github.com/rubocop/rubocop) and [async-websocket](https://github.com/socketry/async-websocket). Updates `rbs` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/ruby/rbs/releases) - [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md) - [Commits](ruby/rbs@v4.0.2...v4.0.3) Updates `rubocop` from 1.87.0 to 1.88.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.87.0...v1.88.0) Updates `async-websocket` from 0.30.0 to 0.30.1 - [Release notes](https://github.com/socketry/async-websocket/releases) - [Changelog](https://github.com/socketry/async-websocket/blob/main/releases.md) - [Commits](socketry/async-websocket@v0.30.0...v0.30.1) --- updated-dependencies: - dependency-name: rbs dependency-version: 4.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: rubocop dependency-version: 1.88.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: async-websocket dependency-version: 0.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c113e2f commit b30000e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :development, :test do
1111
gem 'rbs', '~> 4.0', require: false
1212
gem 'redcarpet', '~> 3.6', require: false
1313
gem 'rspec', '~> 3.13'
14-
gem 'rubocop', '~> 1.87', require: false
14+
gem 'rubocop', '~> 1.88', require: false
1515
gem 'rubocop-performance', require: false
1616
gem 'rubocop-rake', require: false
1717
gem 'rubocop-rspec', require: false

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GEM
3838
rspec (~> 3.0)
3939
rspec-files (~> 1.0)
4040
rspec-memory (~> 1.0)
41-
async-websocket (0.30.0)
41+
async-websocket (0.30.1)
4242
async-http (~> 0.76)
4343
protocol-http (~> 0.34)
4444
protocol-rack (~> 0.7)
@@ -49,7 +49,7 @@ GEM
4949
bundler (>= 1.2.0)
5050
thor (~> 1.0)
5151
concurrent-ruby (1.3.6)
52-
console (1.34.3)
52+
console (1.36.0)
5353
fiber-annotation
5454
fiber-local (~> 1.1)
5555
json
@@ -73,9 +73,9 @@ GEM
7373
fiber-storage (1.0.1)
7474
fileutils (1.8.0)
7575
io-endpoint (0.17.2)
76-
io-event (1.16.0)
77-
io-stream (0.13.0)
78-
json (2.19.8)
76+
io-event (1.16.2)
77+
io-stream (0.13.1)
78+
json (2.19.9)
7979
language_server-protocol (3.17.0.5)
8080
lint_roller (1.1.0)
8181
listen (3.10.0)
@@ -104,7 +104,7 @@ GEM
104104
protocol-http (~> 0.58)
105105
rack (>= 1.0)
106106
protocol-url (0.4.0)
107-
protocol-websocket (0.21.0)
107+
protocol-websocket (0.21.1)
108108
protocol-http (~> 0.2)
109109
racc (1.8.1)
110110
rack (3.2.6)
@@ -113,7 +113,7 @@ GEM
113113
rb-fsevent (0.11.2)
114114
rb-inotify (0.11.1)
115115
ffi (~> 1.0)
116-
rbs (4.0.2)
116+
rbs (4.0.3)
117117
logger
118118
prism (>= 1.6.0)
119119
tsort
@@ -136,7 +136,7 @@ GEM
136136
diff-lcs (>= 1.2.0, < 2.0)
137137
rspec-support (~> 3.13.0)
138138
rspec-support (3.13.7)
139-
rubocop (1.87.0)
139+
rubocop (1.88.0)
140140
json (~> 2.3)
141141
language_server-protocol (~> 3.17.0.2)
142142
lint_roller (~> 1.1.0)
@@ -231,7 +231,7 @@ DEPENDENCIES
231231
rbs (~> 4.0)
232232
redcarpet (~> 3.6)
233233
rspec (~> 3.13)
234-
rubocop (~> 1.87)
234+
rubocop (~> 1.88)
235235
rubocop-performance
236236
rubocop-rake
237237
rubocop-rspec

0 commit comments

Comments
 (0)