From 0b6a7bafaef612793fa9cdf0646cbb47ffe0e583 Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 6 Oct 2020 00:18:45 +0200 Subject: Use Discourse API gem We use the DiscourseApi::Client to interact with https://talk.incommon.cc discourse_api: https://meta.discourse.org/t/using-the-discourse-api-ruby-gem/17587 --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 882905b..d63e73c 100644 --- a/Gemfile +++ b/Gemfile @@ -25,6 +25,8 @@ gem 'jbuilder', '~> 2.7' # Use bitfields in models gem 'bitfields' +# Use Discourse API +gem 'discourse_api' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.4.2', require: false -- cgit v1.2.3