From a00a2dcbc36c19bb9af01757d98309622a9d4afb Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 8 Aug 2016 10:56:21 -0700 Subject: [PATCH] Freeze mutable objects assigned to constants --- lib/omniauth/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omniauth/version.rb b/lib/omniauth/version.rb index 41b49aa..7a73589 100644 --- a/lib/omniauth/version.rb +++ b/lib/omniauth/version.rb @@ -1,3 +1,3 @@ module OmniAuth - VERSION = '1.3.1' + VERSION = '1.3.1'.freeze end