]> cat aescling's git repositories - mastodon.git/commitdiff
Bump parallel_tests from 3.4.0 to 3.5.0 (#15813)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 4 Mar 2021 21:39:46 +0000 (06:39 +0900)
committerGitHub <noreply@github.com>
Thu, 4 Mar 2021 21:39:46 +0000 (06:39 +0900)
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 3.4.0 to 3.5.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.4.0...v3.5.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 ad4ef1f746df6651daf0766bac82e85d64cdbbc6..d1921781874e18246ddb0a6e51f584abc520795f 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -125,7 +125,7 @@ group :test do
   gem 'rspec-sidekiq', '~> 3.1'
   gem 'simplecov', '~> 0.21', require: false
   gem 'webmock', '~> 3.12'
-  gem 'parallel_tests', '~> 3.4'
+  gem 'parallel_tests', '~> 3.5'
   gem 'rspec_junit_formatter', '~> 0.4'
 end
 
index c09fd23a5c7549b7553dbb0b0e9c9df27e22254e..6f623f962d6d8c968d05c7c632dcc58af6668e2c 100644 (file)
@@ -400,7 +400,7 @@ GEM
       av (~> 0.9.0)
       paperclip (>= 2.5.2)
     parallel (1.20.1)
-    parallel_tests (3.4.0)
+    parallel_tests (3.5.0)
       parallel
     parser (3.0.0.0)
       ast (~> 2.4.1)
@@ -763,7 +763,7 @@ DEPENDENCIES
   paperclip (~> 6.0)
   paperclip-av-transcoder (~> 0.6)
   parallel (~> 1.20)
-  parallel_tests (~> 3.4)
+  parallel_tests (~> 3.5)
   parslet
   pg (~> 1.2)
   pghero (~> 2.7)