Skip to content

Commit 289d896

Browse files
authored
Merge pull request #139 from merefield/remove_require
CHORE: remove require
2 parents 8a06667 + f384cca commit 289d896

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/discourse_chatbot/functions/paint_edit_function.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# frozen_string_literal: true
22

33
require_relative '../function'
4-
require 'mime/types'
54

65
module DiscourseChatbot
76
class PaintEditFunction < Function

plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.10
55
# authors: merefield
66
# url: https://github.com/merefield/discourse-chatbot
77

0 commit comments

Comments
 (0)