From a2e0668e53688a40a45249deb4fd341e6af5cb55 Mon Sep 17 00:00:00 2001 From: Alberto Romeu Date: Mon, 9 Mar 2020 19:45:46 +0100 Subject: [PATCH] bump ruby-saml --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d2e8ac3968..1bf21d7cc0 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'protected_attributes' gem 'responders', '~> 2.0' gem 'rails_warden', '0.5.8' # Auth via the Warden Rack framework -gem 'ruby-saml', '1.4.1' +gem 'ruby-saml', '1.7.0' gem 'oauth', '0.4.7' gem 'oauth-plugin', git: 'https://github.com/CartoDB/oauth-plugin.git', :branch => 'cartodb' diff --git a/Gemfile.lock b/Gemfile.lock index 2bb80d8663..a2ea62450f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -368,7 +368,7 @@ GEM rspec-mocks (~> 2.12.0) ruby-ole (1.2.12) ruby-prof (0.15.1) - ruby-saml (1.4.1) + ruby-saml (1.7.0) nokogiri (>= 1.5.10) rubyzip (2.0.0) sass (3.4.21) @@ -531,7 +531,7 @@ DEPENDENCIES rqrcode (~> 0.10.1) rspec-rails (= 2.12.0) ruby-prof (= 0.15.1) - ruby-saml (= 1.4.1) + ruby-saml (= 1.7.0) selenium-webdriver (>= 2.5.0) sequel (~> 4.45.0) sequel-rails (~> 1.0.1)