Skip to content

Commit

Permalink
Bump version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Nov 7, 2021
1 parent 120f608 commit e82c244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/enumerate_it/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EnumerateIt
VERSION = '3.2.1'.freeze
VERSION = '3.2.2'.freeze
end

0 comments on commit e82c244

Please sign in to comment.