From a5fe941e6a9a0f5e3b78b69e4b7f0ef2accf5946 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Mon, 19 Feb 2024 23:45:16 -0300 Subject: [PATCH] DEV: Update libraries for Ruby 3.3 compat (#477) --- plugin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.rb b/plugin.rb index 385e4fbe..bff670d8 100644 --- a/plugin.rb +++ b/plugin.rb @@ -8,8 +8,8 @@ # url: https://meta.discourse.org/t/discourse-ai/259214 # required_version: 2.7.0 -gem "tokenizers", "0.4.2" -gem "tiktoken_ruby", "0.0.5" +gem "tokenizers", "0.4.3" +gem "tiktoken_ruby", "0.0.7" enabled_site_setting :discourse_ai_enabled