diff options
author | Emilio Tagua <miloops@gmail.com> | 2010-03-25 15:57:45 -0300 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2010-03-25 15:57:45 -0300 |
commit | 2700d6c04436be383b1b099559002d851f0aca50 (patch) | |
tree | ed4a799ce0cd1aa062feaa3a258ef74abdd08cc4 /arel.gemspec | |
parent | b04ebb7602d4e318469977649cf7a02f381b3143 (diff) | |
download | rails-2700d6c04436be383b1b099559002d851f0aca50.tar.gz rails-2700d6c04436be383b1b099559002d851f0aca50.tar.bz2 rails-2700d6c04436be383b1b099559002d851f0aca50.zip |
Use ActiveSupport beta since beta1 is not released yet. Added singleton_class until beta1 is out.
Diffstat (limited to 'arel.gemspec')
-rw-r--r-- | arel.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arel.gemspec b/arel.gemspec index 3a236d11b3..8091bec4d4 100644 --- a/arel.gemspec +++ b/arel.gemspec @@ -28,5 +28,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.beta1" + s.add_dependency "activesupport", ">= 3.0.0.beta" end |