This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Hello FB</title> | |
</head> | |
<body> | |
<div id="fb-root"></div> | |
<div id="fb-content"></div> | |
<div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- lib/bundler/vendor/net/http/persistent.rb.orig 2012-05-07 06:19:19.629713946 -0700 | |
+++ lib/bundler/vendor/net/http/persistent.rb 2012-05-07 06:38:32.601764475 -0700 | |
@@ -2,6 +2,7 @@ | |
require 'net/http/faster' | |
require 'uri' | |
require 'cgi' # for escaping | |
+require 'http_configuration' | |
## | |
# Persistent connections for Net::HTTP |