1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

updating gemspec

This commit is contained in:
Aaron Patterson 2010-09-14 10:06:35 -07:00
parent ca73ebfc23
commit 1903f2b260

View file

@ -23,10 +23,4 @@ and query generation.
s.has_rdoc = true
s.extra_rdoc_files = %w[History.txt README.markdown]
# Arel required ActiveRecord, but we're not declaring it to avoid a
# circular dependency chain. The solution is for ActiveRecord to release
# the connection adapters which Arel uses in a separate gem
# s.add_dependency "activerecord", ">= 3.0.pre"
s.add_dependency "activesupport", ">= 3.0.0.beta"
end