Switch OpenID Connect gems (#23223)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
		
							parent
							
								
									eddfb33dfe
								
							
						
					
					
						commit
						f553b064e0
					
				
							
								
								
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							@ -40,7 +40,7 @@ end
 | 
				
			|||||||
gem 'net-ldap', '~> 0.17'
 | 
					gem 'net-ldap', '~> 0.17'
 | 
				
			||||||
gem 'omniauth-cas', '~> 2.0'
 | 
					gem 'omniauth-cas', '~> 2.0'
 | 
				
			||||||
gem 'omniauth-saml', '~> 1.10'
 | 
					gem 'omniauth-saml', '~> 1.10'
 | 
				
			||||||
gem 'gitlab-omniauth-openid-connect', '~>0.10.1', require: 'omniauth_openid_connect'
 | 
					gem 'omniauth_openid_connect', '~> 0.6.0'
 | 
				
			||||||
gem 'omniauth', '~> 1.9'
 | 
					gem 'omniauth', '~> 1.9'
 | 
				
			||||||
gem 'omniauth-rails_csrf_protection', '~> 0.1'
 | 
					gem 'omniauth-rails_csrf_protection', '~> 0.1'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -278,10 +278,6 @@ GEM
 | 
				
			|||||||
    fuubar (2.5.1)
 | 
					    fuubar (2.5.1)
 | 
				
			||||||
      rspec-core (~> 3.0)
 | 
					      rspec-core (~> 3.0)
 | 
				
			||||||
      ruby-progressbar (~> 1.4)
 | 
					      ruby-progressbar (~> 1.4)
 | 
				
			||||||
    gitlab-omniauth-openid-connect (0.10.1)
 | 
					 | 
				
			||||||
      addressable (~> 2.7)
 | 
					 | 
				
			||||||
      omniauth (>= 1.9, < 3)
 | 
					 | 
				
			||||||
      openid_connect (~> 1.2)
 | 
					 | 
				
			||||||
    globalid (1.1.0)
 | 
					    globalid (1.1.0)
 | 
				
			||||||
      activesupport (>= 5.0)
 | 
					      activesupport (>= 5.0)
 | 
				
			||||||
    haml (6.1.1)
 | 
					    haml (6.1.1)
 | 
				
			||||||
@ -448,6 +444,9 @@ GEM
 | 
				
			|||||||
    omniauth-saml (1.10.3)
 | 
					    omniauth-saml (1.10.3)
 | 
				
			||||||
      omniauth (~> 1.3, >= 1.3.2)
 | 
					      omniauth (~> 1.3, >= 1.3.2)
 | 
				
			||||||
      ruby-saml (~> 1.9)
 | 
					      ruby-saml (~> 1.9)
 | 
				
			||||||
 | 
					    omniauth_openid_connect (0.6.0)
 | 
				
			||||||
 | 
					      omniauth (>= 1.9, < 3)
 | 
				
			||||||
 | 
					      openid_connect (~> 1.1)
 | 
				
			||||||
    openid_connect (1.4.2)
 | 
					    openid_connect (1.4.2)
 | 
				
			||||||
      activemodel
 | 
					      activemodel
 | 
				
			||||||
      attr_required (>= 1.0.0)
 | 
					      attr_required (>= 1.0.0)
 | 
				
			||||||
@ -800,7 +799,6 @@ DEPENDENCIES
 | 
				
			|||||||
  fog-core (<= 2.4.0)
 | 
					  fog-core (<= 2.4.0)
 | 
				
			||||||
  fog-openstack (~> 0.3)
 | 
					  fog-openstack (~> 0.3)
 | 
				
			||||||
  fuubar (~> 2.5)
 | 
					  fuubar (~> 2.5)
 | 
				
			||||||
  gitlab-omniauth-openid-connect (~> 0.10.1)
 | 
					 | 
				
			||||||
  haml-rails (~> 2.0)
 | 
					  haml-rails (~> 2.0)
 | 
				
			||||||
  hiredis (~> 0.6)
 | 
					  hiredis (~> 0.6)
 | 
				
			||||||
  htmlentities (~> 4.3)
 | 
					  htmlentities (~> 4.3)
 | 
				
			||||||
@ -831,6 +829,7 @@ DEPENDENCIES
 | 
				
			|||||||
  omniauth-cas (~> 2.0)
 | 
					  omniauth-cas (~> 2.0)
 | 
				
			||||||
  omniauth-rails_csrf_protection (~> 0.1)
 | 
					  omniauth-rails_csrf_protection (~> 0.1)
 | 
				
			||||||
  omniauth-saml (~> 1.10)
 | 
					  omniauth-saml (~> 1.10)
 | 
				
			||||||
 | 
					  omniauth_openid_connect (~> 0.6.0)
 | 
				
			||||||
  ox (~> 2.14)
 | 
					  ox (~> 2.14)
 | 
				
			||||||
  parslet
 | 
					  parslet
 | 
				
			||||||
  pg (~> 1.4)
 | 
					  pg (~> 1.4)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user