about summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2018-10-23 08:17:26 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-10-23 08:17:26 +0200
commit65867b6e6170ab6bc4db6d94b46cd3ddd6b82113 (patch)
tree99c4e9728eb0375dc2208eba19edb6bc6275e5da
parent51677ff070e8738c190e712e45229d0e2190472f (diff)
Bump parallel_tests from 2.23.0 to 2.24.0 (#9064)
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.23.0...v2.24.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 6a0d33198..ca38f033a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -114,7 +114,7 @@ group :test do
   gem 'rspec-sidekiq', '~> 3.0'
   gem 'simplecov', '~> 0.16', require: false
   gem 'webmock', '~> 3.4'
-  gem 'parallel_tests', '~> 2.23'
+  gem 'parallel_tests', '~> 2.24'
 end
 
 group :development do
diff --git a/Gemfile.lock b/Gemfile.lock
index 373ebbaf7..c43f3673f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -385,7 +385,7 @@ GEM
       av (~> 0.9.0)
       paperclip (>= 2.5.2)
     parallel (1.12.1)
-    parallel_tests (2.23.0)
+    parallel_tests (2.24.0)
       parallel
     parser (2.5.1.2)
       ast (~> 2.4.0)
@@ -714,7 +714,7 @@ DEPENDENCIES
   ox (~> 2.10)
   paperclip (~> 6.0)
   paperclip-av-transcoder (~> 0.6)
-  parallel_tests (~> 2.23)
+  parallel_tests (~> 2.24)
   pg (~> 1.1)
   pghero (~> 2.2)
   pkg-config (~> 1.3)