Bump parallel_tests from 2.31.0 to 2.32.0 (#6659)

This commit is contained in:
dependabot-preview[bot] 2020-03-16 11:50:22 -04:00 committed by GitHub
parent d0c1467ab0
commit e2de95b94a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ group :development, :test do
gem "bullet", "~> 6.1" # help to kill N+1 queries and unused eager loading
gem "capybara", "~> 3.31" # Capybara is an integration testing tool for rack based web applications
gem "faker", "~> 2.10" # A library for generating fake data such as names, addresses, and phone numbers
gem "parallel_tests", "~> 2.31" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel
gem "parallel_tests", "~> 2.32" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel
gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
gem "rspec-rails", "~> 3.9" # rspec-rails is a testing framework for Rails 3+
gem "rubocop", "~> 0.79", require: false # Automatic Ruby code style checking tool

View file

@ -532,7 +532,7 @@ GEM
orm_adapter (0.5.0)
os (1.0.1)
parallel (1.19.1)
parallel_tests (2.31.0)
parallel_tests (2.32.0)
parallel
parser (2.7.0.2)
ast (~> 2.4.0)
@ -941,7 +941,7 @@ DEPENDENCIES
omniauth (~> 1.9)
omniauth-github (~> 1.3)
omniauth-twitter (~> 1.4)
parallel_tests (~> 2.31)
parallel_tests (~> 2.32)
pg (~> 1.2)
pry (~> 0.12)
pry-byebug (~> 3.8)