aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-08-14 14:06:23 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-08-14 14:06:23 -0300
commit9a4a436fd7519acce3a1b857a7636bc157384646 (patch)
treefc707a0d34a32a74d47525b1c28b76a9bb17decd /activesupport
parentd2dd35ef2137e165e4addbf0df92082784e70023 (diff)
parent8e2f267f6250838cf9057d61d986d2afee2d044b (diff)
downloadrails-9a4a436fd7519acce3a1b857a7636bc157384646.tar.gz
rails-9a4a436fd7519acce3a1b857a7636bc157384646.tar.bz2
rails-9a4a436fd7519acce3a1b857a7636bc157384646.zip
Merge pull request #20647 from twalpole/method_source_dependency
Add method_source dependency to activesupport
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/activesupport.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index c18c1c87c9..6d2ae9be76 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -26,4 +26,5 @@ Gem::Specification.new do |s|
s.add_dependency 'minitest', '~> 5.1'
s.add_dependency 'thread_safe','~> 0.3', '>= 0.3.4'
s.add_dependency 'concurrent-ruby', '~> 0.9.0'
+ s.add_dependency 'method_source'
end