From 72ece0b62fdd44a4202d220f11df209b72a3c3a1 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Wed, 25 Jul 2018 11:38:50 -0700 Subject: [PATCH] Rubocop likes it's constants frozen --- lib/tasks/ci.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 7bbbe6a92..87f378375 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -1,5 +1,5 @@ # This tells Jettywrapper where to download from -ZIP_URL = 'https://github.com/sul-dlss/fcrepo3-jetty/archive/master.zip' +ZIP_URL = 'https://github.com/sul-dlss/fcrepo3-jetty/archive/master.zip'.freeze desc 'Run Continuous Integration Suite (tests, coverage, docs)' task ci: [:rubocop] do