diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-07-28 06:57:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 06:57:34 +0900 |
commit | 8cd1bcf8d4c1ed3628fc77c088083532f32244d9 (patch) | |
tree | e92e15756c0f6792b0e51ea91552e4bbfb1d9442 /Gemfile | |
parent | 2912f01ddfc470781715b2541c5c8a48fd5ebb4c (diff) |
Bump parallel_tests from 3.0.0 to 3.1.0 (#14406)
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md) - [Commits](https://github.com/grosser/parallel_tests/compare/v3.0.0...v3.1.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 641f3cd6e..a7da5d854 100644 --- a/Gemfile +++ b/Gemfile @@ -127,7 +127,7 @@ group :test do gem 'rspec-sidekiq', '~> 3.1' gem 'simplecov', '~> 0.18', require: false gem 'webmock', '~> 3.8' - gem 'parallel_tests', '~> 3.0' + gem 'parallel_tests', '~> 3.1' gem 'rspec_junit_formatter', '~> 0.4' end |