From d5282345b022184f4f7967c9c836d5135f1be124 Mon Sep 17 00:00:00 2001 From: Sam Mulube Date: Fri, 15 Jun 2012 12:32:12 +0000 Subject: [PATCH] Remove require of crack gem as I don't think it's used anywhere. --- lib/neography.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/neography.rb b/lib/neography.rb index 24b136a..8b67800 100644 --- a/lib/neography.rb +++ b/lib/neography.rb @@ -16,7 +16,6 @@ def find_and_require_user_defined_code DIRECTIONS = ["incoming", "in", "outgoing", "out", "all", "both"] require 'cgi' -require 'crack' require 'httparty' require 'json' require 'oj'