From 2de61fd74c21158ae83f5a29823c8def7b85f711 Mon Sep 17 00:00:00 2001
From: Ahmad Farhat <ahmad.af.farhat@gmail.com>
Date: Tue, 4 Apr 2023 12:03:48 -0400
Subject: [PATCH] upgrade bigbluebutton api gem (#5114)

---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index bc18a42f..c4fa2f3e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ gem 'active_model_serializers'
 gem 'active_storage_validations'
 gem 'aws-sdk-s3', require: false
 gem 'bcrypt', '~> 3.1.7'
-gem 'bigbluebutton-api-ruby', '1.8'
+gem 'bigbluebutton-api-ruby', '1.9.1'
 gem 'bootsnap', require: false
 gem 'cssbundling-rails'
 gem 'data_migrate'
diff --git a/Gemfile.lock b/Gemfile.lock
index dde593ce..76b9a4cf 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -98,7 +98,7 @@ GEM
     aws-sigv4 (1.5.2)
       aws-eventstream (~> 1, >= 1.0.2)
     bcrypt (3.1.18)
-    bigbluebutton-api-ruby (1.8.0)
+    bigbluebutton-api-ruby (1.9.1)
       childprocess (>= 1.0.1)
       ffi (>= 1.9.24)
       json (>= 1.8.6)
@@ -400,7 +400,7 @@ DEPENDENCIES
   active_storage_validations
   aws-sdk-s3
   bcrypt (~> 3.1.7)
-  bigbluebutton-api-ruby (= 1.8)
+  bigbluebutton-api-ruby (= 1.9.1)
   bootsnap
   capybara
   cssbundling-rails
-- 
GitLab