Removing require_relative gem. Linecache new version 0.46 is out and it's loading rbx-require-relative > 0.0.4

This commit is contained in:
Arun Agrawal
2011-06-19 15:05:38 +05:30
parent e6f15f0553
commit 41aba82673

View File

@@ -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