Skip to content

Commit 40d515b

Browse files
chore(deps): bump the ruby group with 7 updates
Bumps the ruby group with 7 updates: | Package | From | To | | --- | --- | --- | | [async](https://github.com/socketry/async) | `2.42.0` | `2.43.0` | | [async-http](https://github.com/socketry/async-http) | `0.95.1` | `0.98.1` | | [io-event](https://github.com/socketry/io-event) | `1.19.2` | `1.19.3` | | [io-stream](https://github.com/socketry/io-stream) | `0.13.2` | `0.14.0` | | [protocol-http](https://github.com/socketry/protocol-http) | `0.63.0` | `0.64.0` | | [protocol-http2](https://github.com/socketry/protocol-http2) | `0.26.1` | `0.26.2` | | [puppeteer-ruby](https://github.com/YusukeIwaki/puppeteer-ruby) | `0.52.1` | `0.53.0` | Updates `async` from 2.42.0 to 2.43.0 - [Release notes](https://github.com/socketry/async/releases) - [Changelog](https://github.com/socketry/async/blob/main/releases.md) - [Commits](socketry/async@v2.42.0...v2.43.0) Updates `async-http` from 0.95.1 to 0.98.1 - [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.98.1) Updates `io-event` from 1.19.2 to 1.19.3 - [Release notes](https://github.com/socketry/io-event/releases) - [Changelog](https://github.com/socketry/io-event/blob/main/releases.md) - [Commits](socketry/io-event@v1.19.2...v1.19.3) Updates `io-stream` from 0.13.2 to 0.14.0 - [Release notes](https://github.com/socketry/io-stream/releases) - [Changelog](https://github.com/socketry/io-stream/blob/main/releases.md) - [Commits](socketry/io-stream@v0.13.2...v0.14.0) Updates `protocol-http` from 0.63.0 to 0.64.0 - [Release notes](https://github.com/socketry/protocol-http/releases) - [Changelog](https://github.com/socketry/protocol-http/blob/main/releases.md) - [Commits](socketry/protocol-http@v0.63.0...v0.64.0) Updates `protocol-http2` from 0.26.1 to 0.26.2 - [Release notes](https://github.com/socketry/protocol-http2/releases) - [Changelog](https://github.com/socketry/protocol-http2/blob/main/releases.md) - [Commits](socketry/protocol-http2@v0.26.1...v0.26.2) Updates `puppeteer-ruby` from 0.52.1 to 0.53.0 - [Commits](YusukeIwaki/puppeteer-ruby@0.52.1...0.53.0) --- updated-dependencies: - dependency-name: async dependency-version: 2.43.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: async-http dependency-version: 0.98.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: io-event dependency-version: 1.19.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: io-stream dependency-version: 0.14.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: protocol-http dependency-version: 0.64.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: protocol-http2 dependency-version: 0.26.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: puppeteer-ruby dependency-version: 0.53.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fcde05c commit 40d515b

1 file changed

Lines changed: 13 additions & 16 deletions

File tree

Gemfile.lock

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,19 @@ GEM
3333
specs:
3434
addressable (2.9.0)
3535
public_suffix (>= 2.0.2, < 8.0)
36-
async (2.42.0)
36+
async (2.43.0)
3737
console (~> 1.29)
3838
fiber-annotation
3939
io-event (~> 1.11)
40-
metrics (~> 0.12)
41-
traces (~> 0.18)
42-
async-http (0.95.1)
43-
async (>= 2.10.2)
40+
async-http (0.98.1)
41+
async (>= 2.35.1)
4442
async-pool (~> 0.11)
4543
io-endpoint (~> 0.14)
46-
io-stream (~> 0.6)
47-
metrics (~> 0.12)
48-
protocol-http (~> 0.62)
44+
io-stream (~> 0.14)
45+
protocol-http (~> 0.64)
4946
protocol-http1 (~> 0.39)
5047
protocol-http2 (~> 0.26)
5148
protocol-url (~> 0.2)
52-
traces (~> 0.10)
5349
async-pool (0.11.2)
5450
async (>= 2.0)
5551
async-websocket (0.30.1)
@@ -117,14 +113,13 @@ GEM
117113
fiber-storage
118114
fiber-storage (1.0.1)
119115
io-endpoint (0.17.2)
120-
io-event (1.19.2)
121-
io-stream (0.13.2)
116+
io-event (1.19.3)
117+
io-stream (0.14.0)
122118
openssl (>= 3.3)
123119
json (2.21.1)
124120
kramdown (2.5.2)
125121
rexml (>= 3.4.4)
126122
logger (1.7.0)
127-
metrics (0.15.0)
128123
mime-types (3.7.0)
129124
logger
130125
mime-types-data (~> 3.2025, >= 3.2025.0507)
@@ -137,10 +132,10 @@ GEM
137132
racc (~> 1.4)
138133
openssl (4.0.2)
139134
protocol-hpack (1.5.1)
140-
protocol-http (0.63.0)
135+
protocol-http (0.64.0)
141136
protocol-http1 (0.39.0)
142137
protocol-http (~> 0.62)
143-
protocol-http2 (0.26.1)
138+
protocol-http2 (0.26.2)
144139
protocol-hpack (~> 1.4)
145140
protocol-http (~> 0.62)
146141
protocol-rack (0.22.1)
@@ -151,12 +146,13 @@ GEM
151146
protocol-websocket (0.21.1)
152147
protocol-http (~> 0.2)
153148
public_suffix (7.0.5)
154-
puppeteer-ruby (0.52.1)
149+
puppeteer-ruby (0.53.0)
155150
async (>= 2.35.1, < 3.0)
156151
async-http (>= 0.60, < 1.0)
157152
async-websocket (>= 0.27, < 1.0)
158153
base64
159154
mime-types (>= 3.0)
155+
urlpattern (~> 0.1.1)
160156
racc (1.8.1)
161157
rack (3.2.6)
162158
regexp_parser (2.12.0)
@@ -169,10 +165,11 @@ GEM
169165
crass (~> 1.0.2)
170166
nokogiri (>= 1.16.8)
171167
thor (1.5.0)
172-
traces (0.18.2)
173168
tzinfo (2.0.6)
174169
concurrent-ruby (~> 1.0)
175170
uri (1.1.1)
171+
urlpattern (0.1.1-arm64-darwin)
172+
urlpattern (0.1.1-x86_64-linux)
176173
zeitwerk (2.8.2)
177174
zlib (3.2.3)
178175

0 commit comments

Comments
 (0)