From fb1f5940fdaaa1baa2e8850949256a80602fe945 Mon Sep 17 00:00:00 2001 From: Greg Brockman Date: Mon, 27 Jun 2011 12:29:33 -0700 Subject: [PATCH] Import CGI --- lib/stripe.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/stripe.rb b/lib/stripe.rb index 0874e42c..e62c94fd 100644 --- a/lib/stripe.rb +++ b/lib/stripe.rb @@ -1,6 +1,7 @@ # Stripe Ruby bindings # API spec at http://stripe.com/api/spec # Authors: Ross Boucher and Greg Brockman +require 'cgi' require 'set' require 'rubygems'