Skip to content

Commit

Permalink
Update rb-sys to 0.9.91
Browse files Browse the repository at this point in the history
  • Loading branch information
IAPark committed Apr 4, 2024
1 parent aad9e42 commit 79be147
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
tiktoken_ruby (0.0.8)
rb_sys (= 0.9.87)
rb_sys (= 0.9.91)

GEM
remote: https://rubygems.org/
Expand All @@ -22,7 +22,7 @@ GEM
rake (13.1.0)
rake-compiler (1.2.5)
rake
rb_sys (0.9.87)
rb_sys (0.9.91)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
Expand Down
2 changes: 1 addition & 1 deletion ext/tiktoken_ruby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ crate-type = ["cdylib"]

[dependencies]
magnus = { version = "0.6.1" }
rb-sys = { version = "0.9.87", features = ["stable-api-compiled-fallback"] }
rb-sys = { version = "0.9.91", features = ["stable-api-compiled-fallback"] }
tiktoken-rs = { git = "https://github.com/IAPark/tiktoken-rs.git" }
2 changes: 1 addition & 1 deletion tiktoken_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.extensions = ["ext/tiktoken_ruby/extconf.rb"]
spec.add_dependency "rb_sys", "= 0.9.87"
spec.add_dependency "rb_sys", "= 0.9.91"
end

0 comments on commit 79be147

Please sign in to comment.