diff --git a/Gemfile b/Gemfile index bc18a42f43e2696d2292a978badc3bb871be1782..c4fa2f3ead2c8168308135f22ec560814f3a6199 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 dde593ce6a1bbdfee96b37ae8103fbb82454cbc0..76b9a4cf341e9a82583c4615ef74d89461aefbb7 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