From ba07ebe5d8f8b026d3c08669c792dd17ec8d07ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:17:24 +0000 Subject: [PATCH] Bump tiktoken_ruby from 0.0.9 to 0.0.12 Bumps [tiktoken_ruby](https://github.com/IAPark/tiktoken_ruby) from 0.0.9 to 0.0.12. - [Commits](https://github.com/IAPark/tiktoken_ruby/compare/v0.0.9...v0.0.12) --- updated-dependencies: - dependency-name: tiktoken_ruby dependency-version: 0.0.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3be39e1..77b060e 100644 --- a/Gemfile +++ b/Gemfile @@ -11,4 +11,4 @@ gem 'rspec', '~> 3.13' gem 'rubocop', require: false gem 'rubocop-rspec', '~> 3.5' -gem 'tiktoken_ruby', '~> 0.0.9' +gem 'tiktoken_ruby', '~> 0.0.12' diff --git a/Gemfile.lock b/Gemfile.lock index 0d11792..16833b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,6 +34,9 @@ GEM public_suffix (6.0.1) racc (1.8.1) rainbow (3.1.1) + rake-compiler-dock (1.9.1) + rb_sys (0.9.117) + rake-compiler-dock (= 1.9.1) regexp_parser (2.10.0) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -69,9 +72,8 @@ GEM faraday (>= 1) faraday-multipart (>= 1) ruby-progressbar (1.13.0) - tiktoken_ruby (0.0.9-arm64-darwin) - tiktoken_ruby (0.0.9-x86_64-darwin) - tiktoken_ruby (0.0.9-x86_64-linux) + tiktoken_ruby (0.0.12) + rb_sys (~> 0.9) tty-color (0.6.0) tty-cursor (0.7.1) tty-option (0.3.0) @@ -100,7 +102,7 @@ DEPENDENCIES rubocop rubocop-rspec (~> 3.5) ruby-openai - tiktoken_ruby (~> 0.0.9) + tiktoken_ruby (~> 0.0.12) tty-option tty-prompt