forked from cybrespace/mastodon
		
	Bump rubocop-rails from 2.9.1 to 2.10.1 (#16193)
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.9.1 to 2.10.1. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.9.1...v2.10.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									a4243eefdc
								
							
						
					
					
						commit
						43e8b4982f
					
				
					 2 changed files with 7 additions and 7 deletions
				
			
		
							
								
								
									
										2
									
								
								Gemfile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
										
									
									
									
								
							| 
						 | 
					@ -135,7 +135,7 @@ group :development do
 | 
				
			||||||
  gem 'letter_opener_web', '~> 1.4'
 | 
					  gem 'letter_opener_web', '~> 1.4'
 | 
				
			||||||
  gem 'memory_profiler'
 | 
					  gem 'memory_profiler'
 | 
				
			||||||
  gem 'rubocop', '~> 1.13', require: false
 | 
					  gem 'rubocop', '~> 1.13', require: false
 | 
				
			||||||
  gem 'rubocop-rails', '~> 2.9', require: false
 | 
					  gem 'rubocop-rails', '~> 2.10', require: false
 | 
				
			||||||
  gem 'brakeman', '~> 5.0', require: false
 | 
					  gem 'brakeman', '~> 5.0', require: false
 | 
				
			||||||
  gem 'bundler-audit', '~> 0.8', require: false
 | 
					  gem 'bundler-audit', '~> 0.8', require: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										12
									
								
								Gemfile.lock
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								Gemfile.lock
									
										
									
									
									
								
							| 
						 | 
					@ -401,7 +401,7 @@ GEM
 | 
				
			||||||
    parallel (1.20.1)
 | 
					    parallel (1.20.1)
 | 
				
			||||||
    parallel_tests (3.7.0)
 | 
					    parallel_tests (3.7.0)
 | 
				
			||||||
      parallel
 | 
					      parallel
 | 
				
			||||||
    parser (3.0.1.0)
 | 
					    parser (3.0.1.1)
 | 
				
			||||||
      ast (~> 2.4.1)
 | 
					      ast (~> 2.4.1)
 | 
				
			||||||
    parslet (2.0.0)
 | 
					    parslet (2.0.0)
 | 
				
			||||||
    pastel (0.8.0)
 | 
					    pastel (0.8.0)
 | 
				
			||||||
| 
						 | 
					@ -533,12 +533,12 @@ GEM
 | 
				
			||||||
      rubocop-ast (>= 1.2.0, < 2.0)
 | 
					      rubocop-ast (>= 1.2.0, < 2.0)
 | 
				
			||||||
      ruby-progressbar (~> 1.7)
 | 
					      ruby-progressbar (~> 1.7)
 | 
				
			||||||
      unicode-display_width (>= 1.4.0, < 3.0)
 | 
					      unicode-display_width (>= 1.4.0, < 3.0)
 | 
				
			||||||
    rubocop-ast (1.4.1)
 | 
					    rubocop-ast (1.5.0)
 | 
				
			||||||
      parser (>= 2.7.1.5)
 | 
					      parser (>= 3.0.1.1)
 | 
				
			||||||
    rubocop-rails (2.9.1)
 | 
					    rubocop-rails (2.10.1)
 | 
				
			||||||
      activesupport (>= 4.2.0)
 | 
					      activesupport (>= 4.2.0)
 | 
				
			||||||
      rack (>= 1.1)
 | 
					      rack (>= 1.1)
 | 
				
			||||||
      rubocop (>= 0.90.0, < 2.0)
 | 
					      rubocop (>= 1.7.0, < 2.0)
 | 
				
			||||||
    ruby-progressbar (1.11.0)
 | 
					    ruby-progressbar (1.11.0)
 | 
				
			||||||
    ruby-saml (1.11.0)
 | 
					    ruby-saml (1.11.0)
 | 
				
			||||||
      nokogiri (>= 1.5.10)
 | 
					      nokogiri (>= 1.5.10)
 | 
				
			||||||
| 
						 | 
					@ -770,7 +770,7 @@ DEPENDENCIES
 | 
				
			||||||
  rspec-sidekiq (~> 3.1)
 | 
					  rspec-sidekiq (~> 3.1)
 | 
				
			||||||
  rspec_junit_formatter (~> 0.4)
 | 
					  rspec_junit_formatter (~> 0.4)
 | 
				
			||||||
  rubocop (~> 1.13)
 | 
					  rubocop (~> 1.13)
 | 
				
			||||||
  rubocop-rails (~> 2.9)
 | 
					  rubocop-rails (~> 2.10)
 | 
				
			||||||
  ruby-progressbar (~> 1.11)
 | 
					  ruby-progressbar (~> 1.11)
 | 
				
			||||||
  sanitize (~> 5.2)
 | 
					  sanitize (~> 5.2)
 | 
				
			||||||
  scenic (~> 1.5)
 | 
					  scenic (~> 1.5)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue