Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 18dda31

Browse files
authored
DEV: Update gems for Ruby 3.4 compatibility (#1281)
1 parent 65718f6 commit 18dda31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# url: https://meta.discourse.org/t/discourse-ai/259214
99
# required_version: 2.7.0
1010

11-
gem "tokenizers", "0.4.4"
12-
gem "tiktoken_ruby", "0.0.9"
11+
gem "tokenizers", "0.5.4"
12+
gem "tiktoken_ruby", "0.0.11.1"
1313
gem "ed25519", "1.2.4" #TODO remove this as existing ssl gem should handle this
1414

1515
# we probably want to move all dependencies directly in to the Discourse Gemfile, this

0 commit comments

Comments
 (0)