From 19558b1f02ac3ffcb05a4fae32c38de02f168d5e Mon Sep 17 00:00:00 2001 From: Nat Budin Date: Mon, 28 Oct 2024 13:02:55 -0700 Subject: [PATCH] Don't require the library we removed --- lib/cassy/utils.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cassy/utils.rb b/lib/cassy/utils.rb index d5dba91..f7b8f6a 100644 --- a/lib/cassy/utils.rb +++ b/lib/cassy/utils.rb @@ -1,5 +1,3 @@ -require 'crypt/isaac' - # Misc utility function used throughout by the RubyCAS-Server. module Cassy module Utils