1
0
Fork 0
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:
Carl Lerche 2010-03-23 14:38:54 -07:00
parent 8991daa5e3
commit 8cae1ba110

View file

@ -27,5 +27,5 @@ and query generation.
# 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"
s.add_dependency "activesupport", ">= 3.0.0.beta1"
end