Skip to content

Commit 80dfa48

Browse files
chore(deps): bump the ruby-dependencies group across 1 directory with 9 updates
Bumps the ruby-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rbs](https://github.com/ruby/rbs) | `4.0.3` | `4.1.3` | | [rubocop](https://github.com/rubocop/rubocop) | `1.88.0` | `1.89.0` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.26.1` | `1.27.0` | | [simplecov](https://github.com/simplecov-ruby/simplecov) | `0.22.0` | `1.1.1` | | [yard](https://github.com/lsegal/yard) | `0.9.44` | `0.9.45` | | [async](https://github.com/socketry/async) | `2.39.0` | `2.44.1` | | [async-http](https://github.com/socketry/async-http) | `0.95.1` | `0.101.0` | | [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-ruby) | `1.10.0` | `1.11.0` | | [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.9.5` | `2.9.6` | Updates `rbs` from 4.0.3 to 4.1.3 - [Release notes](https://github.com/ruby/rbs/releases) - [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md) - [Commits](ruby/rbs@v4.0.3...v4.1.3) Updates `rubocop` from 1.88.0 to 1.89.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.88.0...v1.89.0) Updates `rubocop-performance` from 1.26.1 to 1.27.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.26.1...v1.27.0) Updates `simplecov` from 0.22.0 to 1.1.1 - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](simplecov-ruby/simplecov@v0.22.0...v1.1.1) Updates `yard` from 0.9.44 to 0.9.45 - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md) - [Commits](lsegal/yard@v0.9.44...v0.9.45) Updates `async` from 2.39.0 to 2.44.1 - [Release notes](https://github.com/socketry/async/releases) - [Changelog](https://github.com/socketry/async/blob/main/releases.md) - [Commits](socketry/async@v2.39.0...v2.44.1) Updates `async-http` from 0.95.1 to 0.101.0 - [Release notes](https://github.com/socketry/async-http/releases) - [Changelog](https://github.com/socketry/async-http/blob/main/releases.md) - [Commits](socketry/async-http@v0.95.1...v0.101.0) Updates `opentelemetry-api` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases) - [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-api/v1.10.0...opentelemetry-api/v1.11.0) Updates `sqlite3` from 2.9.5 to 2.9.6 - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v2.9.5...v2.9.6) --- updated-dependencies: - dependency-name: rbs dependency-version: 4.1.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop dependency-version: 1.89.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop-performance dependency-version: 1.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: simplecov dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: ruby-dependencies - dependency-name: yard dependency-version: 0.9.45 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: async dependency-version: 2.44.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: async-http dependency-version: 0.101.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: opentelemetry-api dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: sqlite3 dependency-version: 2.9.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b30000e commit 80dfa48

2 files changed

Lines changed: 47 additions & 56 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ group :development, :test do
88
gem 'async-rspec', '~> 1.17', require: false
99
gem 'bundler-audit', require: false
1010
gem 'rake', '~> 13.0'
11-
gem 'rbs', '~> 4.0', require: false
11+
gem 'rbs', '~> 4.1', require: false
1212
gem 'redcarpet', '~> 3.6', require: false
1313
gem 'rspec', '~> 3.13'
14-
gem 'rubocop', '~> 1.88', require: false
14+
gem 'rubocop', '~> 1.89', require: false
1515
gem 'rubocop-performance', require: false
1616
gem 'rubocop-rake', require: false
1717
gem 'rubocop-rspec', require: false
18-
gem 'simplecov', '~> 0.22', require: false
18+
gem 'simplecov', '~> 1.1', require: false
1919
gem 'simplecov-lcov', '~> 0.8', require: false
2020
gem 'steep', '~> 2.0', require: false
2121
gem 'yard', '~> 0.9', require: false

Gemfile.lock

Lines changed: 44 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,19 @@ GEM
1515
remote: https://rubygems.org/
1616
specs:
1717
ast (2.4.3)
18-
async (2.39.0)
18+
async (2.44.1)
1919
console (~> 1.29)
2020
fiber-annotation
2121
io-event (~> 1.11)
22-
metrics (~> 0.12)
23-
traces (~> 0.18)
24-
async-http (0.95.1)
25-
async (>= 2.10.2)
22+
async-http (0.101.0)
23+
async (>= 2.35.1)
2624
async-pool (~> 0.11)
27-
io-endpoint (~> 0.14)
28-
io-stream (~> 0.6)
29-
metrics (~> 0.12)
30-
protocol-http (~> 0.62)
31-
protocol-http1 (~> 0.39)
25+
io-endpoint (~> 0.18)
26+
io-stream (~> 0.14)
27+
protocol-http (~> 0.66)
28+
protocol-http1 (~> 0.41)
3229
protocol-http2 (~> 0.26)
3330
protocol-url (~> 0.2)
34-
traces (~> 0.10)
3531
async-pool (0.11.2)
3632
async (>= 2.0)
3733
async-rspec (1.17.1)
@@ -49,13 +45,12 @@ GEM
4945
bundler (>= 1.2.0)
5046
thor (~> 1.0)
5147
concurrent-ruby (1.3.6)
52-
console (1.36.0)
48+
console (1.37.0)
5349
fiber-annotation
5450
fiber-local (~> 1.1)
5551
json
5652
csv (3.3.5)
5753
diff-lcs (1.6.2)
58-
docile (1.4.1)
5954
ffi (1.17.4)
6055
ffi (1.17.4-aarch64-linux-gnu)
6156
ffi (1.17.4-aarch64-linux-musl)
@@ -72,38 +67,40 @@ GEM
7267
fiber-storage
7368
fiber-storage (1.0.1)
7469
fileutils (1.8.0)
75-
io-endpoint (0.17.2)
76-
io-event (1.16.2)
77-
io-stream (0.13.1)
78-
json (2.19.9)
79-
language_server-protocol (3.17.0.5)
70+
io-endpoint (0.18.0)
71+
openssl (>= 3.3.0)
72+
io-event (1.19.5)
73+
io-stream (0.14.0)
74+
openssl (>= 3.3)
75+
json (2.21.2)
76+
language_server-protocol (3.17.0.6)
8077
lint_roller (1.1.0)
8178
listen (3.10.0)
8279
logger
8380
rb-fsevent (~> 0.10, >= 0.10.3)
8481
rb-inotify (~> 0.9, >= 0.9.10)
8582
logger (1.7.0)
86-
metrics (0.15.0)
8783
mini_portile2 (2.8.9)
88-
opentelemetry-api (1.10.0)
84+
openssl (4.0.2)
85+
opentelemetry-api (1.11.0)
8986
logger
9087
parallel (2.1.0)
91-
parser (3.3.11.1)
88+
parser (3.3.12.0)
9289
ast (~> 2.4.1)
9390
racc
9491
prism (1.9.0)
9592
protocol-hpack (1.5.1)
96-
protocol-http (0.62.2)
97-
protocol-http1 (0.39.0)
98-
protocol-http (~> 0.62)
99-
protocol-http2 (0.26.0)
93+
protocol-http (0.71.0)
94+
protocol-http1 (0.41.0)
95+
protocol-http (~> 0.68)
96+
protocol-http2 (0.26.2)
10097
protocol-hpack (~> 1.4)
10198
protocol-http (~> 0.62)
10299
protocol-rack (0.22.1)
103100
io-stream (>= 0.10)
104101
protocol-http (~> 0.58)
105102
rack (>= 1.0)
106-
protocol-url (0.4.0)
103+
protocol-url (0.18.0)
107104
protocol-websocket (0.21.1)
108105
protocol-http (~> 0.2)
109106
racc (1.8.1)
@@ -113,7 +110,7 @@ GEM
113110
rb-fsevent (0.11.2)
114111
rb-inotify (0.11.1)
115112
ffi (~> 1.0)
116-
rbs (4.0.3)
113+
rbs (4.1.3)
117114
logger
118115
prism (>= 1.6.0)
119116
tsort
@@ -136,7 +133,7 @@ GEM
136133
diff-lcs (>= 1.2.0, < 2.0)
137134
rspec-support (~> 3.13.0)
138135
rspec-support (3.13.7)
139-
rubocop (1.88.0)
136+
rubocop (1.89.0)
140137
json (~> 2.3)
141138
language_server-protocol (~> 3.17.0.2)
142139
lint_roller (~> 1.1.0)
@@ -147,12 +144,12 @@ GEM
147144
rubocop-ast (>= 1.49.0, < 2.0)
148145
ruby-progressbar (~> 1.7)
149146
unicode-display_width (>= 2.4.0, < 4.0)
150-
rubocop-ast (1.49.1)
147+
rubocop-ast (1.50.0)
151148
parser (>= 3.3.7.2)
152149
prism (~> 1.7)
153-
rubocop-performance (1.26.1)
150+
rubocop-performance (1.27.0)
154151
lint_roller (~> 1.1)
155-
rubocop (>= 1.75.0, < 2.0)
152+
rubocop (>= 1.89.0, < 2.0)
156153
rubocop-ast (>= 1.47.1, < 2.0)
157154
rubocop-rake (0.7.1)
158155
lint_roller (~> 1.1)
@@ -163,25 +160,20 @@ GEM
163160
rubocop (~> 1.86, >= 1.86.2)
164161
ruby-progressbar (1.13.0)
165162
securerandom (0.4.1)
166-
simplecov (0.22.0)
167-
docile (~> 1.1)
168-
simplecov-html (~> 0.11)
169-
simplecov_json_formatter (~> 0.1)
170-
simplecov-html (0.13.2)
163+
simplecov (1.1.1)
171164
simplecov-lcov (0.9.0)
172-
simplecov_json_formatter (0.1.4)
173-
sqlite3 (2.9.5)
165+
sqlite3 (2.9.6)
174166
mini_portile2 (~> 2.8.0)
175-
sqlite3 (2.9.5-aarch64-linux-gnu)
176-
sqlite3 (2.9.5-aarch64-linux-musl)
177-
sqlite3 (2.9.5-arm-linux-gnu)
178-
sqlite3 (2.9.5-arm-linux-musl)
179-
sqlite3 (2.9.5-arm64-darwin)
180-
sqlite3 (2.9.5-x86-linux-gnu)
181-
sqlite3 (2.9.5-x86-linux-musl)
182-
sqlite3 (2.9.5-x86_64-darwin)
183-
sqlite3 (2.9.5-x86_64-linux-gnu)
184-
sqlite3 (2.9.5-x86_64-linux-musl)
167+
sqlite3 (2.9.6-aarch64-linux-gnu)
168+
sqlite3 (2.9.6-aarch64-linux-musl)
169+
sqlite3 (2.9.6-arm-linux-gnu)
170+
sqlite3 (2.9.6-arm-linux-musl)
171+
sqlite3 (2.9.6-arm64-darwin)
172+
sqlite3 (2.9.6-x86-linux-gnu)
173+
sqlite3 (2.9.6-x86-linux-musl)
174+
sqlite3 (2.9.6-x86_64-darwin)
175+
sqlite3 (2.9.6-x86_64-linux-gnu)
176+
sqlite3 (2.9.6-x86_64-linux-musl)
185177
steep (2.0.0)
186178
concurrent-ruby (>= 1.1.10)
187179
csv (>= 3.0.9)
@@ -202,13 +194,12 @@ GEM
202194
terminal-table (4.0.0)
203195
unicode-display_width (>= 1.1.1, < 4)
204196
thor (1.5.0)
205-
traces (0.18.2)
206197
tsort (0.2.0)
207198
unicode-display_width (3.2.0)
208199
unicode-emoji (~> 4.1)
209200
unicode-emoji (4.2.0)
210201
uri (1.1.1)
211-
yard (0.9.44)
202+
yard (0.9.45)
212203

213204
PLATFORMS
214205
aarch64-linux-gnu
@@ -228,14 +219,14 @@ DEPENDENCIES
228219
async-rspec (~> 1.17)
229220
bundler-audit
230221
rake (~> 13.0)
231-
rbs (~> 4.0)
222+
rbs (~> 4.1)
232223
redcarpet (~> 3.6)
233224
rspec (~> 3.13)
234-
rubocop (~> 1.88)
225+
rubocop (~> 1.89)
235226
rubocop-performance
236227
rubocop-rake
237228
rubocop-rspec
238-
simplecov (~> 0.22)
229+
simplecov (~> 1.1)
239230
simplecov-lcov (~> 0.8)
240231
steep (~> 2.0)
241232
yard (~> 0.9)

0 commit comments

Comments
 (0)