diff --git a/Gemfile b/Gemfile index 4f14ce2e..e3353cce 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ gem 'bigbluebutton-api-ruby', '~> 1.9.1' gem 'rest-client' -gem 'omniauth', '>= 2.1.1' +gem 'omniauth', '>= 2.1.2' gem 'omniauth-oauth2', '>= 1.8.0' gem 'omniauth-rails_csrf_protection', '~> 1.0.1' gem 'repost', '~> 0.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index 84ad7c60..8920e96a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,7 +204,7 @@ GEM rack (>= 1.2, < 4) snaky_hash (~> 2.0) version_gem (~> 1.1) - omniauth (2.1.1) + omniauth (2.1.2) hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection @@ -433,7 +433,7 @@ DEPENDENCIES lograge (~> 0.14.0) minitest net-smtp - omniauth (>= 2.1.1) + omniauth (>= 2.1.2) omniauth-bbbltibroker! omniauth-oauth2 (>= 1.8.0) omniauth-rails_csrf_protection (~> 1.0.1)