aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-06-19 15:05:38 +0530
committerArun Agrawal <arun@fromjaipur.com>2011-06-19 15:05:38 +0530
commit41aba82673b61ba6c8573b296026439c4a760988 (patch)
tree70a88e709788546a394f392fc9f2a2f1b69c7f34 /Gemfile
parente6f15f0553a44b746e5d319eb0186b579bb3a2db (diff)
downloadrails-41aba82673b61ba6c8573b296026439c4a760988.tar.gz
rails-41aba82673b61ba6c8573b296026439c4a760988.tar.bz2
rails-41aba82673b61ba6c8573b296026439c4a760988.zip
Removing require_relative gem. Linecache new version 0.46 is out and it's loading rbx-require-relative > 0.0.4
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index fc4fdb17f5..6b9d7cbccc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -26,9 +26,6 @@ gem "memcache-client", ">= 1.8.5"
platforms :mri_18 do
gem "system_timer"
- # ruby-debug requires linecache which depends on require_relative but doesn't explicitly
- # declare this in its gemspec
- gem "require_relative"
gem "ruby-debug", ">= 0.10.3"
gem "json"
end