Skip to content

Commit 7a04342

Browse files
committed
bump rb-sys dependencies
1 parent c5c7fc6 commit 7a04342

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

.github/workflows/build-ruby-release.reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: BAML Release - Build Ruby
33
on:
44
workflow_call: {}
55
push:
6-
branches: [aaron-fix]
6+
branches: [bump-ruby]
77

88
permissions:
99
contents: read

engine/Cargo.lock

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

engine/language_client_ruby/ext/ruby_ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jsonish = { path = "../../../baml-lib/jsonish" }
2222
log.workspace = true
2323
magnus = { version = "0.7.1", features = ["rb-sys"] }
2424
# Must be kept in sync with ../../Gemfile
25-
rb-sys = { version = "0.9.99", features = [
25+
rb-sys = { version = "0.9.111", features = [
2626
"global-allocator",
2727
"bindgen-rbimpls",
2828
"bindgen-deprecated-types",
@@ -44,4 +44,4 @@ version = "0.7.1"
4444
features = ["rb-sys", "embed"]
4545

4646
[build-dependencies]
47-
rb-sys-env = { version = "0.1" }
47+
rb-sys-env = { version = "0.2.2" }

0 commit comments

Comments
 (0)