about summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2018-10-05 18:59:35 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-10-05 18:59:35 +0200
commit6812f811b1c8f9c148127d00652d32df0640f86e (patch)
treea031c53e8ae9b51dac777015ac769e7028334070
parent7c154c6afd46b6bc85ceb66a4a81e19cec88a915 (diff)
Bump parallel_tests from 2.21.3 to 2.23.0 (#8884)
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.21.3 to 2.23.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.21.3...v2.23.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 775fee55d..0f0db0b75 100644
--- a/Gemfile
+++ b/Gemfile
@@ -116,7 +116,7 @@ group :test do
   gem 'rspec-sidekiq', '~> 3.0'
   gem 'simplecov', '~> 0.16', require: false
   gem 'webmock', '~> 3.4'
-  gem 'parallel_tests', '~> 2.21'
+  gem 'parallel_tests', '~> 2.23'
 end
 
 group :development do
diff --git a/Gemfile.lock b/Gemfile.lock
index 3d3a1cbe6..957bc3f37 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -390,7 +390,7 @@ GEM
       av (~> 0.9.0)
       paperclip (>= 2.5.2)
     parallel (1.12.1)
-    parallel_tests (2.21.3)
+    parallel_tests (2.23.0)
       parallel
     parser (2.5.1.2)
       ast (~> 2.4.0)
@@ -721,7 +721,7 @@ DEPENDENCIES
   ox (~> 2.10)
   paperclip (~> 6.0)
   paperclip-av-transcoder (~> 0.6)
-  parallel_tests (~> 2.21)
+  parallel_tests (~> 2.23)
   pg (~> 1.1)
   pghero (~> 2.2)
   pkg-config (~> 1.3)