X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ce260f736e483d40967d3e551f04534154c12aba..0aed6a952a0acf5a02ec4b588031ec3dc231a68c:/utils/generate-command-help.rb

diff --git a/utils/generate-command-help.rb b/utils/generate-command-help.rb
index f730eaf1..96cccc2b 100755
--- a/utils/generate-command-help.rb
+++ b/utils/generate-command-help.rb
@@ -42,6 +42,7 @@ end
 def commands
   return @commands if @commands
 
+  require "rubygems"
   require "net/http"
   require "net/https"
   require "json"