[Security] Bump devise from 4.5.0 to 4.6.2 (#10394)
Bumps [devise](https://github.com/plataformatec/devise) from 4.5.0 to 4.6.2. **This update includes security fixes.** - [Release notes](https://github.com/plataformatec/devise/releases) - [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md) - [Commits](https://github.com/plataformatec/devise/compare/v4.5.0...v4.6.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
		
							parent
							
								
									5d41532d94
								
							
						
					
					
						commit
						f46f67d984
					
				
							
								
								
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							@ -30,7 +30,7 @@ gem 'charlock_holmes', '~> 0.7.6'
 | 
				
			|||||||
gem 'iso-639'
 | 
					gem 'iso-639'
 | 
				
			||||||
gem 'chewy', '~> 5.0'
 | 
					gem 'chewy', '~> 5.0'
 | 
				
			||||||
gem 'cld3', '~> 3.2.3'
 | 
					gem 'cld3', '~> 3.2.3'
 | 
				
			||||||
gem 'devise', '~> 4.5'
 | 
					gem 'devise', '~> 4.6'
 | 
				
			||||||
gem 'devise-two-factor', '~> 3.0'
 | 
					gem 'devise-two-factor', '~> 3.0'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
group :pam_authentication, optional: true do
 | 
					group :pam_authentication, optional: true do
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										14
									
								
								Gemfile.lock
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								Gemfile.lock
									
									
									
									
									
								
							@ -165,7 +165,7 @@ GEM
 | 
				
			|||||||
      rack (>= 1)
 | 
					      rack (>= 1)
 | 
				
			||||||
      rake (> 10, < 13)
 | 
					      rake (> 10, < 13)
 | 
				
			||||||
      thor (~> 0.19)
 | 
					      thor (~> 0.19)
 | 
				
			||||||
    devise (4.5.0)
 | 
					    devise (4.6.2)
 | 
				
			||||||
      bcrypt (~> 3.0)
 | 
					      bcrypt (~> 3.0)
 | 
				
			||||||
      orm_adapter (~> 0.1)
 | 
					      orm_adapter (~> 0.1)
 | 
				
			||||||
      railties (>= 4.1.0, < 6.0)
 | 
					      railties (>= 4.1.0, < 6.0)
 | 
				
			||||||
@ -499,9 +499,9 @@ GEM
 | 
				
			|||||||
    regexp_parser (1.3.0)
 | 
					    regexp_parser (1.3.0)
 | 
				
			||||||
    request_store (1.4.1)
 | 
					    request_store (1.4.1)
 | 
				
			||||||
      rack (>= 1.4)
 | 
					      rack (>= 1.4)
 | 
				
			||||||
    responders (2.4.0)
 | 
					    responders (2.4.1)
 | 
				
			||||||
      actionpack (>= 4.2.0, < 5.3)
 | 
					      actionpack (>= 4.2.0, < 6.0)
 | 
				
			||||||
      railties (>= 4.2.0, < 5.3)
 | 
					      railties (>= 4.2.0, < 6.0)
 | 
				
			||||||
    rotp (2.1.2)
 | 
					    rotp (2.1.2)
 | 
				
			||||||
    rpam2 (4.0.2)
 | 
					    rpam2 (4.0.2)
 | 
				
			||||||
    rqrcode (0.10.1)
 | 
					    rqrcode (0.10.1)
 | 
				
			||||||
@ -630,8 +630,8 @@ GEM
 | 
				
			|||||||
    unf_ext (0.0.7.5)
 | 
					    unf_ext (0.0.7.5)
 | 
				
			||||||
    unicode-display_width (1.5.0)
 | 
					    unicode-display_width (1.5.0)
 | 
				
			||||||
    uniform_notifier (1.12.1)
 | 
					    uniform_notifier (1.12.1)
 | 
				
			||||||
    warden (1.2.7)
 | 
					    warden (1.2.8)
 | 
				
			||||||
      rack (>= 1.0)
 | 
					      rack (>= 2.0.6)
 | 
				
			||||||
    webmock (3.5.1)
 | 
					    webmock (3.5.1)
 | 
				
			||||||
      addressable (>= 2.3.6)
 | 
					      addressable (>= 2.3.6)
 | 
				
			||||||
      crack (>= 0.3.2)
 | 
					      crack (>= 0.3.2)
 | 
				
			||||||
@ -677,7 +677,7 @@ DEPENDENCIES
 | 
				
			|||||||
  climate_control (~> 0.2)
 | 
					  climate_control (~> 0.2)
 | 
				
			||||||
  concurrent-ruby
 | 
					  concurrent-ruby
 | 
				
			||||||
  derailed_benchmarks
 | 
					  derailed_benchmarks
 | 
				
			||||||
  devise (~> 4.5)
 | 
					  devise (~> 4.6)
 | 
				
			||||||
  devise-two-factor (~> 3.0)
 | 
					  devise-two-factor (~> 3.0)
 | 
				
			||||||
  devise_pam_authenticatable2 (~> 9.2)
 | 
					  devise_pam_authenticatable2 (~> 9.2)
 | 
				
			||||||
  doorkeeper (~> 5.0)
 | 
					  doorkeeper (~> 5.0)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user