about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2019-05-06 15:12:55 +0900
committerYamagishi Kazutoshi <ykzts@desire.sh>2019-05-06 15:12:55 +0900
commit7e73a8b8bfe46c0a70c715b8e1c0d765899356a7 (patch)
tree50a4bb0792fa7e116e2a8476840c24d923f9e7fb /Gemfile
parentb2f5b1045fd84b692721bf44652d569d63d17657 (diff)
Bump parallel_tests from 2.28.0 to 2.29.0 (#10716)
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.28.0 to 2.29.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.28.0...v2.29.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 db00c24fb..998a6b816 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.5'
-  gem 'parallel_tests', '~> 2.28'
+  gem 'parallel_tests', '~> 2.29'
 end
 
 group :development do