From 18dda31412180f3a44a2f3ee5ff687192163ae12 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Thu, 24 Apr 2025 13:02:51 -0300 Subject: [PATCH] DEV: Update gems for Ruby 3.4 compatibility (#1281) --- plugin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.rb b/plugin.rb index e83d8df7..8510dbf9 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.4" -gem "tiktoken_ruby", "0.0.9" +gem "tokenizers", "0.5.4" +gem "tiktoken_ruby", "0.0.11.1" gem "ed25519", "1.2.4" #TODO remove this as existing ssl gem should handle this # we probably want to move all dependencies directly in to the Discourse Gemfile, this