]> cat aescling's git repositories - mastodon.git/commitdiff
Bump parallel_tests from 3.3.0 to 3.4.0 (#15203)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 23 Nov 2020 08:02:30 +0000 (17:02 +0900)
committerGitHub <noreply@github.com>
Mon, 23 Nov 2020 08:02:30 +0000 (17:02 +0900)
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>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index edf8185e7ccfb4c42c6bacb66fa11eb4f3f7d830..950bc59bbf04487c819ccac4e975a0a5670bde07 100644 (file)
--- 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
 
index 93ed505ae45295e2e262b78363e676794bccf23a..bebdb15834f89e016fa66174e72053b4993b7a15 100644 (file)
@@ -392,7 +392,7 @@ GEM
       av (~> 0.9.0)
       paperclip (>= 2.5.2)
     parallel (1.20.0)
-    parallel_tests (3.3.0)
+    parallel_tests (3.4.0)
       parallel
     parser (2.7.2.0)
       ast (~> 2.4.1)
@@ -746,7 +746,7 @@ DEPENDENCIES
   paperclip (~> 6.0)
   paperclip-av-transcoder (~> 0.6)
   parallel (~> 1.20)
-  parallel_tests (~> 3.3)
+  parallel_tests (~> 3.4)
   parslet
   pg (~> 1.2)
   pghero (~> 2.7)