]> cat aescling's git repositories - mastodon.git/commitdiff
Bump parallel_tests from 3.1.0 to 3.2.0 (#14702)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 1 Sep 2020 00:55:16 +0000 (02:55 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Sep 2020 00:55:16 +0000 (02:55 +0200)
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 3.1.0 to 3.2.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.1.0...v3.2.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 464a3c3580118e0d0de28d5f7b1f4c08a46474bd..00370745e5b9670c1c5e7114d51b86a9ea74ede4 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -127,7 +127,7 @@ group :test do
   gem 'rspec-sidekiq', '~> 3.1'
   gem 'simplecov', '~> 0.19', require: false
   gem 'webmock', '~> 3.8'
-  gem 'parallel_tests', '~> 3.1'
+  gem 'parallel_tests', '~> 3.2'
   gem 'rspec_junit_formatter', '~> 0.4'
 end
 
index e53cb9befacce56da7cf65a9d946ab2c834aea1b..a549b27139ef09fff811a48abc31eca8919a3417 100644 (file)
@@ -398,7 +398,7 @@ GEM
       av (~> 0.9.0)
       paperclip (>= 2.5.2)
     parallel (1.19.2)
-    parallel_tests (3.1.0)
+    parallel_tests (3.2.0)
       parallel
     parser (2.7.1.4)
       ast (~> 2.4.1)
@@ -751,7 +751,7 @@ DEPENDENCIES
   paperclip (~> 6.0)
   paperclip-av-transcoder (~> 0.6)
   parallel (~> 1.19)
-  parallel_tests (~> 3.1)
+  parallel_tests (~> 3.2)
   parslet
   pg (~> 1.2)
   pghero (~> 2.7)