Skip to content

Commit

Permalink
Update http_client because of SSL bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdvdijk committed Oct 30, 2014
1 parent 35c5774 commit 6b52e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source 'http://rubygems.org'
gem "twitter"
gem "yajl-ruby"
gem "fb_graph"
gem "httpclient", ">= 2.4.0"
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
multi_json (>= 1.3)
rack-oauth2 (>= 0.14.4)
tzinfo
httpclient (2.3.3)
httpclient (2.4.0)
i18n (0.6.4)
multi_json (1.7.2)
multipart-post (1.2.0)
Expand All @@ -37,5 +37,6 @@ PLATFORMS

DEPENDENCIES
fb_graph
httpclient (>= 2.4.0)
twitter
yajl-ruby

0 comments on commit 6b52e0a

Please sign in to comment.