diff --git a/Gemfile.lock b/Gemfile.lock index 645cf98..cb9d153 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ PATH remote: . specs: - enumerate_it (3.2.1) + enumerate_it (3.2.2) activesupport (>= 5.0.7.2) GEM remote: https://rubygems.org/ specs: - activesupport (6.1.4) + activesupport (6.1.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -21,7 +21,7 @@ GEM coderay (1.1.3) concurrent-ruby (1.1.9) diff-lcs (1.4.4) - i18n (1.8.10) + i18n (1.8.11) concurrent-ruby (~> 1.0) method_source (1.0.0) minitest (5.14.4) @@ -70,7 +70,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.0.0) wwtd (1.4.1) - zeitwerk (2.4.2) + zeitwerk (2.5.1) PLATFORMS ruby diff --git a/lib/enumerate_it/version.rb b/lib/enumerate_it/version.rb index a0c50cf..11e9a95 100644 --- a/lib/enumerate_it/version.rb +++ b/lib/enumerate_it/version.rb @@ -1,3 +1,3 @@ module EnumerateIt - VERSION = '3.2.1'.freeze + VERSION = '3.2.2'.freeze end