mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump up the AS dependency to 3.0.0.beta1
This commit is contained in:
parent
8991daa5e3
commit
8cae1ba110
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ and query generation.
|
||||||
# circular dependency chain. The solution is for ActiveRecord to release
|
# circular dependency chain. The solution is for ActiveRecord to release
|
||||||
# the connection adapters which Arel uses in a separate gem
|
# the connection adapters which Arel uses in a separate gem
|
||||||
# s.add_dependency "activerecord", ">= 3.0.pre"
|
# s.add_dependency "activerecord", ">= 3.0.pre"
|
||||||
s.add_dependency "activesupport", ">= 3.0.0.beta"
|
s.add_dependency "activesupport", ">= 3.0.0.beta1"
|
||||||
end
|
end
|
Loading…
Reference in a new issue