From 53b7f031ba0074a7c438921ac8865cced81c51ef Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Thu, 23 Nov 2023 10:00:25 +0100 Subject: [PATCH] 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) --- plugin.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 9b3c8a24..0eb0d8ee 100644 --- a/plugin.rb +++ b/plugin.rb @@ -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