diff options
author | Arthur Nogueira Neves <github@arthurnn.com> | 2016-02-03 18:32:55 -0500 |
---|---|---|
committer | Arthur Nogueira Neves <github@arthurnn.com> | 2016-02-03 18:32:55 -0500 |
commit | c85a4f1f0f72f11af886714a724b965c38e4cdaf (patch) | |
tree | 6eda35e88481902a5b6cb435369e7090a8179474 /activesupport | |
parent | eeaf6ee2843775a00579e5996d4081092c567519 (diff) | |
parent | cf18c34e3a3e010e1b987b06a55c4f60543b2ba4 (diff) | |
download | rails-c85a4f1f0f72f11af886714a724b965c38e4cdaf.tar.gz rails-c85a4f1f0f72f11af886714a724b965c38e4cdaf.tar.bz2 rails-c85a4f1f0f72f11af886714a724b965c38e4cdaf.zip |
Merge pull request #23459 from mperham/master
Remove unused dependency
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/activesupport.gemspec | 1 |
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 |