From 1f2b5caa5240fa0a2fcc01959f4c93674d3d9ae5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 15:29:28 +0000 Subject: [PATCH] chore(deps): update dependency parallel to v2 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 082fa36..54e1962 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "rubocop", "~> 1.21" gem "httparty", "~> 0.22.0" # parallel 2.0+ requires Ruby >= 3.3; constrain to 1.x to support Ruby 3.2 -gem "parallel", "< 2.0" +gem "parallel", "< 2.1" group :development do gem "pry-byebug" diff --git a/Gemfile.lock b/Gemfile.lock index 0c34f47..bfbfa1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - resend (1.1.0) + resend (1.2.0) base64 httparty (>= 0.22.0) @@ -151,7 +151,7 @@ GEM racc (~> 1.4) nokogiri (1.19.2-x86_64-linux-gnu) racc (~> 1.4) - parallel (1.28.0) + parallel (2.0.1) parser (3.3.11.1) ast (~> 2.4.1) racc @@ -273,7 +273,7 @@ PLATFORMS DEPENDENCIES httparty (~> 0.22.0) - parallel (< 2.0) + parallel (< 2.1) pry-byebug rails rake (~> 13.0)