Skip to content

Commit

Permalink
Added version to gem requirement of crack.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker authored and sandro committed Sep 9, 2009
1 parent e922314 commit f2fa3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/httparty.rb
Expand Up @@ -4,7 +4,7 @@
require 'net/https'
require 'httparty/module_inheritable_attributes'
require 'rubygems'
gem 'crack'
gem 'crack', '>= 0.1.1'
require 'crack'

require 'httparty/cookie_hash'
Expand Down

0 comments on commit f2fa3ce

Please sign in to comment.