We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d281278 commit 747fef3Copy full SHA for 747fef3
2 files changed
.rubocop.yml
@@ -173,7 +173,8 @@ Style/SoleNestedConditional: # (new in 0.89)
173
Enabled: true
174
Style/StringConcatenation: # (new in 0.89)
175
176
-
+Style/RedundantParentheses:
177
+ Enabled: false
178
Layout/SpaceBeforeBrackets: # (new in 1.7)
179
180
Lint/AmbiguousAssignment: # (new in 1.7)
lib/argon2/version.rb
@@ -3,5 +3,5 @@
3
# Standard Gem version constant.
4
5
module Argon2
6
- VERSION = "2.3.2"
+ VERSION = "2.3.3"
7
end
0 commit comments