]> cat aescling's git repositories - mastodon.git/commitdiff
Bump parallel_tests from 3.2.0 to 3.3.0 (#14843)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 22 Sep 2020 07:53:24 +0000 (16:53 +0900)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 07:53:24 +0000 (16:53 +0900)
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 3.2.0 to 3.3.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.2.0...v3.3.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 b515fd343d4c37693859799050787b06e31a9f3f..1fd7b6d7a74725cdb6b1250e240b9888f4966284 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.9'
-  gem 'parallel_tests', '~> 3.2'
+  gem 'parallel_tests', '~> 3.3'
   gem 'rspec_junit_formatter', '~> 0.4'
 end
 
index 8c205c5f594669e9cd2fada832f2e69225ab6013..27e46b54eafd7329ea42afff2e0291061ba6cae4 100644 (file)
@@ -397,7 +397,7 @@ GEM
       av (~> 0.9.0)
       paperclip (>= 2.5.2)
     parallel (1.19.2)
-    parallel_tests (3.2.0)
+    parallel_tests (3.3.0)
       parallel
     parser (2.7.1.4)
       ast (~> 2.4.1)
@@ -749,7 +749,7 @@ DEPENDENCIES
   paperclip (~> 6.0)
   paperclip-av-transcoder (~> 0.6)
   parallel (~> 1.19)
-  parallel_tests (~> 3.2)
+  parallel_tests (~> 3.3)
   parslet
   pg (~> 1.2)
   pghero (~> 2.7)