diff --git a/Gemfile b/Gemfile index bda7b5894..452e34ec3 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'strong_migrations', '~> 2.0.1' gem 'bcrypt', '>= 3.1.13' gem 'omniauth', '~> 2.1' gem 'omniauth-rails_csrf_protection', '~> 1.0' -gem 'omniauth-saml', '~> 2.1' +gem 'omniauth-saml', '~> 2.2' # Authorization gem 'pundit', '2.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 7cfead606..fcf48cc59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -376,7 +376,7 @@ GEM omniauth-rails_csrf_protection (1.0.2) actionpack (>= 4.2) omniauth (~> 2.0) - omniauth-saml (2.1.2) + omniauth-saml (2.2.1) omniauth (~> 2.1) ruby-saml (~> 1.17) open4 (1.3.4) @@ -668,7 +668,7 @@ DEPENDENCIES oaisys! omniauth (~> 2.1) omniauth-rails_csrf_protection (~> 1.0) - omniauth-saml (~> 2.1) + omniauth-saml (~> 2.2) paper_trail (~> 15.2.0) pg (~> 1.5.9) puma (~> 6.4)