From 449bb5564f9f96aaf46821519447815ff90b03e6 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Tue, 18 Apr 2023 10:41:24 -0700 Subject: [PATCH] v1.23.0 --- Gemfile.lock | 4 ++-- lib/parallel/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4808222..b11b3ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - parallel (1.22.1) + parallel (1.23.0) GEM remote: https://rubygems.org/ @@ -90,4 +90,4 @@ DEPENDENCIES sqlite3 BUNDLED WITH - 2.3.9 + 2.3.12 diff --git a/lib/parallel/version.rb b/lib/parallel/version.rb index 74f1154..94e4e4f 100644 --- a/lib/parallel/version.rb +++ b/lib/parallel/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Parallel - VERSION = Version = '1.22.1' # rubocop:disable Naming/ConstantName + VERSION = Version = '1.23.0' # rubocop:disable Naming/ConstantName end