about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2018-10-25 08:29:25 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-10-25 08:29:25 +0200
commit98b4cdf198d9499a2e51d984ed3eb188ed584c9b (patch)
tree054a49bf25dfc910f2418ce61b7716f2de18ef0a /Gemfile
parent4e6cffe00c5d42576fe37771d71b87e1dee60e6b (diff)
Bump parallel_tests from 2.24.0 to 2.25.0 (#9090)
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.24.0 to 2.25.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.24.0...v2.25.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b68dc54d8..1e48b500a 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.24'
+  gem 'parallel_tests', '~> 2.25'
 end
 
 group :development do