aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorMike Perham <mperham@gmail.com>2016-02-03 14:28:55 -0800
committerMike Perham <mperham@gmail.com>2016-02-03 14:28:55 -0800
commitcf18c34e3a3e010e1b987b06a55c4f60543b2ba4 (patch)
tree403bb412798d292636acbf1617fa0fe8d1880650 /Gemfile.lock
parent13b918d1e9ebe2c609b5479550a35f3665c2acd2 (diff)
downloadrails-cf18c34e3a3e010e1b987b06a55c4f60543b2ba4.tar.gz
rails-cf18c34e3a3e010e1b987b06a55c4f60543b2ba4.tar.bz2
rails-cf18c34e3a3e010e1b987b06a55c4f60543b2ba4.zip
Remove unused dependency
railties uses method_source, activesupport does not. I assume code was refactored and the dependency wasn't removed.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 249028d697..169c65b39d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -64,7 +64,6 @@ PATH
activesupport (5.0.0.beta2)
concurrent-ruby (~> 1.0)
i18n (~> 0.7)
- method_source
minitest (~> 5.1)
tzinfo (~> 1.1)
rails (5.0.0.beta2)