From 1003985ba525597f8ad4c8e9e5efaf9bacab7618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:20:04 +0000 Subject: [PATCH] Bump tiktoken_ruby from 0.0.9 to 0.0.11.1 Bumps [tiktoken_ruby](https://github.com/IAPark/tiktoken_ruby) from 0.0.9 to 0.0.11.1. - [Commits](https://github.com/IAPark/tiktoken_ruby/commits) --- updated-dependencies: - dependency-name: tiktoken_ruby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3be39e1..6cfc120 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.11' diff --git a/Gemfile.lock b/Gemfile.lock index 0d11792..e51c209 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,9 +69,9 @@ 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.11.1-arm64-darwin) + tiktoken_ruby (0.0.11.1-x86_64-darwin) + tiktoken_ruby (0.0.11.1-x86_64-linux) tty-color (0.6.0) tty-cursor (0.7.1) tty-option (0.3.0) @@ -100,7 +100,7 @@ DEPENDENCIES rubocop rubocop-rspec (~> 3.5) ruby-openai - tiktoken_ruby (~> 0.0.9) + tiktoken_ruby (~> 0.0.11) tty-option tty-prompt