Skip to content

Commit

Permalink
Merge pull request #60 from IAPark/lock-it-down
Browse files Browse the repository at this point in the history
Lock rb-sys to 0.9.106
  • Loading branch information
gjtorikian authored Jan 8, 2025
2 parents 0cb6c29 + 6a54c53 commit ad1ee31
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.

6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
tiktoken_ruby (0.0.10)
rb_sys (>= 0.9.87)
tiktoken_ruby (0.0.11)
rb_sys (= 0.9.106)

GEM
remote: https://rubygems.org/
Expand All @@ -22,7 +22,7 @@ GEM
rake (13.2.1)
rake-compiler (1.2.9)
rake
rb_sys (0.9.105)
rb_sys (0.9.106)
regexp_parser (2.10.0)
rspec (3.13.0)
rspec-core (~> 3.13.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.7.1" }
rb-sys = { version = "0.9.87", features = ["stable-api-compiled-fallback"] }
rb-sys = { version = "0.9.106", features = ["stable-api-compiled-fallback"] }
tiktoken-rs = { version = "0.6.0" }
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.106"
end

0 comments on commit ad1ee31

Please sign in to comment.