aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/activerecord.gemspec
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-10-14 16:38:02 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-10-14 17:19:24 -0700
commit4cbd3f050b5db2a1164b1071753d72bea7234ff0 (patch)
treecf9eb1e0873b38ff815acee8c2d5846e593951b3 /activerecord/activerecord.gemspec
parent5da109d1050b9d9c95526332b9cdb603e53c05e1 (diff)
downloadrails-4cbd3f050b5db2a1164b1071753d72bea7234ff0.tar.gz
rails-4cbd3f050b5db2a1164b1071753d72bea7234ff0.tar.bz2
rails-4cbd3f050b5db2a1164b1071753d72bea7234ff0.zip
Move from git submodule to gem bundle
Diffstat (limited to 'activerecord/activerecord.gemspec')
-rw-r--r--activerecord/activerecord.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index 7b6791adc8..bae027bd2a 100644
--- a/activerecord/activerecord.gemspec
+++ b/activerecord/activerecord.gemspec
@@ -9,6 +9,7 @@ Gem::Specification.new do |s|
s.add_dependency('activesupport', '= 3.0.pre')
s.add_dependency('activemodel', '= 3.0.pre')
+ s.add_dependency('arel', '~> 0.1.0')
s.require_path = 'lib'
s.autorequire = 'active_record'