aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
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 /activesupport/activesupport.gemspec
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 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 3b71858350..68a80701ed 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -24,5 +24,4 @@ Gem::Specification.new do |s|
s.add_dependency 'tzinfo', '~> 1.1'
s.add_dependency 'minitest', '~> 5.1'
s.add_dependency 'concurrent-ruby', '~> 1.0'
- s.add_dependency 'method_source'
end