From ab06d9e6d79a8b1375debfc348ecc19cd54e390e Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 11 Aug 2024 08:59:57 +0200 Subject: [PATCH] v1.26.2 --- Gemfile.lock | 2 +- lib/parallel/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eab16ff..36cf574 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - parallel (1.26.1) + parallel (1.26.2) GEM remote: https://rubygems.org/ diff --git a/lib/parallel/version.rb b/lib/parallel/version.rb index 3f81cdb..27d7afc 100644 --- a/lib/parallel/version.rb +++ b/lib/parallel/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Parallel - VERSION = Version = '1.26.1' # rubocop:disable Naming/ConstantName + VERSION = Version = '1.26.2' # rubocop:disable Naming/ConstantName end