Skip to content

Commit bc928ac

Browse files
committed
fix: update bundler version to 4.0.3 to match Gemfile.lock
1 parent f4c764b commit bc928ac

File tree

9 files changed

+213
-174
lines changed

9 files changed

+213
-174
lines changed

.github/workflows/ci-ruby.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
uses: ruby/setup-ruby@v1
146146
with:
147147
ruby-version: "3.2"
148-
bundler: "4.0.0"
148+
bundler: "4.0.3"
149149
bundler-cache: false
150150
working-directory: packages/ruby
151151

@@ -545,7 +545,7 @@ jobs:
545545
uses: ruby/setup-ruby@v1
546546
with:
547547
ruby-version: "3.2"
548-
bundler: "4.0.0"
548+
bundler: "4.0.3"
549549
bundler-cache: false
550550
working-directory: packages/ruby
551551

Cargo.lock

Lines changed: 46 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ serde = { version = "1.0.228", features = ["derive"] }
5353
serde_json = { version = "1.0.149" }
5454
thiserror = "2.0.18"
5555
anyhow = "1.0"
56-
libc = "0.2.181"
56+
libc = "0.2.182"
5757
async-trait = "0.1.89"
5858
tracing = "0.1"
5959
ahash = "0.8.12"
@@ -67,10 +67,10 @@ html-to-markdown-rs = { version = "2.24.5", default-features = false }
6767
reqwest = { version = "0.13.2", default-features = false }
6868
image = { version = "0.25.9", default-features = false }
6969
clap = { version = "4.5", features = ["derive", "color", "suggestions"] }
70-
toml = "1.0.0"
70+
toml = "1.0.1"
7171
tempfile = "3.25.0"
7272
criterion = { version = "0.8", features = ["html_reports"] }
73-
lzma-rust2 = { version = "0.15.7" }
73+
lzma-rust2 = { version = "0.16.1" }
7474
getrandom = { version = "0.4.1", features = ["wasm_js"] }
7575
pdfium-render = { package = "kreuzberg-pdfium-render", path = "crates/kreuzberg-pdfium-render", version = "4.3" }
7676

crates/kreuzberg-tesseract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ thiserror = { workspace = true }
2424
image = { workspace = true, features = ["png"] }
2525

2626
[build-dependencies]
27-
cc = { version = "^1.2.55", optional = true }
27+
cc = { version = "^1.2.56", optional = true }
2828
cmake = { version = "0.1.57", optional = true }
2929
zip = { version = "7.4.0", optional = true }
3030

e2e/php/vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => '__root__',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => '0df39d50a71f279ac9f43bc013992240d2a27682',
6+
'reference' => 'd7176de2687e7c19f294c5d2320c9553cd381ae0',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'__root__' => array(
1414
'pretty_version' => 'dev-main',
1515
'version' => 'dev-main',
16-
'reference' => '0df39d50a71f279ac9f43bc013992240d2a27682',
16+
'reference' => 'd7176de2687e7c19f294c5d2320c9553cd381ae0',
1717
'type' => 'library',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

packages/ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ GEM
123123
rubocop (~> 1.81)
124124
ruby-progressbar (1.13.0)
125125
securerandom (0.4.1)
126-
sorbet-runtime (0.6.12938)
126+
sorbet-runtime (0.6.12940)
127127
steep (1.10.0)
128128
activesupport (>= 5.1)
129129
concurrent-ruby (>= 1.1.10)
@@ -244,7 +244,7 @@ CHECKSUMS
244244
rubocop-rspec (3.9.0) sha256=8fa70a3619408237d789aeecfb9beef40576acc855173e60939d63332fdb55e2
245245
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
246246
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
247-
sorbet-runtime (0.6.12938) sha256=698a95c71c94beb1d844b78d14d38765bdd423f2a58d05853809fe86a3c56e0d
247+
sorbet-runtime (0.6.12940) sha256=e935193a35cc5fc92d0bbe60db50fbdfbb787052a3cf01b2daa7af4cecb318cd
248248
steep (1.10.0) sha256=1b295b55f9aaff1b8d3ee42453ee55bc2a1078fda0268f288edb2dc014f4d7d1
249249
strscan (3.1.7) sha256=5f76462b94a3ea50b44973225b7d75b2cb96d4e1bee9ef1319b99ca117b72c8c
250250
terminal-table (4.0.0) sha256=f504793203f8251b2ea7c7068333053f0beeea26093ec9962e62ea79f94301d2

pnpm-lock.yaml

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/ci/ruby/install-bundler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
gem install bundler -v 4.0.0 --no-document || gem install bundler --no-document
4+
gem install bundler -v 4.0.3 --no-document || gem install bundler --no-document
55
bundler --version

0 commit comments

Comments
 (0)