From 0f7f86e0f3f172a0663793672522156beeb21abc Mon Sep 17 00:00:00 2001 From: soh_cah_toa Date: Tue, 22 Apr 2014 22:46:38 -0400 Subject: [PATCH] Changed Gemfile to use RubyDNS 0.7.0. Also removed Sourcify since it's no longer needed. --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 22462cbb7..39885aa8b 100644 --- a/Gemfile +++ b/Gemfile @@ -38,8 +38,7 @@ gem "dm-migrations" gem "msfrpc-client" # Metasploit Integration extension #gem "twitter", ">= 5.0.0" # Twitter Notifications extension gem "rubyzip", ">= 1.0.0" -gem "rubydns" # DNS extension -gem "sourcify" +gem "rubydns", "0.7.0" # DNS extension gem "geoip" # geolocation support # For running unit tests