diff options
author | José Valim <jose.valim@gmail.com> | 2011-06-19 04:51:42 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-06-19 04:51:42 -0700 |
commit | 93b7da478b81c93afd9410a506e5d37ad607b900 (patch) | |
tree | 63acf8232b9ff7caa0686b1125076d39daf6654a /Gemfile | |
parent | ed4be0a3a41dc53d3d01b7f4592a1a70a9f03121 (diff) | |
parent | 41aba82673b61ba6c8573b296026439c4a760988 (diff) | |
download | rails-93b7da478b81c93afd9410a506e5d37ad607b900.tar.gz rails-93b7da478b81c93afd9410a506e5d37ad607b900.tar.bz2 rails-93b7da478b81c93afd9410a506e5d37ad607b900.zip |
Merge pull request #1770 from arunagw/require_relative_remove
Removing require_relative gem. Linecache new version 0.46 is out and it's
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |