summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-22 17:56:43 +0000
committerGitHub <noreply@github.com>2020-12-22 17:56:43 +0000
commitbb2ec4104476f9b4725146ed5df7ea289dc9a64d (patch)
tree714f3b4bb2a98878674b63a0e7973f147165a12e
parentc09ecf251cf9a2ed268b2b2cb87eab16e7576b9b (diff)
downloadmixlib-config-dependabot/bundler/parallel-lt-1.21.tar.gz
Update parallel requirement from < 1.20 to < 1.21dependabot/bundler/parallel-lt-1.21
Updates the requirements on [parallel](https://github.com/grosser/parallel) to permit the latest version. - [Release notes](https://github.com/grosser/parallel/releases) - [Commits](https://github.com/grosser/parallel/compare/v0.1.0...v1.20.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7d395a9..0440381 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "parallel", "< 1.20" # remove this pin/dep when we drop ruby < 2.4
+ gem "parallel", "< 1.21" # remove this pin/dep when we drop ruby < 2.4
gem "chefstyle", "1.5.8"
gem "rake"
gem "rspec", "~> 3.0"