Skip to content

Commit

Permalink
Removing require_relative gem. Linecache new version 0.46 is out and
Browse files Browse the repository at this point in the history
it's loading rbx-require-relative > 0.0.4
  • Loading branch information
arunagw committed Jun 19, 2011
1 parent 7e65b00 commit 7e7ac12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Expand Up @@ -26,9 +26,6 @@ gem "memcache-client", ">= 1.8.5"


platforms :mri_18 do platforms :mri_18 do
gem "system_timer" 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 "ruby-debug", ">= 0.10.3"
gem "json" gem "json"
end end
Expand Down

0 comments on commit 7e7ac12

Please sign in to comment.