From cce302f8e6a63e517e8270092b46057d64c1066f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:43:41 +0000 Subject: [PATCH] Bump ruby-saml from 1.16.0 to 1.17.0 Bumps [ruby-saml](https://github.com/saml-toolkits/ruby-saml) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/saml-toolkits/ruby-saml/releases) - [Changelog](https://github.com/SAML-Toolkits/ruby-saml/blob/master/CHANGELOG.md) - [Commits](https://github.com/saml-toolkits/ruby-saml/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: ruby-saml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 704e284514..9cda4f33c2 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ gem 'autoprefixer-rails', '~>10.4.19' # saml authentication gem 'devise', '~>4.9.4' -gem 'ruby-saml', '~> 1.16.0' +gem 'ruby-saml', '~> 1.17.0' # omniauth gem 'omniauth-google-oauth2', '~> 1.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5897c3b7fd..433d694b24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -469,7 +469,7 @@ GEM rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - ruby-saml (1.16.0) + ruby-saml (1.17.0) nokogiri (>= 1.13.10) rexml ruby-vips (2.2.2) @@ -629,7 +629,7 @@ DEPENDENCIES rubocop-factory_bot (~> 2.26) rubocop-minitest (~> 0.35.1) rubocop-rails (~> 2.26.0) - ruby-saml (~> 1.16.0) + ruby-saml (~> 1.17.0) rubyzip (~> 2.3.2) selenium-webdriver (~> 4.24.0) simplecov (~> 0.22.0)