Merge pull request #897 from sgrif/sg-fix-rubocop

Fix rubocop failures
This commit is contained in:
Jared Beck 2016-11-30 11:26:15 -05:00 committed by GitHub
commit 98c7c2c9f6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ module PaperTrail
MAJOR = 6
MINOR = 0
TINY = 0
PRE = 'pre'
PRE = "pre".freeze
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze