diff --git a/Gemfile b/Gemfile index 3611fcea9..5d184fbcb 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 5e4dfa628..aa23d9699 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)