Skip to content

Commit 747fef3

Browse files
committed
Bump version
Disable new rubocop check
1 parent d281278 commit 747fef3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.rubocop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ Style/SoleNestedConditional: # (new in 0.89)
173173
Enabled: true
174174
Style/StringConcatenation: # (new in 0.89)
175175
Enabled: true
176-
176+
Style/RedundantParentheses:
177+
Enabled: false
177178
Layout/SpaceBeforeBrackets: # (new in 1.7)
178179
Enabled: true
179180
Lint/AmbiguousAssignment: # (new in 1.7)

lib/argon2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Standard Gem version constant.
44

55
module Argon2
6-
VERSION = "2.3.2"
6+
VERSION = "2.3.3"
77
end

0 commit comments

Comments
 (0)