DEV: Remove `gem "aws-eventstream"` entry (#305)

Core already includes aws-eventstream through aws-sdk-s3 and aws-sdk-sns.

Specifying a dependency in a plugin was blocking an upgrade in core (https://github.com/discourse/discourse/pull/24518)
This commit is contained in:
Jarek Radosz 2023-11-23 10:00:25 +01:00 committed by GitHub
parent 787cd1bf17
commit 53b7f031ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
gem "tokenizers", "0.3.3"
gem "tiktoken_ruby", "0.0.5"
gem "aws-eventstream", "1.2.0"
enabled_site_setting :discourse_ai_enabled