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