mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
updating gemspec
This commit is contained in:
parent
ca73ebfc23
commit
1903f2b260
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue