DEV: Update gems for Ruby 3.4 compatibility (#1281)

This commit is contained in:
Rafael dos Santos Silva 2025-04-24 13:02:51 -03:00 committed by GitHub
parent 65718f6dbe
commit 18dda31412
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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