Bump parallel_tests from 2.27.1 to 2.28.0 (#2441) [ci skip]

Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.27.1 to 2.28.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.27.1...v2.28.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-15 14:46:38 -04:00 committed by Mac Siri
parent c6a1d2dc06
commit ee3b2d9dc4
2 changed files with 3 additions and 3 deletions

View file

@ -124,7 +124,7 @@ group :development, :test do
gem "faker", "~> 1.9" # A library for generating fake data such as names, addresses, and phone numbers
gem "fix-db-schema-conflicts", "~> 3.0" # Ensures consistent output of db/schema.rb despite local differences in the database
gem "memory_profiler", "~> 0.9" # Memory profiling routines for Ruby 2.3+
gem "parallel_tests", "~> 2.27" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel
gem "parallel_tests", "~> 2.28" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel
gem "pry-byebug", "~> 3.7" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
gem "rspec-rails", "~> 3.8" # rspec-rails is a testing framework for Rails 3+
gem "rubocop", "~> 0.67", require: false # Automatic Ruby code style checking tool

View file

@ -666,7 +666,7 @@ GEM
orm_adapter (0.5.0)
os (1.0.0)
parallel (1.17.0)
parallel_tests (2.27.1)
parallel_tests (2.28.0)
parallel
parser (2.6.2.0)
ast (~> 2.4.0)
@ -1037,7 +1037,7 @@ DEPENDENCIES
omniauth (~> 1.9)
omniauth-github (~> 1.3)
omniauth-twitter (~> 1.4)
parallel_tests (~> 2.27)
parallel_tests (~> 2.28)
pg (~> 1.1)
pry (~> 0.12)
pry-byebug (~> 3.7)