]> cat aescling's git repositories - mastodon.git/commitdiff
Bump parallel_tests from 2.32.0 to 3.0.0 (#14044)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 15 Jun 2020 16:00:56 +0000 (01:00 +0900)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2020 16:00:56 +0000 (01:00 +0900)
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.32.0 to 3.0.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/v2.32.0...v3.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index b629c1873b6636c8a626165f24665040403efff1..29876477927e5da3242237321581ace7ee1ec6a1 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -126,7 +126,7 @@ group :test do
   gem 'rspec-sidekiq', '~> 3.0'
   gem 'simplecov', '~> 0.18', require: false
   gem 'webmock', '~> 3.8'
-  gem 'parallel_tests', '~> 2.32'
+  gem 'parallel_tests', '~> 3.0'
   gem 'rspec_junit_formatter', '~> 0.4'
 end
 
index 912e3f46d254b24800e16dfb1d3151ab18907be8..d0092c6e1919410b6b77e9e9411f2dacc3438ff8 100644 (file)
@@ -405,7 +405,7 @@ GEM
       av (~> 0.9.0)
       paperclip (>= 2.5.2)
     parallel (1.19.1)
-    parallel_tests (2.32.0)
+    parallel_tests (3.0.0)
       parallel
     parser (2.7.1.3)
       ast (~> 2.4.0)
@@ -745,7 +745,7 @@ DEPENDENCIES
   paperclip (~> 6.0)
   paperclip-av-transcoder (~> 0.6)
   parallel (~> 1.19)
-  parallel_tests (~> 2.32)
+  parallel_tests (~> 3.0)
   parslet
   pg (~> 1.2)
   pghero (~> 2.5)