Skip to content

Commit 0ad8770

Browse files
committed
CHORE: restore mime gem declarations
1 parent 058fdb6 commit 0ad8770

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugin.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# frozen_string_literal: true
22
# name: discourse-chatbot
33
# about: a plugin that allows you to have a conversation with a configurable chatbot in Discourse Chat, Topics and Private Messages
4-
# version: 1.5.9
4+
# version: 1.5.11
55
# authors: merefield
66
# url: https://github.com/merefield/discourse-chatbot
77

8+
gem 'mime-types-data', '3.2025.0617', { require: false }
9+
gem 'mime-types', '3.7.0', { require: false }
810
gem 'multipart-post', '2.4.0', { require: false }
911
gem 'faraday-multipart', '1.0.4', { require: false }
1012
gem 'event_stream_parser', '1.0.0', { require: false }

0 commit comments

Comments
 (0)