Merge pull request #15529 from CartoDB/ruby_saml

bump ruby-saml
juanra/logout-on-password-protected-maps
Alberto Miedes Garcés 4 years ago committed by GitHub
commit 3b25f64835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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'

@ -374,7 +374,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)
@ -539,7 +539,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)
rubyzip (>= 2.0.0)
selenium-webdriver (>= 2.5.0)
sequel (~> 4.45.0)

Loading…
Cancel
Save