From 3b307277145331ecc61b7ba55cb29eca49f1d85d Mon Sep 17 00:00:00 2001 From: Lucas Caton Date: Wed, 26 Oct 2022 18:12:44 +1000 Subject: [PATCH] Bump version to 3.2.4 --- Gemfile.lock | 4 ++-- lib/enumerate_it/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5e35225..6c622a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ PATH remote: . specs: - enumerate_it (3.2.3) + enumerate_it (3.2.4) activesupport (>= 5.0.7.2) GEM remote: https://rubygems.org/ specs: - activesupport (7.0.3.1) + activesupport (7.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) diff --git a/lib/enumerate_it/version.rb b/lib/enumerate_it/version.rb index 4d002f3..fa22684 100644 --- a/lib/enumerate_it/version.rb +++ b/lib/enumerate_it/version.rb @@ -1,3 +1,3 @@ module EnumerateIt - VERSION = '3.2.3'.freeze + VERSION = '3.2.4'.freeze end