aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2015-10-28 13:21:26 -0400
committerArthur Nogueira Neves <github@arthurnn.com>2015-10-28 13:21:26 -0400
commitd74c89ac16aa87f3bc166450e8d4b87382da17a4 (patch)
tree86206a120201fffe429efea2f4c7a38180b18976
parent015e8b21bbfd0230b4526ff2073cc5faaf64cf4b (diff)
parentf65c891f389e8dc4fab6920f118cc391892b8925 (diff)
downloadrails-d74c89ac16aa87f3bc166450e8d4b87382da17a4.tar.gz
rails-d74c89ac16aa87f3bc166450e8d4b87382da17a4.tar.bz2
rails-d74c89ac16aa87f3bc166450e8d4b87382da17a4.zip
Merge pull request #22073 from arunagw/remove-require-sdoc-rakefile
Remove required `sdoc` from Rakefile
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index db27105cc3..2ec39a1c85 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,3 @@
-require 'sdoc'
require 'net/http'
$:.unshift File.expand_path('..', __FILE__)