aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2010-01-28 11:51:37 +1100
committerMikel Lindsaar <raasdnil@gmail.com>2010-01-28 11:51:37 +1100
commitf1fe71d754f589710ce6a4deacca0e2dc4b5b8de (patch)
treecf31ab1cf84abe47d553ae1132c2135304e78476 /activesupport/activesupport.gemspec
parent9029efce410ea49de6eb65481fb2ad8143e69c35 (diff)
downloadrails-f1fe71d754f589710ce6a4deacca0e2dc4b5b8de.tar.gz
rails-f1fe71d754f589710ce6a4deacca0e2dc4b5b8de.tar.bz2
rails-f1fe71d754f589710ce6a4deacca0e2dc4b5b8de.zip
Unvendor'd Builder. Now requires the Builder gem as a dependency
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index e610456a5e..ada5c5c0fe 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
s.add_dependency('i18n', '~> 0.3.0')
s.add_dependency('tzinfo', '~> 0.3.16')
+ s.add_dependency('builder', '~> 2.1.2')
s.files = Dir['CHANGELOG', 'README', 'lib/**/*']
s.require_path = 'lib'