Skip to content

Commit

Permalink
require cgi circumvent http gem bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlpnk committed May 2, 2014
1 parent 25df09d commit b0bdc1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/contentful/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
require_relative 'response'
require_relative 'resource_builder'
require_relative 'sync'

require 'http'
# see: https://github.com/tarcieri/http/commit/6a2a9d22902572d672dfc7c7b250d022364c8e01#commitcomment-6192269
require 'cgi'

module Contentful
# The client object is initialized with a space and a key and then used
Expand Down

0 comments on commit b0bdc1b

Please sign in to comment.