Bump rspec-rails from 5.0.2 to 5.1.0 (#17406)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v5.0.2...v5.1.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-minor ... 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
							
								
									7396a254c1
								
							
						
					
					
						commit
						4a61bbe176
					
				
					 2 changed files with 12 additions and 12 deletions
				
			
		
							
								
								
									
										2
									
								
								Gemfile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -103,7 +103,7 @@ group :development, :test do
 | 
			
		|||
  gem 'i18n-tasks', '~> 0.9', require: false
 | 
			
		||||
  gem 'pry-byebug', '~> 3.9'
 | 
			
		||||
  gem 'pry-rails', '~> 0.3'
 | 
			
		||||
  gem 'rspec-rails', '~> 5.0'
 | 
			
		||||
  gem 'rspec-rails', '~> 5.1'
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
group :production, :test do
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										22
									
								
								Gemfile.lock
									
										
									
									
									
								
							
							
						
						
									
										22
									
								
								Gemfile.lock
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -181,7 +181,7 @@ GEM
 | 
			
		|||
    devise_pam_authenticatable2 (9.2.0)
 | 
			
		||||
      devise (>= 4.0.0)
 | 
			
		||||
      rpam2 (~> 4.0)
 | 
			
		||||
    diff-lcs (1.4.4)
 | 
			
		||||
    diff-lcs (1.5.0)
 | 
			
		||||
    discard (1.2.1)
 | 
			
		||||
      activerecord (>= 4.2, < 8)
 | 
			
		||||
    docile (1.3.4)
 | 
			
		||||
| 
						 | 
				
			
			@ -354,7 +354,7 @@ GEM
 | 
			
		|||
      activesupport (>= 4)
 | 
			
		||||
      railties (>= 4)
 | 
			
		||||
      request_store (~> 1.0)
 | 
			
		||||
    loofah (2.13.0)
 | 
			
		||||
    loofah (2.14.0)
 | 
			
		||||
      crass (~> 1.0.2)
 | 
			
		||||
      nokogiri (>= 1.5.9)
 | 
			
		||||
    mail (2.7.1)
 | 
			
		||||
| 
						 | 
				
			
			@ -510,15 +510,15 @@ GEM
 | 
			
		|||
      chunky_png (~> 1.0)
 | 
			
		||||
      rqrcode_core (~> 1.0)
 | 
			
		||||
    rqrcode_core (1.2.0)
 | 
			
		||||
    rspec-core (3.10.1)
 | 
			
		||||
      rspec-support (~> 3.10.0)
 | 
			
		||||
    rspec-expectations (3.10.1)
 | 
			
		||||
    rspec-core (3.11.0)
 | 
			
		||||
      rspec-support (~> 3.11.0)
 | 
			
		||||
    rspec-expectations (3.11.0)
 | 
			
		||||
      diff-lcs (>= 1.2.0, < 2.0)
 | 
			
		||||
      rspec-support (~> 3.10.0)
 | 
			
		||||
    rspec-mocks (3.10.2)
 | 
			
		||||
      rspec-support (~> 3.11.0)
 | 
			
		||||
    rspec-mocks (3.11.0)
 | 
			
		||||
      diff-lcs (>= 1.2.0, < 2.0)
 | 
			
		||||
      rspec-support (~> 3.10.0)
 | 
			
		||||
    rspec-rails (5.0.2)
 | 
			
		||||
      rspec-support (~> 3.11.0)
 | 
			
		||||
    rspec-rails (5.1.0)
 | 
			
		||||
      actionpack (>= 5.2)
 | 
			
		||||
      activesupport (>= 5.2)
 | 
			
		||||
      railties (>= 5.2)
 | 
			
		||||
| 
						 | 
				
			
			@ -529,7 +529,7 @@ GEM
 | 
			
		|||
    rspec-sidekiq (3.1.0)
 | 
			
		||||
      rspec-core (~> 3.0, >= 3.0.0)
 | 
			
		||||
      sidekiq (>= 2.4.0)
 | 
			
		||||
    rspec-support (3.10.3)
 | 
			
		||||
    rspec-support (3.11.0)
 | 
			
		||||
    rspec_junit_formatter (0.5.1)
 | 
			
		||||
      rspec-core (>= 2, < 4, != 2.12.0)
 | 
			
		||||
    rubocop (1.25.1)
 | 
			
		||||
| 
						 | 
				
			
			@ -770,7 +770,7 @@ DEPENDENCIES
 | 
			
		|||
  redis-namespace (~> 1.8)
 | 
			
		||||
  rexml (~> 3.2)
 | 
			
		||||
  rqrcode (~> 2.1)
 | 
			
		||||
  rspec-rails (~> 5.0)
 | 
			
		||||
  rspec-rails (~> 5.1)
 | 
			
		||||
  rspec-sidekiq (~> 3.1)
 | 
			
		||||
  rspec_junit_formatter (~> 0.5)
 | 
			
		||||
  rubocop (~> 1.25)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue