diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-11-23 17:02:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 17:02:30 +0900 |
commit | 005354b98e6624ef8bc0d33ee9da337965c0f386 (patch) | |
tree | 81aea0d29f2435909ad24a738ab284194474fff0 /Gemfile | |
parent | af607c6528b3f4ca89803f2c22f3ca1cdc5ba4f1 (diff) |
Bump parallel_tests from 3.3.0 to 3.4.0 (#15203)
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 3.3.0 to 3.4.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.3.0...v3.4.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 edf8185e7..950bc59bb 100644 --- a/Gemfile +++ b/Gemfile @@ -123,7 +123,7 @@ group :test do gem 'rspec-sidekiq', '~> 3.1' gem 'simplecov', '~> 0.19', require: false gem 'webmock', '~> 3.10' - gem 'parallel_tests', '~> 3.3' + gem 'parallel_tests', '~> 3.4' gem 'rspec_junit_formatter', '~> 0.4' end |