Bump parallel_tests from 2.31.0 to 2.32.0 (#6659)
This commit is contained in:
parent
d0c1467ab0
commit
e2de95b94a
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue