diff --git a/Gemfile.lock b/Gemfile.lock index 36cf574..4498d3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - parallel (1.26.2) + parallel (1.26.3) GEM remote: https://rubygems.org/ diff --git a/lib/parallel/version.rb b/lib/parallel/version.rb index 27d7afc..0eacca5 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.2' # rubocop:disable Naming/ConstantName + VERSION = Version = '1.26.3' # rubocop:disable Naming/ConstantName end