aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2015-10-26 11:51:05 +0100
committerArun Agrawal <arunagw@gmail.com>2015-10-26 11:51:05 +0100
commitf65c891f389e8dc4fab6920f118cc391892b8925 (patch)
tree151878c13a7207574e53a16b8fe292f3fabe0c10 /Rakefile
parent09463183867f702d6ec66fce964ecb9f7ae0d98a (diff)
downloadrails-f65c891f389e8dc4fab6920f118cc391892b8925.tar.gz
rails-f65c891f389e8dc4fab6920f118cc391892b8925.tar.bz2
rails-f65c891f389e8dc4fab6920f118cc391892b8925.zip
Remove required `sdoc` from Rakefile
This is required inside `api/task`
Diffstat (limited to '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__)