Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ gem "counter_culture", "~> 3.3"
gem "fugit"
gem "pg_query"
gem "rack-attack"
gem "tiktoken_ruby"
gem "tzinfo-data", platforms: %i[windows jruby] # Timezone data
# Third-Party Tools for Monitoring, Error Reporting, etc.
gem "jsonpath"
Expand Down
9 changes: 9 additions & 0 deletions server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,15 @@ GEM
stripe (13.4.1)
strong_migrations (1.8.0)
activerecord (>= 5.2)
<<<<<<< HEAD
thor (1.4.0)
=======
thor (1.3.2)
tiktoken_ruby (0.0.15.1-aarch64-linux)
tiktoken_ruby (0.0.15.1-arm64-darwin)
tiktoken_ruby (0.0.15.1-x86_64-darwin)
tiktoken_ruby (0.0.15.1-x86_64-linux)
>>>>>>> 55e84e1d6 (chore(CE): add tiktoken_ruby to Gemfile (#1680))
timecop (0.9.8)
timeout (0.4.3)
tiny_tds (3.2.0)
Expand Down Expand Up @@ -2368,6 +2376,7 @@ DEPENDENCIES
solid_queue
strong_migrations
temporal-ruby!
tiktoken_ruby
timecop
tzinfo-data
webrick
Expand Down
Loading